Microsoft.Xrm.Sdk.xml

<?xml version="1.0" encoding="utf-8"?><doc>
  <assembly>
    <name>Microsoft.Xrm.Sdk</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy">
      <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see> and provides an authenticated WCF channel to the organization service.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{Microsoft.Xrm.Sdk.IOrganizationService},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a service configuration and a security token response.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>&amp;gt;. A service configuration.</param>
      <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{Microsoft.Xrm.Sdk.IOrganizationService},System.ServiceModel.Description.ClientCredentials)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a service configuration and client credentials.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>&amp;gt;. A service configuration.
    </param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The logon credentials of the client.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{Microsoft.Xrm.Sdk.IOrganizationService},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a service management and a security token response.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>&amp;gt;. A service management.
    </param>
      <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response.
    </param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{Microsoft.Xrm.Sdk.IOrganizationService},System.ServiceModel.Description.ClientCredentials)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a service configuration and client credentials.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>&amp;gt;. A service management.
    </param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The logon credentials of the client.
    </param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(System.Uri,System.Uri,System.ServiceModel.Description.ClientCredentials,System.ServiceModel.Description.ClientCredentials)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a organization service URI, home realm URI, and client and device credentials.</summary>
      <param name="uri">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URI of the organization service.</param>
      <param name="homeRealmUri">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. This parameter is set to a non-null value when a second ADFS instance is configured as an identity provider to the ADFS instance that Microsoft Dynamics CRM 2011 has been configured with for claims authentication. The parameter value is the URI of the WS-Trust metadata endpoint of the second ADFS instance.</param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The logon credentials of the client.</param>
      <param name="deviceCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The Windows Live ID device credentials.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Associate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>Creates a link between records.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="entityId">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record to which the related records will be associated.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to create the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be associated.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.AssociateCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
      <param name="entityId"></param>
      <param name="relationship"></param>
      <param name="relatedEntities"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.CallerId">
      <summary>
          Gets or sets the ID of the user for whom SDK calls are made on behalf of.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>.The ID of the user for whom SDK calls are made on behalf of.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.CallerRegardingObjectId">
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Create(Microsoft.Xrm.Sdk.Entity)">
      <summary>Creates a record.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that contains the properties to set in the newly created record.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the created entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.CreateCore(Microsoft.Xrm.Sdk.Entity)">
      <summary>
          For internal use only.
        </summary>
      <param name="entity"></param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the created entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Delete(System.String,System.Guid)">
      <summary>Deletes a record.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="id">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record of the record to delete.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.DeleteCore(System.String,System.Guid)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Disassociate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>Deletes a link between records. </summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="entityId">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record from which the related records will be disassociated.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to remove the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be disassociated.
    </param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.DisassociateCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
      <param name="entityId"></param>
      <param name="relationship"></param>
      <param name="relatedEntities"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.EnableProxyTypes">
      <summary>Enables support for the early-bound entity types.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.EnableProxyTypes(System.Reflection.Assembly)">
      <summary>Enables support for the early-bound entity types exposed in a specified assembly.</summary>
      <param name="assembly">Type: <see cref="https://msdn.microsoft.com/library/system.reflection.assembly.aspx">Assembly</see>. An assembly containing early-bound entity types.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)">
      <summary>Executes a message in the form of a request, and returns a response.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. An instance of a request class that defines the action to be performed.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationResponse"></see>. You must cast the return value of this method to the specific instance of the response that corresponds to the <paramref name="Request">Request</paramref> parameter.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.ExecuteCore(Microsoft.Xrm.Sdk.OrganizationRequest)">
      <summary>
          For internal use only.
        </summary>
      <param name="request"></param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationResponse"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Retrieve(System.String,System.Guid,Microsoft.Xrm.Sdk.Query.ColumnSet)">
      <summary>Retrieves a record.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="id">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record you want to retrieve.</param>
      <param name="columnSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>. A query that specifies the set of columns, or attributes, to retrieve.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>.The requested entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Query.ColumnSet)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
      <param name="id"></param>
      <param name="columnSet"></param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveMultiple(Microsoft.Xrm.Sdk.Query.QueryBase)">
      <summary>Retrieves a collection of records.</summary>
      <param name="query">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.QueryBase"></see>. A query that determines the set of records to retrieve.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityCollection"></see>.A collection of entity records.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveMultipleCore(Microsoft.Xrm.Sdk.Query.QueryBase)">
      <summary>
          For internal use only.
        </summary>
      <param name="query"></param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityCollection"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.SdkClientVersion">
      <summary>Gets or sets the version of the client.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.The version of the client.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.SyncOperationType">
      <summary>
          No token name is specified
            &amp;lt;?Comment AL: Marked as internal per bug114678 2013-09-17T18:04:00Z Id=&amp;#39;8?&amp;gt;internal&amp;lt;?CommentEnd Id=&amp;#39;8&amp;#39;
    ?&amp;gt;.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Update(Microsoft.Xrm.Sdk.Entity)">
      <summary>Updates an existing record.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that has one or more properties set to be updated in the record.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.UpdateCore(Microsoft.Xrm.Sdk.Entity)">
      <summary>
          For internal use only.
        </summary>
      <param name="entity"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.UserType">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration">
      <summary>Contains identity provider configuration information specific to Microsoft Online Services ID.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration.Endpoint">
      <summary>Gets the endpoint of the User ID identity provider.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The endpoint of the User ID identity provider.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration.Identifier">
      <summary>Gets the name of the identity service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>The name of the identity service.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration.LivePartnerIdentifier">
      <summary>The Windows Live ID provider that has a trust relationship with the OrgId provider. This is related to the transition of Windows Live ID organizations to the Microsoft Online Services environment.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The identifier of the Windows Live provider.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.PolicyConfiguration">
      <summary>Contains a policy configuration that identifies a Secure Token Service (STS).</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.PolicyConfiguration.SecureTokenServiceIdentifier">
      <summary>Gets an identifier of a Secure Token Service (STS) provider.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The identifier of a Secure Token Service (STS) provider.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute">
      <summary>Indicates that the assembly contains early-bound types generated by the CrmSvcUtil utility.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior">
      <summary>Enables early-bound entity types on a service proxy.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.#ctor">
      <summary>Initializes a new instance of the ProxyTypesBehavior class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.#ctor(System.Reflection.Assembly)">
      <summary>Initializes a new instance of the ProxyTypesBehavior class using an assembly containing proxy types generated by the CrmSvcUtil utility.</summary>
      <param name="proxyTypesAssembly">Type: <see cref="https://msdn.microsoft.com/library/system.reflection.assembly.aspx">Assembly</see>. An assembly containing proxy types.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)">
      <summary>Refer to the <see cref="http://msdn.microsoft.com/en-us/library/system.servicemodel.description.iendpointbehavior.aspx">IEndpointBehavior Interface</see>. </summary>
      <param name="serviceEndpoint">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.serviceendpoint.aspx">ServiceEndpoint</see>. A service endpoint.</param>
      <param name="bindingParameters">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.channels.bindingparametercollection.aspx">BindingParameterCollection</see>. A collection of binding parameters that store information used by binding elements to build factories.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)">
      <summary>Refer to the <see cref="http://msdn.microsoft.com/en-us/library/system.servicemodel.description.iendpointbehavior.aspx">IEndpointBehavior Interface</see>. </summary>
      <param name="serviceEndpoint">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.serviceendpoint.aspx">ServiceEndpoint</see>. A service endpoint.</param>
      <param name="behavior">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.dispatcher.clientruntime.aspx">ClientRuntime</see>. The insertion point for classes that extend the functionality of Windows Communication Foundation (WCF) client objects.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)">
      <summary>Refer to the <see cref="http://msdn.microsoft.com/en-us/library/system.servicemodel.description.iendpointbehavior.aspx">IEndpointBehavior Interface</see>. </summary>
      <param name="serviceEndpoint">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.serviceendpoint.aspx">ServiceEndpoint</see>. A service endpoint.</param>
      <param name="endpointDispatcher">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.dispatcher.endpointdispatcher.aspx">EndpointDispatcher</see>. The run-time object that exposes properties that enable the insertion of run-time extensions or modifications for messages in service applications.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)">
      <summary>Refer to the <see cref="http://msdn.microsoft.com/en-us/library/system.servicemodel.description.iendpointbehavior.aspx">IEndpointBehavior Interface</see>. </summary>
      <param name="serviceEndpoint">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.serviceendpoint.aspx">ServiceEndpoint</see>. A service endpoint.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.RealmInfo">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.RealmInfo.#ctor">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.AllowFedUsersLiveIdSignIn">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.AuthorizationUrl">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.Certificate">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.DomainName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.EduDomains">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationBrandName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationGlobalVersion">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationTier">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.IsFederatedNamespace">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.LogOn">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.MetadataUrl">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.NamespaceType">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.PreferredProtocol">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.SamlAuthUrl">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.State">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.TokenServiceAuthenticationUrl">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.UserState">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute">
      <summary>Indicates the name of the message request, represented by the <see cref="Microsoft.Crm.Services.Utility.SdkMessageRequest"></see> entity, to which the request corresponds.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute"></see> class.</summary>
      <param name="name">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies the name of the message request.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute.Name">
      <summary>Gets the name of the message request.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The name of the message request.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute">
      <summary>Indicates the name of the message response, represented by the <see cref="Microsoft.Crm.Services.Utility.SdkMessageResponse"></see> entity, to which the response corresponds.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute"></see> class.</summary>
      <param name="name">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies the name of the message response.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute.Name">
      <summary>Gets the name of the message response.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The name of the message response.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.FormattedValueCollection">
      <summary>Contains a collection of formatted values for the attributes for an entity.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.FormattedValueCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.FormattedValueCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.GlobalSearchConfigurationCollection">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.GlobalSearchConfigurationCollection.#ctor">
       
    </member>
    <member name="T:Microsoft.Xrm.Sdk.GlobalSearchConfigurationResponseCollection">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.GlobalSearchConfigurationResponseCollection.#ctor">
       
    </member>
    <member name="T:Microsoft.Xrm.Sdk.GlobalSearchConfigurations">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean)">
      <param name="searchProviderName"></param>
      <param name="searchProviderResultsPage"></param>
      <param name="isLocalized"></param>
      <param name="isEnabled"></param>
      <param name="isSearchBoxVisible"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.IsEnabled">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.IsLocalized">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.IsSearchBoxVisible">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.SearchProviderName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.SearchProviderResultsPage">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.System#Runtime#Serialization#IExtensibleDataObject#ExtensionData">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IAssemblyAuthenticationContext">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IAssemblyAuthenticationContext.AcquireToken(System.String,System.String,Microsoft.Xrm.Sdk.AuthenticationType)">
      <param name="authority"></param>
      <param name="resource"></param>
      <param name="authenticationType"></param>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IChangedItem">
      <summary>Represents the interface for the changed item.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IChangedItem.Type">
      <summary>Gets or sets a value that specifies the change type.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ChangeType"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IEntityDataSourceRetrieverService">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IEntityDataSourceRetrieverService.RetrieveEntityDataSource">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IExecutionContext">
      <summary>Base interface that defines the contextual information passed to a plug-in or custom workflow activity at run-time.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.BusinessUnitId">
      <summary>Gets the GUIDGUID of the business unit that the user making the request, also known as the calling user, belongs to.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The GUID of the business unit. This property corresponds to the BusinessUnitId property, which is the primary key for the BusinessUnit entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.CorrelationId">
      <summary>Gets the GUID for tracking plug-in or custom workflow activity execution. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The GUID for tracking plug-in or custom workflow activity execution.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.Depth">
      <summary>Gets the current depth of execution in the call stack.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>T the current depth of execution in the call stack.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.InitiatingUserId">
      <summary>Gets the GUID of the system user account under which the current pipeline is executing.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The GUID of the system user account under which the current pipeline is executing. This property corresponds to the SystemUserId property, which is the primary key for the SystemUser entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.InputParameters">
      <summary>Gets the parameters of the request message that triggered the event that caused the plug-in to execute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ParameterCollection"></see>The parameters of the request message that triggered the event that caused the plug-in to execute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.IsExecutingOffline">
      <summary>Gets whether the plug-in is executing from the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client while it is offline. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the plug-in is executing from the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client while it is offline; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.IsInTransaction">
      <summary>Gets a value indicating if the plug-in is executing within the database transaction.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the plug-in is executing within the database transaction; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.IsOfflinePlayback">
      <summary>Gets a value indicating if the plug-in is executing as a result of the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client transitioning from offline to online and synchronizing with the Microsoft Dynamics 365 server.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the the plug-in is executing as a result of the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client transitioning from offline to online; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.IsolationMode">
      <summary>Gets a value indicating if the plug-in is executing in the sandbox.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>Indicates if the plug-in is executing in the sandbox. </returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.MessageName">
      <summary>Gets the name of the Web service message that is being processed by the event execution pipeline.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the Web service message being processed by the event execution pipeline.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.Mode">
      <summary>Gets the mode of plug-in execution.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The mode of plug-in execution.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OperationCreatedOn">
      <summary>Gets the date and time that the related System Job was created.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.datetime.aspx">DateTime</see>The date and time that the related System Job was created.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OperationId">
      <summary>Gets the GUID of the related System Job.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The GUID of the related System Job. This corresponds to the AsyncOperationId attribute, which is the primary key for the System Job entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OrganizationId">
      <summary>Gets the GUID of the organization that the entity belongs to and the plug-in executes under.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The GUID of the organization that the entity belongs to and the plug-in executes under. This corresponds to the OrganizationId attribute, which is the primary key for the Organization entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OrganizationName">
      <summary>Gets the unique name of the organization that the entity currently being processed belongs to and the plug-in executes under.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name of the organization that the entity currently being processed belongs to and the plug-in executes under.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OutputParameters">
      <summary>Gets the parameters of the response message after the core platform operation has completed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ParameterCollection"></see>The parameters of the response message after the core platform operation has completed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OwningExtension">
      <summary>Gets a reference to the related SdkMessageProcessingingStep or ServiceEndpoint.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>A reference to the related SdkMessageProcessingingStep or ServiceEndpoint.entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.PostEntityImages">
      <summary>Gets the properties of the primary entity after the core platform operation has been completed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityImageCollection"></see>The properties of the primary entity after the core platform operation has been completed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.PreEntityImages">
      <summary>Gets the properties of the primary entity before the core platform operation has begins.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityImageCollection"></see>The properties of the primary entity before the core platform operation has begins.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.PrimaryEntityId">
      <summary>Gets the GUID of the primary entity for which the pipeline is processing events.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The GUID of the primary entity for which the pipeline is processing events. For example, if the event pipeline is processing an account, this corresponds to the AccountId attribute, which is the primary key for the Account entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.PrimaryEntityName">
      <summary>Gets the name of the primary entity for which the pipeline is processing events.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the primary entity for which the pipeline is processing events.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.RequestId">
      <summary>Gets the GUID of the request being processed by the event execution pipeline.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>&amp;gt;The GUID of the request being processed by the event execution pipeline. This corresponds to the <see cref="Microsoft.Xrm.Sdk.OrganizationRequest.RequestId"></see> property, which is the primary key for the <see cref="Microsoft.Xrm.Sdk.OrganizationRequest"></see> class from which specialized request classes are derived.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.SecondaryEntityName">
      <summary>Gets the name of the secondary entity that has a relationship with the primary entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the secondary entity that has a relationship with the primary entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.SharedVariables">
      <summary>Gets the custom properties that are shared between plug-ins.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ParameterCollection"></see>The custom properties that are shared between plug-ins.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.UserId">
      <summary>Gets the GUID of the system user for whom the plug-in invokes web service methods on behalf of.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The GUID of the system user for whom the plug-in invokes web service methods on behalf of. This property corresponds to the SystemUserId property, which is the primary key for the SystemUser entity.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteEntityResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest">
      <summary>Contains the data that is needed to delete a global option set. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest.Name">
      <summary>Gets or sets the name of the global option set to delete. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the global option set to delete. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest">
      <summary>Contains the data that is needed to delete an option value in a global or local option set.
    For the Web API use the DeleteOptionValue Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.AttributeLogicalName">
      <summary>Gets or sets the logical name of the attribute from which to delete the option value. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the attribute from which to delete the option value. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.EntityLogicalName">
      <summary>Gets or sets the logical name of the entity that contains the attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity that contains the attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.OptionSetName">
      <summary>Gets or sets the name of the option set that contains the value. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the option set that contains the value. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.SolutionUniqueName">
      <summary>Gets or sets the solution name associated with this option value. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The solution name associated with this option value. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.Value">
      <summary>Gets or sets the value of the option to delete. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The value of the option to delete. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest">
      <summary>Contains the data that is needed to delete an entity relationship. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest.Name">
      <summary>Gets or sets the name of the relationship to delete. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the relationship to delete. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteRequest">
      <summary>Contains the data that is needed to delete a record.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteRequest.ConcurrencyBehavior">
      <summary>Specifies the type of optimistic concurrency behavior that should be performed by the Web service when processing this request.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ConcurrencyBehavior"></see>The concurrency behavior.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteRequest.Target">
      <summary>Gets or sets the reference to the record that you want to delete. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>
The reference to the record that you want to delete.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest">
      <summary>Contains the data that is needed to update the definition of an attribute. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.Attribute">
      <summary>Gets or sets the attribute metadata to be updated. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>The attribute metadata to be updated. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.EntityName">
      <summary>Gets or sets the logical name of the entity to which the attribute belongs. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity to which the attribute belongs. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.MergeLabels">
      <summary>Gets or sets whether the label metadata will be merged or overwritten. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the label metadata will be merged or overwritten; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the solution to associate the entity with. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the solution to associate the entity with. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateAttributeResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest">
      <summary>Contains the data that is needed to update the definition of an entity.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.Entity">
      <summary>Gets or sets the metadata for the entity. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see>the metadata for the entity. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.HasActivities">
      <summary>Gets or sets whether the entity will have a special relationship to activity entities and is a valid regarding object for the activity. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity will have a special relationship to activity entities and is a valid regarding object for the activity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.HasFeedback">
      <summary>Gets or sets whether the entity will have a special relationship to the Feedback entity. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity will have a special relationship to the Feedback entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.HasNotes">
      <summary>Gets or sets whether the entity will have a special relationship to the annotation entity. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity will have a special relationship to the annotation entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.MergeLabels">
      <summary>Gets or sets whether to merge the new labels with any existing labels. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the new labels should be merged with any existing labels; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.SolutionUniqueName">
      <summary>Gets or sets the unique name of the unmanaged solution that this entity should be associated with. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name of the unmanaged solution that this entity should be associated with. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateEntityResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest">
      <summary>Contains the data that is needed to update the definition of a global option set. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest.MergeLabels">
      <summary>Gets or sets whether the label metadata will be merged or overwritten. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the label metadata will be merged or overwritten; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest.OptionSet">
      <summary>Gets or sets the metadata for the global option set. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"></see>the metadata for the global option set. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest.SolutionUniqueName">
      <summary>Gets or sets the name of a solution to associate the global option set with. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of a solution to associate the global option set with. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest">
      <summary>Contains the data that is needed to update an option value in a global or local option set. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.AttributeLogicalName">
      <summary>Gets or sets the name of the attribute when updating a local option set in a picklist attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the attribute when updating a local option set in a picklist attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.Description">
      <summary>Gets or sets a description for the option. Optional.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.Label"></see>The description for the option. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.EntityLogicalName">
      <summary>Gets or sets the logical name of the entity when updating the local option set in a picklist attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity when updating the local option set in a picklist attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.Label">
      <summary>Gets or sets the label for the option. Optional.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The label for the option. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.MergeLabels">
      <summary>Gets or sets whether to keep text defined for languages not included in the <paramref name="Label">Label</paramref>. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the text defined for languages not included in the <paramref name="Label">Label</paramref> is kept; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.OptionSetName">
      <summary>Gets or sets the name of the global option set. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the global option set. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the unmanaged solution that this global option set should be associated with. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the unmanaged solution that this global option set should be associated with. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.Value">
      <summary>Gets or sets the value for the option. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The value for the option. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName">
      <summary>Specifies the format of a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> attribute using the <see cref="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.FormatName"></see> property.
    For the Web API the corresponding type is StringFormatName ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> class.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Email">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as an email address.</summary>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Equals(System.Object)">
      <summary>Determines whether two instances are equal.</summary>
      <param name="obj">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the specified <see cref="Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> is equal to the <see cref="Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> object; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.GetHashCode">
      <summary>Returns a hash code value for this type.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The hash code for the current StringFormatName.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.op_Equality(Microsoft.Xrm.Sdk.Metadata.StringFormatName,Microsoft.Xrm.Sdk.Metadata.StringFormatName)">
      <summary>Indicates whether two StringFormatName instances are the same.</summary>
      <param name="stringFormatA">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>. Specifies a StringFormatName.</param>
      <param name="stringFormatB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>. Specifies a StringFormatName.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the values of stringFormatA and stringFormatB are the same; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.op_Implicit(System.String)~Microsoft.Xrm.Sdk.Metadata.StringFormatName">
      <summary>Converts a string into a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see></summary>
      <param name="formatName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies a StringFormatName.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>A <see cref="Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> that represents the converted <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.op_Inequality(Microsoft.Xrm.Sdk.Metadata.StringFormatName,Microsoft.Xrm.Sdk.Metadata.StringFormatName)">
      <summary>Indicates whether two StringFormatName instances are different.</summary>
      <param name="stringFormatA">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>. Specifies a StringFormatName.</param>
      <param name="stringFormatB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>. Specifies a StringFormatName.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the values of stringFormatA and stringFormatB are different; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Phone">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as an phone number.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.PhoneticGuide">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as an phonetic guide.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Text">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as text.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.TextArea">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as a text area.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.TickerSymbol">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as a ticker symbol.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Url">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as a URL.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.VersionNumber">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as a version number.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.UniqueIdentifierAttributeMetadata">
      <summary>Represents the unique identifier attribute metadata.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.UniqueIdentifierAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.UniqueIdentifierAttributeMetadata"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.UniqueIdentifierAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.UniqueIdentifierAttributeMetadata"></see> class.</summary>
      <param name="schemaName">Specifies the schema name.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Money">
      <summary>Contains the value for a money attribute.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Money.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Money"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Money.#ctor(System.Decimal)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Money"></see> class setting the value.</summary>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.decimal.aspx">Decimal</see>. The value of the attribute.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Money.Equals(System.Object)">
      <summary>Determines whether two instances are equal.</summary>
      <param name="obj">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The <see cref="T:Microsoft.Xrm.Sdk.Money"></see> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.Money"></see>.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the specified <see cref="Microsoft.Xrm.Sdk.Money"></see> is equal to the <see cref="Microsoft.Xrm.Sdk.Money"></see> object; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Money.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Money.GetHashCode">
      <summary>Returns a hash code value for this type.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The hash code for the current Money.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Money.Value">
      <summary>Gets or sets the value of the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.decimal.aspx">Decimal</see>The value of the attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.NewOrUpdatedItem">
      <summary>Represents the new or updated item.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.NewOrUpdatedItem.#ctor(Microsoft.Xrm.Sdk.ChangeType,Microsoft.Xrm.Sdk.Entity)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.NewOrUpdatedItem"></see> class.</summary>
      <param name="type">Specifies the change type.</param>
      <param name="entity">Specifies the entity.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.NewOrUpdatedItem.ExtensionData">
      <summary>Gets or sets the extension data.</summary>
      <returns>Type:<see cref="System.Runtime.Serialization.ExtensionDataObject"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.NewOrUpdatedItem.NewOrUpdatedEntity">
      <summary>Gets or sets the new or updated entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.NewOrUpdatedItem.Type">
      <summary>Gets or sets the change type.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ChangeType"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OperationStatus">
      <summary>Represents the current state of an operation.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Canceled">
      <summary>The operation has been canceled. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Failed">
      <summary>The operation has failed. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Retry">
      <summary>The operation is being retried. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Succeeded">
      <summary>The operation has succeeded. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Suspended">
      <summary>The operation has been suspended. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OptionSetValue">
      <summary>Represents a value for an attribute that has an option set.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.#ctor(System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> class</summary>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. The option set value. </param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.Equals(System.Object)">
      <summary>Returns true if the specified OptionSetValue is equal to this OptionSetValue value, otherwise returns false.</summary>
      <param name="obj">Type: <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see>, The <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> to compare.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the specified <see cref="Microsoft.Xrm.Sdk.OptionSetValue"></see> is equal to this <see cref="Microsoft.Xrm.Sdk.OptionSetValue"></see> value; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OptionSetValue.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.GetHashCode">
      <summary>Gets a hash code for the value.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The hash code for the value.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OptionSetValue.Value">
      <summary>Gets or sets the current value.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The current value.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OptionSetValueCollection">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValueCollection.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValueCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.OptionSetValue})">
      <param name="list"></param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Organization.EndpointAccessType">
      <summary>Indicates the type of network access an endpoint has.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointAccessType.Default">
      <summary>Default access. The actual access is determined by the endpoint URL. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointAccessType.Internet">
      <summary>Internet access. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointAccessType.Intranet">
      <summary>Intranet access. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Organization.EndpointCollection">
      <summary>A collection of service endpoints.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Organization.EndpointCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Organization.EndpointCollection"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Organization.EndpointCollection.FromDiscovery(Microsoft.Xrm.Sdk.Discovery.EndpointCollection)">
      <summary>Produces a populated Microsoft.Xrm.Sdk.Organization.<see cref="T:Microsoft.Xrm.Sdk.Organization.EndpointCollection"></see> from a Microsoft.Xrm.Sdk.Discovery.<see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection"></see>.</summary>
      <param name="collection">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection"></see>. An endpoint collection.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Organization.EndpointCollection"></see>The populated endpoint collection.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Organization.EndpointType">
      <summary>Identifies the type of service available at an endpoint.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointType.OrganizationDataService">
      <summary>The organization data service. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointType.OrganizationService">
      <summary>The organization service. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointType.WebApplication">
      <summary>The web application service. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Organization.OrganizationDetail">
      <summary>Provides detailed information on an organization.
    For the Web API the corresponding type is OrganizationDetail ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Organization.OrganizationDetail"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.Endpoints">
      <summary>Gets a collection that identifies the service type and address for each endpoint of the organization.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Organization.EndpointCollection"></see>The collection that identifies the service type and address for each endpoint of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.ExtensionData">
      <summary>Gets or sets extra data of the organization. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>Extra data of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.FriendlyName">
      <summary>Gets or sets the friendly name of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The friendly name of the organization.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.FromDiscovery(Microsoft.Xrm.Sdk.Discovery.OrganizationDetail)">
      <summary>Populates a Microsoft.Xrm.Sdk.Organization.<see cref="T:Microsoft.Xrm.Sdk.Organization.OrganizationDetail"></see> from a Microsoft.Xrm.Sdk.Discovery.<see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail"></see> object.</summary>
      <param name="detail">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail"></see>. An organization detail of the Discovery namespace.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Organization.OrganizationDetail"></see>A populated organization detail of the Organization namespace.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.OrganizationId">
      <summary>Gets or sets the global unique identifier of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.OrganizationVersion">
      <summary>Gets or sets the version of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The version of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.State">
      <summary>Gets or sets the state of the organization.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Organization.OrganizationState"></see>The state of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.UniqueName">
      <summary>Gets or sets the unique name of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.UrlName">
      <summary>Gets or sets the organization name used in the URL for the organization web service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The organization name used in the URL for the organization web service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Organization.OrganizationState">
      <summary>Describes the current state of an organization.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationState.Disabled">
      <summary>The organization is disabled. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationState.Enabled">
      <summary>The organization is enabled. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OrganizationRequest">
      <summary>Contains the data needed to execute a request and the base class for all organization requests.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OrganizationRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OrganizationRequest.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see> class setting the request name parameter.</summary>
      <param name="requestName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the request.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>
The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.Item(System.String)">
      <summary>Gets or sets the indexer for the <paramref name="Parameters">Parameters</paramref> collection.</summary>
      <param name="parameterName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the parameter.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>
The indexer for the request.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.Parameters">
      <summary>Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ParameterCollection"></see>The collection of parameters for the request. Required, but is supplied by derived classes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.RequestId">
      <summary>Gets or sets the ID of an asynchronous operation (system job). Optional. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>&amp;gt;The ID of an asynchronous operation (system job).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.RequestName">
      <summary>Gets or sets the name of the request. Required, but is supplied by derived classes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the request.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OrganizationRequestCollection">
      <summary>Contains a collection of organization requests.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OrganizationRequestCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequestCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AliasedValue">
      <summary>Used to return aggregate, group by, and aliased values from a query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AliasedValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AliasedValue"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AliasedValue.#ctor(System.String,System.String,System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AliasedValue"></see> class.</summary>
      <param name="entityLogicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the entity the attribute belongs to.</param>
      <param name="attributeLogicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The attribute on which the aggregate, group by, or select operation was performed.</param>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The value returned by the query.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AliasedValue.AttributeLogicalName">
      <summary>Gets the name of the attribute on which the aggregate, group by, or select operation was performed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the attribute on which the aggregate, group by, or select operation was performed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AliasedValue.EntityLogicalName">
      <summary>Gets the name of the entity the attribute belongs to.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the entity the attribute belongs to.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AliasedValue.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AliasedValue.Value">
      <summary>Gets the value returned by the query.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>The value returned by the query.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AttributeCollection">
      <summary>Provides a collection of attributes for an entity.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributeCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AttributeCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute">
      <summary>Used by the code generation tool to create classes based on entities. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute.#ctor(System.String)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute"></see> class</summary>
      <param name="logicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.
The logical name of an attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute.LogicalName">
      <summary>Gets the logical name of an attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of an attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AttributeMapping">
      <summary>
          For internal use only.
         
    For the Web API the corresponding type is AttributeMapping ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributeMapping.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributeMapping.#ctor(System.Guid,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Collections.ObjectModel.Collection{System.String},System.String,System.String)">
      <param name="attributeMappingId"></param>
      <param name="mappingName"></param>
      <param name="attributeCrmName"></param>
      <param name="attributeExchangeName"></param>
      <param name="entityTypeCode"></param>
      <param name="syncDirection"></param>
      <param name="defaultSyncDirection"></param>
      <param name="allowedSyncDirection"></param>
      <param name="isComputed"></param>
      <param name="computedProperties"></param>
      <param name="attributeCrmDisplayName"></param>
      <param name="attributeExchangeDisplayName"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AllowedSyncDirection">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. </returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeCrmDisplayName">
      <returns>Returns <see cref="System.String"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeCrmName">
      <returns>Returns <see cref="System.String"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeExchangeDisplayName">
      <returns>Returns <see cref="System.String"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeExchangeName">
      <returns>Returns <see cref="System.String"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeMappingId">
      <returns>Returns <see cref="System.Guid"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.ComputedProperties">
      <returns>Returns <see cref="System.Collections.ObjectModel.Collection`1"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.DefaultSyncDirection">
      <returns>Returns <see cref="System.Int32"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.EntityTypeCode">
      <returns>Returns <see cref="System.Int32"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.IsComputed">
      <returns>Returns <see cref="System.Boolean"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.MappingName">
      <returns>Returns <see cref="System.String"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.SyncDirection">
      <returns>Returns <see cref="System.Int32"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.System#Runtime#Serialization#IExtensibleDataObject#ExtensionData">
      <returns>Returns <see cref="System.Runtime.Serialization.ExtensionDataObject"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AttributeMappingCollection">
      <summary>This type doesn’t have any extensibility scenarios in this release.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributeMappingCollection.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributeMappingCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.AttributeMapping})">
      <param name="list"></param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType">
      <summary>Defines the kinds of credentials accepted by a security token service.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.AsymmetricToken">
      <summary>An asymmetric credential token. Value =4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Bearer">
      <summary>A bearer token. Value = 7.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Certificate">
      <summary>A certificate configured for user identification. Value = 5.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Kerberos">
      <summary>A Kerberos credential. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.None">
      <summary>No credential endpoint is found. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.SymmetricToken">
      <summary>A symmetric credential token. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Username">
      <summary>A username and password credential. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Windows">
      <summary>An integrated Windows authentication credential. Value = 6.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.UserType">
      <summary>The type of user that a message request executes for.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.UserType.CrmUser">
      <summary>A CRM system user.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.UserType.ExternalPartyUser">
      <summary>An external party user.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.WindowsPolicyConfiguration">
      <summary>Contains a policy configuration that identifies an Active Directory provider.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.XrmBinding">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.XrmBinding.MaxBufferSize">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.XrmBinding.MaxReceivedMessageSize">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.XrmBinding.ReaderQuotas">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.XrmBinding.Scheme">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ConcurrencyBehavior">
      <summary>Contains values to indicate the optimistic concurrency behavior that should be applied when performing entity update and delete operations.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ConcurrencyBehavior.AlwaysOverwrite">
      <summary>Specifies the behavior where an update or delete operation is applied without regard to the version of the record in the database. Value = 2.
    If optimistic concurrency is not enabled for the target entity, the AlwaysOverwrite behavior is applied.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ConcurrencyBehavior.Default">
      <summary>Specifies to use the default behavior. Value = 0.
    The default value is also used if no value is set in the ConcurrencyBehavior property of the request. The meaning of “default” is interpreted differently based on the calling context.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ConcurrencyBehavior.IfRowVersionMatches">
      <summary>Specifies the behavior where an update or delete operation is only applied if the entity record in the database has the same row version as the entity or entity reference in the request. Value = 1.
    If no row version value is provided on the entity or entity references in the request, the request fails immediately.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.DataCollection`1">
      <summary>Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. Extends <see cref="https://msdn.microsoft.com/library/ms132397.aspx">Collection</see>.</summary>
      <typeparam name="T">The type of elements in the list.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
      <summary>Adds the elements of the specified collection to the end of the DataCollection.</summary>
      <param name="items">Type: <see cref="https://msdn.microsoft.com/library/9eekhta0">IEnumerable</see>.
The collection whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>. The collection itself cannot be null, but it can contain elements that are null, if type <paramref name="T">T</paramref> is a reference type.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`1.AddRange(`0[])">
      <summary>Adds the elements of the specified collection to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>.</summary>
      <param name="items">Type: T[].
The array whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>. The array itself cannot be null, but it can contain elements that are null, if type <paramref name="T">T</paramref> is a reference type.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`1.ToArray">
      <summary>Copies the elements of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see> to a new array.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>[]
An array containing copies of the elements of the <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.DataCollection`2">
      <summary>Represents a collection of keys and values.</summary>
      <typeparam name="TKey">The type of the keys in the dictionary.</typeparam>
      <typeparam name="TValue">The type of the values in the dictionary.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})">
      <summary>Adds the specified key and value to the dictionary.</summary>
      <param name="item">Type: <see cref="https://msdn.microsoft.com/library/5tbh8a42.aspx">KeyValuePair</see>&amp;lt;TKey, TValue&amp;gt;. The key and value to add.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Add(`0,`1)">
      <summary>Adds the specified key and value to the dictionary.</summary>
      <param name="key">Type: TKey. The key of the element to add.</param>
      <param name="value">Type: TValue. The value of the element to add.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})">
      <summary>Adds the elements of the specified collection to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
      <param name="items">Type: <see cref="https://msdn.microsoft.com/library/system.collections.ienumerable.aspx">IEnumerable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/5tbh8a42.aspx">KeyValuePair</see>&amp;lt;TKey, TValue&amp;gt;&amp;gt;.
The collection whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>. The collection itself cannot be null, but it can contain elements that are null, if type <paramref name="T">T</paramref> is a reference type.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.AddRange(System.Collections.Generic.KeyValuePair{`0,`1}[])">
      <summary>Adds the elements of the specified collection to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
      <param name="items">Type: <see cref="https://msdn.microsoft.com/library/5tbh8a42.aspx">KeyValuePair</see>&amp;lt;TKey, TValue&amp;gt;[].
The array whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>. The array itself cannot be null, but it can contain elements that are null, if type <paramref name="T">T</paramref> is a reference type.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Clear">
      <summary>Removes all items from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})">
      <summary>Determines whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> contains a specific value.</summary>
      <param name="key">Type: <see cref="https://msdn.microsoft.com/library/5tbh8a42.aspx">KeyValuePair</see>&amp;lt;TKey, TValue&amp;gt;. The key value pair to locate in the collection.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if item is found in the <see cref="Microsoft.Xrm.Sdk.DataCollection`2"></see>; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Contains(`0)">
      <summary>Determines whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> contains a specific value.</summary>
      <param name="key">Type: TKey. The key to locate in the collection.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if item is found in the <see cref="Microsoft.Xrm.Sdk.DataCollection`2"></see>; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.ContainsKey(`0)">
      <summary>Determines whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> contains a specific key value.</summary>
      <param name="key">Type: TKey. The key to locate in the collection.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if item is found in the <see cref="Microsoft.Xrm.Sdk.DataCollection`2"></see>; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
      <param name="array">Type: <see cref="https://msdn.microsoft.com/library/5tbh8a42.aspx">KeyValuePair</see>&amp;lt;TKey, TValue&amp;gt;[]. The </param>
      <param name="arrayIndex">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. Copies the entire <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> to a compatible one-dimensional array, starting at the specified index of the target array.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.DataCollection`2.Count">
      <summary>Gets the number of elements in the collection.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The number of elements in the collection.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.GetEnumerator">
      <summary>Returns an enumerator that iterates through a collection.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/78dfe2yb.aspx">IEnumerator</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/5tbh8a42.aspx">KeyValuePair</see>&amp;lt;TKey, TValue&amp;gt;&amp;gt;
An <see cref="https://msdn.microsoft.com/library/78dfe2yb.aspx">IEnumerator</see> object that can be used to iterate through the collection.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.DataCollection`2.IsReadOnly">
      <summary>Gets a value indicating whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> is read-only.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the <see cref="Microsoft.Xrm.Sdk.DataCollection`2"></see> is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.DataCollection`2.Item(`0)">
      <summary>Gets or sets the value associated with the specified key.</summary>
      <param name="key">Type: TKey. The key of the value to get or set.</param>
      <returns>Type: TValue
The value associated with the specified key.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.DataCollection`2.Keys">
      <summary>Gets a collection containing the keys in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/92t2ye13">ICollection</see>
A collection containing the keys in the <see cref="Microsoft.Xrm.Sdk.DataCollection`2"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})">
      <summary>Removes the first occurrence of a specific object from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
      <param name="item">Type: <see cref="https://msdn.microsoft.com/library/5tbh8a42.aspx">KeyValuePair</see>&amp;lt;TKey, TValue&amp;gt;.
The object to remove from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the object was found and removed; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Remove(`0)">
      <summary>Removes the first occurrence of a specific object from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
      <param name="key">Type: TKey. The object to remove from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the object was found and removed; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.TryGetValue(`0,`1@)">
      <summary>Gets the value associated with the specified key.</summary>
      <param name="key">Type: TKey. The key of the value to get.</param>
      <param name="value">Type: TValue%. When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the <see cref="Microsoft.Xrm.Sdk.DataCollection`2"></see> contains an element with the specified key; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.DataCollection`2.Values">
      <summary>Gets a collection containing the values in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/92t2ye13">ICollection</see>
A collection containing the values in the <see cref="Microsoft.Xrm.Sdk.DataCollection`2"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.System#Collections#IEnumerable#GetEnumerator">
      <summary>Returns an enumerator that iterates through the collection.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.collections.ienumerator">IEnumerator</see>
An <see cref="https://msdn.microsoft.com/library/system.collections.ienumerator">IEnumerator</see> object that can be used to iterate through the collection.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IPluginExecutionContext">
      <summary>Defines the contextual information passed to a plug-in at run-time. Contains information that describes the run-time environment that the plug-in is executing in, information related to the execution pipeline, and entity business information.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IPluginExecutionContext.ParentContext">
      <summary>Gets the execution context from the parent pipeline operation.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.IPluginExecutionContext"></see>The execution context from the parent pipeline operation.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IPluginExecutionContext.Stage">
      <summary>Gets the stage in the execution pipeline that a synchronous plug-in is registered for. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. Valid values are 10 (pre-validation), 20 (pre-operation), 40 (post-operation), and 50 (post-operation, deprecated).</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IProxyTypesAssemblyProvider">
      <summary>Provides the early-bound entity types assembly that was created using the CrmSvcUtil utility.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IProxyTypesAssemblyProvider.ProxyTypesAssembly">
      <summary>Gets or sets the assembly that contains the early-bound entity types.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.reflection.assembly.aspx">Assembly</see>The assembly.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IServiceEndpointNotificationService">
      <summary>Posts the plug-in execution context to the Microsoft Azure Service Bus.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IServiceEndpointNotificationService.Execute(Microsoft.Xrm.Sdk.EntityReference,Microsoft.Xrm.Sdk.IExecutionContext)">
      <summary>Posts the execution context to the specified service endpoint in the cloud. </summary>
      <param name="serviceEndpoint">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>. The service endpoint to post to in the cloud.</param>
      <param name="context">Type: <see cref="T:Microsoft.Xrm.Sdk.IExecutionContext"></see>. The event execution context.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The result. Only a two-way or REST listener will return a string back to the caller.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IServiceEndpointPlugin">
      <summary>Defines a plug-in that implements the service behavior of a Microsoft Azure Service Bus listener.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IServiceEndpointPlugin.Execute(Microsoft.Xrm.Sdk.RemoteExecutionContext)">
      <summary>Executes plug-in code in response to an event.</summary>
      <param name="executionContext">Type: <see cref="T:Microsoft.Xrm.Sdk.RemoteExecutionContext"></see>. Defines the contextual information passed to a plug-in at run-time.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ITokenService">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ITokenService.RetrieveAADAccessToken(System.String,System.String,System.String)">
      <param name="clientId"></param>
      <param name="serverId"></param>
      <param name="tenant"></param>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ITracingService">
      <summary>Provides a method of logging run-time trace information for plug-ins.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ITracingService.Trace(System.String,System.Object[])">
      <summary>Logs trace information.</summary>
      <param name="format">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Information to be logged.</param>
      <param name="args">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>[]. Not documented at this time.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ITwoWayServiceEndpointPlugin">
      <summary>Defines a plug-in that implements the service behavior of a Microsoft Azure Service Bus listener.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ITwoWayServiceEndpointPlugin.Execute(Microsoft.Xrm.Sdk.RemoteExecutionContext)">
      <summary>Executes plug-in code in response to an event.</summary>
      <param name="executionContext">Type: <see cref="T:Microsoft.Xrm.Sdk.RemoteExecutionContext"></see>. Defines the contextual information passed to a plug-in at run-time.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The response from the request. </returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IWebHttpServiceEndpointPlugin">
      <summary>Defines a plug-in that implements the service behavior of a Microsoft Azure Service Bus listener.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IWebHttpServiceEndpointPlugin.Execute(Microsoft.Xrm.Sdk.RemoteExecutionContext)">
      <summary>Executes plug-in code in response to an event.</summary>
      <param name="executionContext">Type: <see cref="T:Microsoft.Xrm.Sdk.RemoteExecutionContext"></see>. Defines the contextual information passed to a plug-in at run-time.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The response from the request. </returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionResponse.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionResponse.Responses">
      <summary>Gets the collection of responses.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationResponseCollection"></see>The collection of responses.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyRequest">
      <summary>Contains the data that is needed to retrieve a list of all the entities that can participate in a Many-to-Many entity relationship.
    For the Web API use the GetValidManyToMany Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyRequest.#ctor">
      <summary>Initializes a new instance of the GetValidManyToManyRequest class</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyRequest"></see> class.
    For the Web API the GetValidManyToManyResponse ComplexType is the response value from the GetValidManyToMany Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse.EntityNames">
      <summary>Gets an array of logical entity names that can have many-to-many entity relationships.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>[]An array of logical entity names that can have many-to-many entity relationships.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest">
      <summary>Contains the data that is needed to retrieve a list of entity logical names that are valid as the primary entity (one) from the specified entity in a one-to-many relationship.
    For the Web API use GetValidReferencedEntities Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest.ReferencingEntityName">
      <summary>Gets or sets the logical name of the entity to get valid referenced entities. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity to get valid referenced entities. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest"></see> class.
    For the Web API the GetValidReferencedEntitiesResponse ComplexType is the response value from the GetValidReferencingEntities Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse.EntityNames">
      <summary>Gets the array of valid entity names that can be the primary entity in a many-to-many relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>[]The array of valid entity names that can be the primary entity in a many-to-many relationship.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest">
      <summary>Contains the data that is needed to retrieve the set of entities that are valid as the related entity (many) to the specified entity in a one-to-many relationship.
    For the Web API use the GetValidReferencingEntities Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest.ReferencedEntityName">
      <summary>Gets or sets the name of the entity that would be the primary entity in the relationship. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the entity that would be the primary entity in the relationship. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest"></see> class.
    For the Web API the GetValidReferencingEntitiesResponse ComplexType is the response value from the GetValidReferencingEntities Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse.EntityNames">
      <summary>Gets the array of valid entity names that can be the related entity in a many-to-many relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>[]The array of valid entity names that can be the related entity in a many-to-many relationship.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest">
      <summary>Contains the data that is needed to insert a new option value for a global or local option set.
    For the Web API use the InsertOptionValue Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.AttributeLogicalName">
      <summary>Gets or sets the name of the attribute when updating a local option set in a picklist attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the attribute when updating a local option set in a picklist attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.Description">
      <summary>Gets or sets a description for the option. Optional.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>A description for the option.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.EntityLogicalName">
      <summary>Gets or sets the logical name of the entity when updating the local option set in a picklist attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity when updating the local option set in a picklist attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.Label">
      <summary>Gets or sets the label for the option. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The label for the option. Required..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.OptionSetName">
      <summary>Gets or sets the name of the global option set. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the global option set. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.SolutionUniqueName">
      <summary>Gets or sets the unique name of the unmanaged solution when updating a global option set. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name of the unmanaged solution when updating a global option set. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.Value">
      <summary>Gets or sets the value for the option. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;The value for the option. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpsertResponse">
      <summary>Contains the response from <see cref="T:Microsoft.Xrm.Sdk.Messages.UpsertRequest"></see></summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpsertResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpsertResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpsertResponse.RecordCreated">
      <summary>Gets a Boolean value that specifies whether a record was created.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>True if a record was created, false otherwise.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpsertResponse.Target">
      <returns>Gets the target entity.<see cref="Microsoft.Xrm.Sdk.EntityReference"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AlternatekeyAttribute">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AlternatekeyAttribute.#ctor">
       
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior">
      <summary>Describes the behavior of the associated menu for a one-to-many relationship.
    For the Web API use the AssociatedMenuBehavior EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior.DoNotDisplay">
      <summary>Do not show the associated menu. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior.UseCollectionName">
      <summary>Use the collection name for the associated menu. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior.UseLabel">
      <summary>Use the label for the associated menu. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration">
      <summary>Defines how the associated records are displayed for an entity relationship.
    For the Web API the corresponding type is AssociatedMenuConfiguration ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.AvailableOffline">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Behavior">
      <summary>Gets or sets the behavior of the associated menu for an entity relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior"></see>&amp;gt;
One of the enumeration values that specify the behavior of the associated menu for a one-to-many relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Group">
      <summary>Gets or sets the group for the associated menu for an entity relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup"></see>&amp;gt;
One of the enumeration values that specify the group in which to display the associated menu for an entity relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Icon">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.IsCustomizable">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Label">
      <summary>Gets or sets the label for the associated menu.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>
A string that contains the menu label.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.MenuId">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Order">
      <summary>Gets or sets the order for the associated menu.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>
An integer that controls the relative position of navigation items in the group.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.QueryApi">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.ViewId">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup">
      <summary>Describes the group in which to display the associated menu for an entity relationship
    For the Web API use the AssociatedMenuGroup EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Details">
      <summary>Show the associated menu in the details group. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Marketing">
      <summary>Show the associated menu in the marketing group. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Sales">
      <summary>Show the associated menu in the sales group. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Service">
      <summary>Show the associated menu in the service group. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata">
      <summary>Contains all the metadata for an entity attribute.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see> class.</summary>
      <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see>. Sets the type for the attribute.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see> class.</summary>
      <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see>. Sets the type for the attribute.</param>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Sets the schema name of the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeOf">
      <summary>Gets the name of the attribute that this attribute extends.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The attribute name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeType">
      <summary>Gets the type for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see>&amp;gt;
The attribute type.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeTypeName">
      <summary>Gets the name of the type for the attribute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see>
The name of the attribute type.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AutoNumberFormat">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.CanBeSecuredForCreate">
      <summary>Gets whether field-level security can be applied to prevent a user from adding data to this attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the field-level security can be applied; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.CanBeSecuredForRead">
      <summary>Gets whether field-level security can be applied to prevent a user from viewing data from this attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if field-level security can be applied; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.CanBeSecuredForUpdate">
      <summary>Gets whether field-level security can be applied to prevent a user from updating data for this attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if field-level security can be applied; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.CanModifyAdditionalSettings">
      <summary>Gets or sets the property that determines whether any settings not controlled by managed properties can be changed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether any settings not controlled by managed properties can be changed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.ColumnNumber">
      <summary>Gets an organization-specific ID for the attribute used for auditing.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The organization-specific ID for the attribute used for auditing.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.DeprecatedVersion">
      <summary>Gets the Microsoft Dynamics 365 version that the attribute was deprecated in.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The Microsoft Dynamics 365 version that the attribute was deprecated in.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.Description">
      <summary>Gets or sets the description of the attribute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The description of the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.DisplayName">
      <summary>Gets or sets the display name for the attribute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The display name of the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.EntityLogicalName">
      <summary>Gets the logical name of the entity that contains the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the entity that contains the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.ExternalName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.InheritsFrom">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IntroducedVersion">
      <summary>
          Gets a string identifying the solution version that the solution component was added in.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The solution version number when the attribute was created.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsAuditEnabled">
      <summary>Gets or sets the property that determines whether the attribute is enabled for auditing.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>
The property that determines whether the attribute is enabled for auditing.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsCustomAttribute">
      <summary>Gets whether the attribute is a custom attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute is a custom attribute; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsCustomizable">
      <summary>Gets or sets the property that determines whether the attribute allows customization.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the attribute allows customization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsDataSourceSecret">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsFilterable">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsGlobalFilterEnabled">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsLogical">
      <summary>Gets whether the attribute is a logical attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute a logical attribute; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsManaged">
      <summary>Gets whether the attribute is part of a managed solution.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute is part of a managed solution; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsPrimaryId">
      <summary>Gets whether the attribute represents the unique identifier for the record.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute is the unique identifier for the record; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsPrimaryName">
      <summary>Gets or sets whether the attribute represents the primary attribute for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute is primary attribute for the entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsRenameable">
      <summary>Gets or sets the property that determines whether the attribute display name can be changed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the attribute display name can be changed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsRequiredForForm">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsRetrievable">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsSearchable">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsSecured">
      <summary>Gets or sets whether the attribute is secured for field-level security.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute is secured for field-level security; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsSortableEnabled">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForAdvancedFind">
      <summary>Gets or sets the property that determines whether the attribute appears in Advanced Find.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the attribute appears in Advanced Find.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForCreate">
      <summary>Gets whether the value can be set when a record is created.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the value can be set when a record is created; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForForm">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForGrid">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForRead">
      <summary>Gets whether the value can be retrieved.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the value can be retrieved; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForUpdate">
      <summary>Gets whether the value can be updated.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the value can be updated; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.LinkedAttributeId">
      <summary>Gets or sets an attribute that is linked between appointments and recurring appointments.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>&amp;gt;
The attribute ID that is linked between appointments and recurring appointments.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.LogicalName">
      <summary>Gets or sets the logical name for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.RequiredLevel">
      <summary>Gets or sets the property that determines the data entry requirement level enforced for the attribute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty"></see>The property that determines the data entry requirement level enforced for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.SchemaName">
      <summary>Gets or sets the schema name for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.SourceType">
      <summary>Gets or sets the value that indicates the source type for a calculated or rollup attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt; The value that indicates the source type for a calculated or rollup attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel">
      <summary>Describes the requirement level for an attribute.
    For the Web API use the AttributeRequiredLevel EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.ApplicationRequired">
      <summary>The attribute is required to have a value. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.None">
      <summary>No requirements are specified. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.Recommended">
      <summary>It is recommended that the attribute has a value. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.SystemRequired">
      <summary>The attribute is required to have a value. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty">
      <summary>Represents the data to define a <see cref="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.RequiredLevel"></see> property for an attribute.
    For the Web API the corresponding type is AttributeRequiredLevelManagedProperty ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty.#ctor(Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty"></see> class.</summary>
      <param name="value">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel"></see>.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode">
      <summary>Describes the type of an attribute.
    For the Web API use the AttributeTypeCode EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.BigInt">
      <summary>A big integer attribute. Value = 0x12.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Boolean">
      <summary>A Boolean attribute. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.CalendarRules">
      <summary>An attribute that contains calendar rules. Value = 0x10.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Customer">
      <summary>An attribute that represents a customer. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.DateTime">
      <summary>A date/time attribute. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Decimal">
      <summary>A decimal attribute. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Double">
      <summary>A double attribute. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.EntityName">
      <summary>An entity name attribute. Value = 20.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Integer">
      <summary>An integer attribute. Value = 5.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Lookup">
      <summary>A lookup attribute. Value = 6.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.ManagedProperty">
      <summary>A managed property attribute. Value = 0x13.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Memo">
      <summary>A memo attribute. Value = 7.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Money">
      <summary>A money attribute. Value = 8.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Owner">
      <summary>An owner attribute. Value = 9.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.PartyList">
      <summary>A partylist attribute. Value = 10.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Picklist">
      <summary>A picklist attribute. Value = 11.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.State">
      <summary>A state attribute. Value = 12.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Status">
      <summary>A status attribute. Value = 13.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.String">
      <summary>A string attribute. Value = 14.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Uniqueidentifier">
      <summary>An attribute that is an ID. Value = 15.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Virtual">
      <summary>An attribute that is created by the system at run time. Value = 0x11.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName">
      <summary>Provides a list of types of attributes used by <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>.<see cref="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeTypeName"></see>
    For the Web API the corresponding type is AttributeTypeDisplayName ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see> class.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.BigIntType">
      <summary>An attribute type that stores a Long value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.BooleanType">
      <summary>An attribute type that stores a Boolean value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.CalendarRulesType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see> or CalendarRules[] value</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.CustomerType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> to either an Account or Contact.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.DateTimeType">
      <summary>An attribute type that stores a System.DateTime value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.DecimalType">
      <summary>An attribute type that stores a Decimal value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.DoubleType">
      <summary>An attribute type that stores a Double value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.EntityNameType">
      <summary>An attribute type that stores a reference to a logical entity name value.</summary>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.Equals(System.Object)">
      <summary>Determines whether two instances are equal.</summary>
      <param name="obj">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see>.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the specified <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see> is equal to the <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see> object; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.GetHashCode">
      <summary>Returns a hash code value for this type.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The hash code for the current AttributeTypeDisplayName.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.ImageType">
      <summary>An attribute type that enables access to a specific image for an entity instance.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.IntegerType">
      <summary>An attribute type that stores an Integer value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.LookupType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.ManagedPropertyType">
      <summary>An attribute type that stores a <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see> value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.MemoType">
      <summary>An attribute type that stores a String value formatted for multiple lines of text.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.MoneyType">
      <summary>An attribute type that stores a Money value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.MultiSelectPicklistType">
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.op_Equality(Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName,Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName)">
      <summary>Indicates whether two AttributeTypeDisplayName instances are the same.</summary>
      <param name="attributeTypeDisplayNameA">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see>. Specifies a AttributeTypeDisplayName.</param>
      <param name="attributeTypeDisplayNameB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see>. Specifies a AttributeTypeDisplayName.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the values of attributeTypeDisplayNameA and attributeTypeDisplayNameB are the same; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.op_Implicit(System.String)~Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName">
      <summary>Converts a string into a <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see></summary>
      <param name="attributeTypeDisplayName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies a AttributeTypeDisplayName.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see>A <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see> that represents the converted <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.op_Inequality(Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName,Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName)">
      <summary>Indicates whether two AttributeTypeDisplayName instances are different.</summary>
      <param name="attributeTypeDisplayNameA">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see>. Specifies a AttributeTypeDisplayName.</param>
      <param name="attributeTypeDisplayNameB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see>. Specifies a AttributeTypeDisplayName.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the values of attributeTypeDisplayNameA and attributeTypeDisplayNameB are different; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.OwnerType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> value to a Team or SystemUser record.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.PartyListType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see> or ActivityParty[] value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.PicklistType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see>.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.StateType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> representing the valid statecode values for an entity.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.StatusType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> representing the valid statuscode values for an entity.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.StringType">
      <summary>An attribute type that stores a String value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.UniqueidentifierType">
      <summary>An attribute type that stores a System.Guid value.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.VirtualType">
      <summary>An attribute type that represents a value not included within records.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata">
      <summary>Contains the metadata for an attribute type BigInt.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The Schema Name for the attribute.</param>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MaxSupportedValue">
      <summary>The maximum supported value for this attribute is 9223372036854775807.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int64.aspx">Int64</see>&amp;gt;
The maximum value for the attribute.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MinSupportedValue">
      <summary>The minimum supported value for this attribute is -9223372036854775808.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int64.aspx">Int64</see>&amp;gt;
The minimum value for the attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata">
      <summary>Contains the metadata for an attribute type Boolean. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> class</summary>
      <param name="optionSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> The definition of the options</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name of the attribute.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.#ctor(System.String,Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name of the attribute.</param>
      <param name="optionSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> The definition of the options</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.DefaultValue">
      <summary>Gets or sets the default value for a Boolean option set.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;
The default value for a Boolean option set.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.FormulaDefinition">
      <summary>Gets or sets the formula definition for calculated and rollup attributes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The formula definition for calculated and rollup attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.OptionSet">
      <summary>Gets or sets the options for a boolean attribute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> The definition of the options.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.SourceTypeMask">
      <summary>Gets the bitmask value that describes the sources of data used in a calculated attribute or whether the data sources are invalid.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt; The value that indicates the source of data for a calculated or rollup attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata">
      <summary>Contains the metadata for an attribute of type Boolean. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.OptionMetadata,Microsoft.Xrm.Sdk.Metadata.OptionMetadata)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> class</summary>
      <param name="trueOption">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> The option metadata for the true option.</param>
      <param name="falseOption">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> The option metadata for the false option.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata.FalseOption">
      <summary>Gets or sets option displayed when the attribute is false.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see>The option metadata for the false option..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata.TrueOption">
      <summary>Gets or sets option displayed when the attribute is true.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see>The option metadata for the true option..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration">
      <summary>Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.
    For the Web API the corresponding type is CascadeConfiguration ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Assign">
      <summary>The referenced entity record owner is changed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>&amp;gt;
The referenced entity record owner is changed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Delete">
      <summary>The referenced entity record is deleted.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>&amp;gt;
The referenced entity record is deleted.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Merge">
      <summary>The record is merged with another record.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>&amp;gt;
The record is merged with another record..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Reparent">
      <summary>The value of the referencing attribute in a parental relationship changes. changes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>&amp;gt;
The value of the referencing attribute in a parental relationship changes. changes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.RollupView">
      <summary>Indicates whether the associated activities of the related entity should be included in the Activity Associated View for the primary entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>&amp;gt;
 
    When Cascade, associated activities of the related entity should be included in Activity Associated View for the primary entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Share">
      <summary>The referenced entity record is shared with another user.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>&amp;gt;
The referenced entity record is shared with another user.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Unshare">
      <summary>Sharing is removed for the referenced entity record.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>&amp;gt;
Sharing is removed for the referenced entity record.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.CascadeType">
      <summary>Describes the type of behavior for a specific action applied to the referenced entity in a one-to-many entity relationship.
    For the Web API use the CascadeType EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.Active">
      <summary>Perform the action on all active referencing entity records associated with the referenced entity record. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.Cascade">
      <summary>Perform the action on all referencing entity records associated with the referenced entity record. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.NoCascade">
      <summary>Do nothing. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.RemoveLink">
      <summary>Remove the value of the referencing attribute for all referencing entity records associated with the referenced entity record. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.Restrict">
      <summary>Prevent the Referenced entity record from being deleted when referencing entities exist. Value = 5.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.UserOwned">
      <summary>Perform the action on all referencing entity records owned by the same user as the referenced entity record. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ClaimsPolicyConfiguration">
      <summary>Contains a policy configuration that identifies a Secure Token Service for use with claims authentication.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType">
      <summary>Specifies the type of authentication used by a client application.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType.Kerberos">
      <summary>Kerberos authentication. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType.SecurityToken">
      <summary>A security token for use with claims authentication. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection">
      <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see> objects.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection.Item(System.Uri)">
      <summary>Gets or sets the issuer endpoint dictionary.</summary>
      <param name="key">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. Specifies the key used to retrieve a <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see> object from the collection.</param>
      <returns>
          Returns <see cref="Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy">
      <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> and provides an authenticated WCF channel to the discovery service endpoint.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{Microsoft.Xrm.Sdk.Discovery.IDiscoveryService},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)">
      <summary>Initializes a new instance of the DiscoveryServiceProxy class using a service configuration and a security token response.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service configuration.</param>
      <param name="securityTokenResponse">Type: <see cref="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SecurityTokenResponse"></see>. A security token response.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{Microsoft.Xrm.Sdk.Discovery.IDiscoveryService},System.ServiceModel.Description.ClientCredentials)">
      <summary>Initializes a new instance of the DiscoveryServiceProxy class using a service configuration and client credentials.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service configuration.</param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The logon credentials of the client.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{Microsoft.Xrm.Sdk.Discovery.IDiscoveryService},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)">
      <summary>Initializes a new instance of the DiscoveryServiceProxy class using a service management and a security token response.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service management.</param>
      <param name="securityTokenResponse">Type: <see cref="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SecurityTokenResponse"></see>. A security token response.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{Microsoft.Xrm.Sdk.Discovery.IDiscoveryService},System.ServiceModel.Description.ClientCredentials)">
      <summary>Initializes a new instance of the DiscoveryServiceProxy class using a service management and client credentials.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service management.</param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The logon credentials of the client.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(System.Uri,System.Uri,System.ServiceModel.Description.ClientCredentials,System.ServiceModel.Description.ClientCredentials)">
      <summary>Initializes a new instance of the DiscoveryServiceProxy class using a discovery service URI, home realm URI, and client and device credentials.</summary>
      <param name="uri">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URI of the discovery service.</param>
      <param name="homeRealmUri">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. This parameter is set to a non-null value when a second ADFS instance is configured as an identity provider to the ADFS instance that Microsoft Dynamics CRM 2011 has been configured with for claims authentication. The parameter value is the URI of the WS-Trust metadata endpoint of the second ADFS instance.</param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The logon credentials of the client.</param>
      <param name="deviceCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The Microsoft account device credentials.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)">
      <summary>See IDiscoveryService.<see cref="M:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)"></see></summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest"></see>. A discovery service request.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse"></see>The response from executing the discovery service request.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs">
      <summary>Identifies the new and previous service endpoint URL’s for an organization.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs.NewUrl">
      <summary>Gets the new service endpoint URL for an organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The new service endpoint URL for an organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs.PreviousUrl">
      <summary>Gets the previous service endpoint URL for an organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The previous service endpoint URL for an organization.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute">
      <summary>Identifies the logical name of an entity.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute"></see> class.</summary>
      <param name="logicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute.LogicalName">
      <summary>Gets the logical name of the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The logical name of the entity.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProvider">
      <summary>Represents an identity provider.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IdentityProvider.#ctor">
      <summary>Initializes a new instance of the IdentityProvider class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProvider.IdentityProviderType">
      <summary>The type of identity provider used by an endpoint.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IdentityProviderType"></see>The identity provider type. Value = 0 (ADFS), 1 (LiveId), 2 (OrgId).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProvider.ServiceUrl">
      <summary>Specifies the URL of the identity provider service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The URL of the identity provider service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProviderDictionary">
      <summary>A collection of identity providers.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IdentityProviderDictionary.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.IdentityProviderDictionary"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse">
      <summary>Contains the response from processing <see cref="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest"></see>. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse.#ctor">
      <summary>Initializes a new instance of the RetrieveOrganizationResponse class. </summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse.Detail">
      <summary>Contains detailed information about the target organization.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.OrganizationDetail"></see>The details about the organization.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest">
      <summary>Contains the data that is needed to retrieve information on all organizations that the logged on user belongs to.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest.#ctor">
      <summary>Initializes a new instance of the RetrieveOrganizationsRequest class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest.AccessType">
      <summary>Gets or sets the access type of the organizations’ service endpoint.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.EndpointAccessType"></see>The access type of the organizations’ service endpoint.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest.IsInternalCrossGeoServerRequest">
      <summary>
          For internal use only.
        </summary>
      <returns>Type:<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest.Release">
      <summary>Get or sets the release version of a Microsoft Dynamics 365 organization.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.OrganizationRelease"></see>The organizations’ release version.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse">
      <summary>Contains the response from processing <see cref="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest"></see>. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse.#ctor">
      <summary>Initializes a new instance of the RetrieveOrganizationsResponse class. </summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse.Details">
      <summary>Contains detailed information about the target organizations.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection"></see>The details about the organization.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest">
      <summary>Contains the data that is needed to retrieve the Microsoft Dynamics 365 or Microsoft Dynamics 365 (online) system user ID that is associated with a given identity provider ID.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.#ctor">
      <summary>Initializes a new instance of the RetrieveUserIdByExternalIdRequest class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.ExternalId">
      <summary>Gets or sets the ID of the target user.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The external ID of the user to retrieve.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.OrganizationId">
      <summary>Gets or sets the ID of the organization that the target system user is a member of.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the organization that the target system user is a member of.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.OrganizationName">
      <summary>Gets or sets the unique name of the organization that the target system user is a member of.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name of the organization that the target system user is a member of.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.Release">
      <summary>Gets or sets the release version of the Microsoft Dynamics 365 product.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The release version of the Microsoft Dynamics 365 product.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse">
      <summary>Contains the response from processing <see cref="T:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest"></see>. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse.#ctor">
      <summary>Initializes a new instance of the RetrieveUserIdByExternalIdResponse class. </summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse.UserId">
      <summary>Gets or sets the ID of the Microsoft Dynamics 365 (online) system user.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the user.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.DiscoveryServiceFault">
      <summary>Represents a discovery service fault.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DiscoveryServiceFault.#ctor">
      <summary>Initializes a new instance of the DiscoveryServiceFault class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.DiscoveryServiceFault.InnerFault">
      <summary>Gets or sets the fault instance that caused the current fault.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DiscoveryServiceFault"></see>The fault instance that caused the current fault.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EmailEngagementAggregate">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EmailEngagementAggregate.#ctor">
       
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.ExtensionData">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalAttachmentOpens">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalEmailOpens">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalEmailReplies">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalEmails">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalFollowedEmails">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalLinkClicks">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ManagedProperty`1">
      <summary>Represents a strongly typed managed property.</summary>
      <typeparam name="T">Type: <see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>. The type of managed property.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ManagedProperty`1.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ManagedProperty`1"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ManagedProperty`1.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ManagedProperty`1"></see> class</summary>
      <param name="managedPropertyLogicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name for the managed property.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ManagedProperty`1.CanBeChanged">
      <summary>Gets or sets whether the managed property value can be changed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the managed property value can be changed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ManagedProperty`1.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ManagedProperty`1.ManagedPropertyLogicalName">
      <summary>Gets the logical name for the managed property.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name for the managed property.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ManagedProperty`1.Value">
      <summary>Gets or sets the value of the managed property.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The value of the managed property.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest">
      <summary>Contains the data that is needed to create a link between records.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.AssociateRequest.#ctor">
      <summary> Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.AssociateRequest.RelatedEntities">
      <summary>Gets or sets the collection of entity references (references to records) to be associated. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>
The collection of entity references (references to records) to be associated.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.AssociateRequest.Relationship">
      <summary>Get or sets the relationship name to be used for an association. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Relationship"></see>The relationship name to be used for an association.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.AssociateRequest.Target">
      <summary>Gets or sets the target that is the record to which the related records are associated. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>
The target that is the record to which the related records are associated.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.AssociateResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.AssociateResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest">
      <summary>Contains the data that is needed to check whether the specified entity can be the primary entity (one) in a one-to-many relationship.
    For the Web API use the CanBeReferenced Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest.EntityName">
      <summary>Gets or sets the logical entity name to check whether it can be the primary entity in a one-to-many relationship. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical entity name to check whether it can be the primary entity in a one-to-many relationship. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest"></see> class.
    For the Web API the CanBeReferencedResponse ComplexType is the response value from the CanBeReferenced Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse.CanBeReferenced">
      <summary>Gets the result of the request to see whether the entity can be the primary entity (one) in a one-to-many relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the entity can be the primary entity (one) in a one-to-many relationship; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest">
      <summary>Contains the data that is needed to check whether an entity can be the referencing entity in a one-to-many relationship.
    For the Web API use the CanBeReferencing Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest.EntityName">
      <summary>Gets or sets the logical entity name. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The the logical entity name. Required..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest"></see> class.
    For the Web API the CanBeReferencingResponse ComplexType is the response value from the CanBeReferencing Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse.CanBeReferencing">
      <summary>Gets the result of the request to see whether the entity can be the referencing entity (many) in a one-to-many relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the entity can be the referencing entity (many) in a one-to-many relationship.; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest">
      <summary>Contains the data that is needed to check whether an entity can participate in a many-to-many relationship.
    For the Web API use the CanManyToMany Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest.EntityName">
      <summary>Gets or sets the logical entity name. Required</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical entity name. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyResponse">
      <summary>Contains the response from <see cref="T:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest">
      <summary>Contains the data that is needed to retrieve metadata information about all the entities.
    For the Web API use the RetrieveAllEntities Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest.EntityFilters">
      <summary>Gets or sets a filter to control how much data for each entity is retrieved. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.EntityFilters"></see>A filter to control how much data for each entity is retrieved. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest.RetrieveAsIfPublished">
      <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the metadata that has not been published should be retrieved; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse.EntityMetadata">
      <summary>Gets an array of <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see> instances.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see>[]an array of <see cref="Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see> instances..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse.Timestamp">
      <summary>Gets a time stamp that represents the time when the data was retrieved.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>A time stamp that represents the time when the data was retrieved.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesRequest">
      <summary>Contains the data that is needed to retrieve all managed property definitions </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesRequest.#ctor">
      <summary>Initializes a new instance of the RetrieveAllManagedPropertiesRequest class</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse.ManagedPropertyMetadata">
      <summary>Gets an array of managed property definitions.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata"></see>[]An array of managed property definitions.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest">
      <summary>Contains the data that is needed to retrieve information about all global option sets. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest.RetrieveAsIfPublished">
      <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the metadata that has not been published should be retrieved; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse.OptionSetMetadata">
      <summary>Gets an array of definitions for each global option set.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"></see>[]An array of definitions for each global option set.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest">
      <summary>Contains the data that is needed to retrieve attribute metadata. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.ColumnNumber">
      <summary>Gets or sets a column number value to identify an attribute from the Audit.AttributeMask property. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>A column number value to identify an attribute from the Audit.AttributeMask property. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.EntityLogicalName">
      <summary>Gets or sets the logical name of the entity that contains the attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity that contains the attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.LogicalName">
      <summary>Gets or sets the logical name of the attribute to be retrieved. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the attribute to be retrieved. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.MetadataId">
      <summary>The unique identifier for the attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The unique identifier for the attribute. This corresponds to the <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase"></see>.<see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.RetrieveAsIfPublished">
      <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the metadata that has not been published should be retrieved; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata">
      <summary>Represents the entity key metadata.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.AsyncJob">
      <summary>Gets or sets the asynchronous job.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.DisplayName">
      <summary>Gets or sets the display name.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.Label"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.EntityKeyIndexStatus">
      <summary>Gets or sets the entity key index status.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.EntityKeyIndexStatus"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.EntityLogicalName">
      <summary>Gets or sets the entity logical name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.IntroducedVersion">
      <summary>Gets or sets the introduced version.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.IsCustomizable">
      <summary>Gets or sets a Boolean value that specifies whether the entity key metadata is customizable.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.IsManaged">
      <summary>Gets or sets a Boolean value that specifies whether entity key metadata is managed or not.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>True if it is managed, false otherwise.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.KeyAttributes">
      <summary>Gets or sets the key attributes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.LogicalName">
      <summary>Gets or sets the logical name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.SchemaName">
      <summary>Gets or sets the schema name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata">
      <summary>Contains the metadata for an entity. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ActivityTypeMask">
      <summary>Gets or sets whether a custom activity should appear in the activity menus in the Web application.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The value indicates whether a custom activity should appear in the activity menus in the Web application.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.Attributes">
      <summary>Gets the array of attribute metadata for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>[]The array of attribute metadata for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.AutoCreateAccessTeams">
      <summary>Gets or sets whether the entity is enabled for auto created access teams.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity will be enabled for auto created access teams; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.AutoRouteToOwnerQueue">
      <summary>Gets or sets whether to automatically move records to the owner’s default queue when a record of this type is created or assigned.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the record will automatically move to the owner’s default queue when a record of this type is created or assigned; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanBeInManyToMany">
      <summary>Gets the property that determines whether the entity can be in a Many-to-Many entity relationship.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity can be in a Many-to-Many entity relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanBePrimaryEntityInRelationship">
      <summary>Gets the property that determines whether the entity can be the referenced entity in a One-to-Many entity relationship.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity can be the referenced entity in a One-to-Many entity relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanBeRelatedEntityInRelationship">
      <summary>Gets the property that determines whether the entity can be the referencing entity in a One-to-Many entity relationship.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity can be the referencing entity in a One-to-Many entity relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanChangeHierarchicalRelationship">
      <summary>Gets or sets whether the hierarchical state of entity relationships included in your managed solutions can be changed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the hierarchical state of entity relationships included in your managed solutions can be changed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanChangeTrackingBeEnabled">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanCreateAttributes">
      <summary>Gets or sets the property that determines whether additional attributes can be added to the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether additional attributes can be added to the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanCreateCharts">
      <summary>Gets or sets the property that determines whether new charts can be created for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether new charts can be created for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanCreateForms">
      <summary>Gets or sets the property that determines whether new forms can be created for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether new forms can be created for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanCreateViews">
      <summary>Gets or sets the property that determines whether new views can be created for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether new views can be created for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanEnableSyncToExternalSearchIndex">
      <summary>Gets or sets whether this entity can be enabled for relevance search when customizing a managed solution.</summary>
      <returns>Whether this entity can be enabled for relevance search when customizing a managed solution.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanModifyAdditionalSettings">
      <summary>Gets or sets the property that determines whether any other entity properties not represented by a managed property can be changed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether any other entity properties not represented by a managed property can be changed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanTriggerWorkflow">
      <summary>Gets whether the entity can trigger a workflow process.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity can trigger a workflow process; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ChangeTrackingEnabled">
      <summary>Gets or sets a Boolean value that specifies whether change tracking is enabled for an entity or not.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;True if change tracking is enabled; false otherwise.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CollectionSchemaName">
      <summary>Gets or sets the collection schema name of the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The collection schema name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DataProviderId">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DataSourceId">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DaysSinceRecordLastModified">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.Description">
      <summary>Gets or sets the label containing the description for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The label containing the description for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayCollectionName">
      <summary>Gets or sets the label containing the plural display name for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The label containing the plural display name for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayName">
      <summary>Gets or sets the label containing the display name for the entity.</summary>
      <returns>Type <see cref="Microsoft.Xrm.Sdk.Label"></see>The label containing the display name for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.EnforceStateTransitions">
      <summary>Gets whether the entity will enforce custom state transitions.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity supports custom status transitions.; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.EntityColor">
      <summary>Gets or sets the hexadecimal code to represent the color to be used for this entity in the application.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The hexadecimal code to represent the color to be used for this entity in the application.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.EntityHelpUrl">
      <summary>Gets or sets the URL of the resource to display help content for this entity</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The URL of the resource to display help content for this entity</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.EntityHelpUrlEnabled">
      <summary>Gets or sets whether the entity supports custom help content.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity supports custom help content.; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.EntitySetName">
      <summary>Gets or sets the entity set name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The entity set name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ExternalCollectionName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ExternalName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconLargeName">
      <summary>Gets or sets the name of the image web resource for the large icon for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the image web resource for the large icon for the entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconMediumName">
      <summary>Gets or sets the name of the image web resource for the medium icon for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the image web resource for the medium icon for the entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconSmallName">
      <summary>Gets or sets the name of the image web resource for the small icon for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the image web resource for the small icon for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconVectorName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IntroducedVersion">
      <summary>
          Gets a string identifying the solution version that the solution component was added in.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
A string identifying the solution version that the solution component was added in.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsActivity">
      <summary>Gets or sets whether the entity is an activity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is an activity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsActivityParty">
      <summary>Gets or sets whether the email messages can be sent to an email address stored in a record of this type.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if emails can be sent to an email address stored in a record of this type; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsAIRUpdated">
      <summary>Gets whether the entity uses the updated user interface.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity uses the updated user interface; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsAuditEnabled">
      <summary>Gets or sets the property that determines whether auditing has been enabled for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>&amp;gt;The property that determines whether auditing has been enabled for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsAvailableOffline">
      <summary>Gets or sets whether the entity is available offline.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is available offline; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsBPFEntity">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsBusinessProcessEnabled">
      <summary>Gets whether the entity is enabled for business process flows.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if; the entity is enabled for business process flows otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsChildEntity">
      <summary>Gets whether the entity is a child entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is a child entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsConnectionsEnabled">
      <summary>Gets or sets the property that determines whether connections are enabled for this entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>&amp;gt;The property that determines whether connections are enabled for this entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsCustomEntity">
      <summary>Gets whether the entity is a custom entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is a custom entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsCustomizable">
      <summary>Gets or sets the property that determines whether the entity is customizable.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity is customizable.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsDocumentManagementEnabled">
      <summary>Gets or sets the property that determines whether document management is enabled.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is enabled for document management; otherwise, false</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsDocumentRecommendationsEnabled">
      <summary>Gets or sets whether the entity is enabled for document recommendations.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is enabled for document recommendations; otherwise, false</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsDuplicateDetectionEnabled">
      <summary>Gets or sets the property that determines whether duplicate detection is enabled.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether duplicate detection is enabled..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsEnabledForCharts">
      <summary>Gets whether charts are enabled.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if charts are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsEnabledForExternalChannels">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsEnabledForTrace">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsImportable">
      <summary>Gets whether the entity can be imported using the Import Wizard.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity can be imported using the Import Wizard; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsInteractionCentricEnabled">
      <summary>Gets or sets whether the entity is enabled for interactive experience.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is enabled for interactive experience; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsIntersect">
      <summary>Gets whether the entity is an intersection table for two other entities.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is an intersection table for two other entities.; otherwise, false</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsKnowledgeManagementEnabled">
      <summary>Gets or sets whether Parature knowledge management integration is enabled for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;True if Parature knowledge management integration is enabled; false otherwise.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsLogicalEntity">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsMailMergeEnabled">
      <summary>Gets or sets the property that determines whether mail merge is enabled for this entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether mail merge is enabled for this entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsManaged">
      <summary>Gets whether the entity is part of a managed solution.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is part of a managed solution; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsMappable">
      <summary>Gets or sets the property that determines whether entity mapping is available for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether entity mapping is available for the entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsOfflineInMobileClient">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsOneNoteIntegrationEnabled">
      <summary>Gets or sets whether OneNote integration is enabled for the.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the OneNote integration is enabled for the entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsOptimisticConcurrencyEnabled">
      <summary>Gets whether optimistic concurrency is enabled for the entity</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the optimistic concurrency is enabled for the entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsPrivate">
      <summary>Gets whether the entity is public or private.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is private; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsQuickCreateEnabled">
      <summary>Gets or sets the value indicating if the entity is enabled for quick create forms.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is enabled for quick create forms ; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsReadingPaneEnabled">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsReadOnlyInMobileClient">
      <summary>Gets or sets the property that determines whether Microsoft Dynamics 365 for tablets users can update data for this entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether Microsoft Dynamics 365 for tablets users can update data for this entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsRenameable">
      <summary>Gets or sets the property that determines whether the entity <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayName"></see> and <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayCollectionName"></see> can be changed by editing the entity in the application.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity <see cref="Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayName"></see> and <see cref="Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayCollectionName"></see> can be changed by editing the entity in the application.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsSLAEnabled">
      <summary>Gets or sets the value indicating if the entity is enabled for service level agreements (SLAs).</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is enabled for SLAs; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsStateModelAware">
      <summary>Gets whether the entity supports setting custom state transitions.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity supports custom status transitions.; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsValidForAdvancedFind">
      <summary>Gets or sets whether the entity is will be shown in Advanced Find.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is will be shown in Advanced Find.; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsValidForQueue">
      <summary>Gets or sets the property that determines whether the entity is enabled for queues.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity is enabled for queues.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsVisibleInMobile">
      <summary>Gets or sets the property that determines whether Microsoft Dynamics 365 for phones users can see data for this entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether Microsoft Dynamics 365 for phones users can see data for this entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsVisibleInMobileClient">
      <summary>Gets or sets the property that determines whether Microsoft Dynamics 365 for tablets users can see data for this entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether Microsoft Dynamics 365 for tablets users can see data for this entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.Keys">
      <summary>Gets an array of keys for an entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata"></see>[]An array of keys for an entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.LogicalCollectionName">
      <summary>Gets the logical collection name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The logical collection name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.LogicalName">
      <summary>Gets or sets the logical name for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ManyToManyRelationships">
      <summary>Gets the array of many-to-many relationships for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata"></see>[]The array of many-to-many relationships for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ManyToOneRelationships">
      <summary>Gets the array of many-to-one relationships for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see>[]The array of many-to-one relationships for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.MobileOfflineFilters">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ObjectTypeCode">
      <summary>Gets the entity type code.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The entity type code.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.OneToManyRelationships">
      <summary>Gets the array of one-to-many relationships for the entity.</summary>
      <returns>Type :<see cref="Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see>[]The array of one-to-many relationships for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.OwnershipType">
      <summary>Gets or sets the ownership type for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.OwnershipTypes"></see>&amp;gt;
The ownership type for the entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.PrimaryIdAttribute">
      <summary>Gets the name of the attribute that is the primary id for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the attribute that is the primary id for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.PrimaryImageAttribute">
      <summary>Gets the name of the primary image attribute for an entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the primary image attribute for an entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.PrimaryNameAttribute">
      <summary>Gets the name of the primary attribute for an entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the primary attribute for an entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.Privileges">
      <summary>Gets the privilege metadata for the entity.</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata"></see>[]The privilege metadata for the entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.RecurrenceBaseEntityLogicalName">
      <summary>Gets the name of the entity that is recurring.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the entity that is recurring.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ReportViewName">
      <summary>Gets the name of the report view for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the report view for the entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.SchemaName">
      <summary>Gets or sets the schema name for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.SyncToExternalSearchIndex">
      <summary>Gets or sets whether this entity is searchable in relevance search. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity is searchable in relevance search; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.UsesBusinessDataLabelTable">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection">
      <summary>Defines a collection of <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see></summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata">
      <summary>Contains the metadata for an attribute that references an entity.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name of the attribute.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata">
      <summary>Contains the data for an attribute that provides options.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata"></see> class.</summary>
      <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see> The attribute type code.</param>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata.DefaultFormValue">
      <summary>Gets or sets the default form value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The default form value for the attribute..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata.OptionSet">
      <summary>Gets or sets the available options for the attribute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>The available options for the attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata">
      <summary>Contains the metadata for an attribute type Image.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata"></see> class.</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.IsPrimaryImage">
      <summary>Gets or sets whether the attribute is the primary image for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute is the primary image for the entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.MaxHeight">
      <summary>Gets the maximum height of the image.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="http://msdn.microsoft.com/en-us/library/system.int16.aspx">Int16</see>&amp;gt;
The maximum height for the image.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.MaxWidth">
      <summary>Gets the maximum width of the image.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="http://msdn.microsoft.com/en-us/library/system.int16.aspx">Int16</see>&amp;gt;
The maximum width for the image.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ImeMode">
      <summary>Describes the input method editor mode
    For the Web API use the ImeMode EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Active">
      <summary>Specifies that the IME mode is active. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Auto">
      <summary>Specifies that the IME mode is chosen automatically. Value =0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Disabled">
      <summary>Specifies that the IME mode is disabled. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Inactive">
      <summary>Specifies that the IME mode is inactive. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata">
      <summary>Contains the metadata for an attribute type Integer.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.Format">
      <summary>Gets or sets the format options for the integer attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.IntegerFormat"></see>&amp;gt;
The format options for the integer attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.FormulaDefinition">
      <summary>Gets or sets the formula definition for calculated and rollup attributes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The formula definition for calculated and rollup attributes.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MaxSupportedValue">
      <summary>The maximum supported value is 2147483647.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The maximum value for the attribute.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MinSupportedValue">
      <summary>The minimum supported value is -2147483648.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The minimum value for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.SourceTypeMask">
      <summary>Gets the bitmask value that describes the sources of data used in a calculated attribute or whether the data sources are invalid.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt; The value that indicates the source of data for a calculated or rollup attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.IntegerFormat">
      <summary>Describes the formatting of an integer attribute.
    For the Web API use the IntegerFormat EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.Duration">
      <summary>Specifies to display the integer as a drop down list of durations. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.Language">
      <summary>Specifies the display the integer as a drop down list of installed languages. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.Locale">
      <summary>Specifies a locale. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.None">
      <summary>Specifies to display an edit field for an integer. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.TimeZone">
      <summary>Specifies to display the integer as a drop down list of time zones. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata">
      <summary>Contains the metadata for an attribute of type lookup.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.#ctor(System.Nullable{Microsoft.Xrm.Sdk.Metadata.LookupFormat})">
      <param name="format"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.Format">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.Targets">
      <summary>Gets or sets the target entity types for the lookup.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>[]
The array of target entity types for the lookup.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupFormat">
       
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.LookupFormat.Connection">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.LookupFormat.None">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.LookupFormat.Regarding">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.LookupFormat.Text">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata"></see> class</summary>
      <param name="schemaName">
            For internal use only.
          </param>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.EmptyParentComponentType">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ManagedPropertyLogicalName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ParentAttributeName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ParentComponentType">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ValueAttributeTypeCode">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see>For internal use only.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority">
      <summary>
          For internal use only.
         
    For the Web API use the ManagedPropertyEvaluationPriority EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.Essential">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.High">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.Low">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.None">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.Normal">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.Description">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.DisplayName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EnablesAttributeName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EnablesEntityName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.ErrorCode">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EvaluationPriority">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority"></see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.IntroducedVersion">
      <summary>
          Gets a string identifying the solution version that the solution component was added in.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
A string identifying the solution version that the solution component was added in.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.IsGlobalForOperation">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.IsPrivate">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.LogicalName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.ManagedPropertyType">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType"></see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.Operation">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation"></see>&amp;gt;For internal use only.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation">
      <summary>
          For internal use only.
         
    For the Web API use the ManagedPropertyOperation EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.All">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Create">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.CreateUpdate">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Delete">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.None">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Update">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.UpdateDelete">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType">
      <summary>
          For internal use only.
         
    For the Web API use the ManagedPropertyType EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.Attribute">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.Custom">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.CustomEvaluator">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.Operation">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.LiveIdentityProviderTrustConfiguration">
      <summary>Contains identity provider configuration information specific to Microsoft account.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.LiveIdentityProviderTrustConfiguration.Endpoint">
      <summary>Gets the endpoint of the Microsoft account identity provider.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The endpoint of the Microsoft account identity provider.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.LiveIdPolicyConfiguration">
      <summary>Contains a policy configuration that identifies a Secure Token Service for use with Microsoft account authentication.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.LocalIdentityProvider">
      <summary>Represents an Active Directory Federation Services (ADFS) based identity provider.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.LocalIdentityProvider.#ctor">
      <summary>Initializes a new instance of the LocalIdentityProvider class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.MergeOption">
      <summary>Describes the synchronization option for sending or receiving entity data to or from a data service using the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.MergeOption.AppendOnly">
      <summary>New Microsoft Dynamics 365 entities are appended. Existing entities or their original values are not be modified. No client-side changes are lost in this merge. This is the default behavior. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.MergeOption.NoTracking">
      <summary>
          Microsoft Dynamics 365 entities are always loaded from persisted storage. Any attribute changes made to entities in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> are overwritten by the data source values. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.MergeOption.OverwriteChanges">
      <summary>All current values on the client are overwritten with current values from the Web service regardless of whether they have been changed on the client. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.MergeOption.PreserveChanges">
      <summary>Current values that have been changed on the client are not modified, but any unchanged values are updated with current values from the Web service. No client-side changes are lost in this merge. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.OnlineFederationPolicyConfiguration">
      <summary>Contains Microsoft Online Services specific information for connecting to the Microsoft Dynamics 365 (online) server.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.OnlineIdentityProvider">
      <summary>Represents a Microsoft Online Services based identity provider.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OnlineIdentityProvider.#ctor">
      <summary>Initializes a new instance of the OnlineIdentityProvider class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.OnlinePolicyConfiguration">
      <summary>Contains general information used when connecting to Microsoft Dynamics 365 (online).</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OnlinePolicyConfiguration.OnlineProviders">
      <summary>Contains the available identity providers for the Microsoft Dynamics 365 (online) service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IdentityProviderTypeDictionary"></see>The available identity providers for the Microsoft Dynamics 365 (online) service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext">
      <summary>Represents the runtime context of the data service that is used to track Microsoft Dynamics 365 entities and that sends and receives entities from the server.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.#ctor(Microsoft.Xrm.Sdk.IOrganizationService)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> class.</summary>
      <param name="service">Type: <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>. The service that provides access to organization data.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AddLink(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Adds the specified link to the set of objects the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity for the new link.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The navigation property or attribute on the source object that returns the related object.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity related to the source entity by the new link.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AddObject(Microsoft.Xrm.Sdk.Entity)">
      <summary>Adds the specified entity to the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AddRelatedObject(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Adds a related entity to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> and creates the link that defines the relationship between the two entities in a single request.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The parent entity that is being tracked by the context.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property that returns the related object based on an association between the two entities.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The related object that is being added.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Attach(Microsoft.Xrm.Sdk.Entity)">
      <summary>Notifies the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> to start tracking the specified entity.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be tracked.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AttachLink(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Notifies the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> to start tracking the specified link that defines a relationship between entity objects.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity in the new link.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source object that represents the link between the source and target object.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link that is bound to the source entity specified in this call. </param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.ClearChanges">
      <summary>Clears all tracking of entities by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.ConcurrencyBehavior">
      <summary>Specifies the type of optimistic concurrency behavior that should be performed by the Web service when processing this request.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ConcurrencyBehavior"></see>The concurrency behavior.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.CreateQuery(System.String)">
      <summary>Creates a web service .NET Language-Integrated Query (LINQ) query for the specified entity.</summary>
      <param name="entityLogicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity to be queried.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/bb351562.aspx">IQueryable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Entity"></see>&amp;gt;.The query of the specified entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.CreateQuery``1(System.Linq.IQueryProvider,System.String)">
      <summary>Creates a web service .NET Language-Integrated Query (LINQ) query for the specified entity.</summary>
      <param name="provider">Type: <see cref="https://msdn.microsoft.com/library/System.Linq.IQueryProvider.aspx">IQueryProvider</see>. The provider of the Web service.</param>
      <param name="entityLogicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity to be queried.</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be queried.</typeparam>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/bb351562.aspx">IQueryable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Entity"></see>&amp;gt;The query of the specified entity type..</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.CreateQuery``1">
      <summary>Creates a Web service .NET Language-Integrated Query (LINQ) query for the specified entity.</summary>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be queried.</typeparam>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/bb351562.aspx">IQueryable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Entity"></see>&amp;gt;The query of the specified entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.DeleteLink(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Changes the state of the link to deleted in the list of links being tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity in the link to be marked for deletion.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source entity that is used to access the target entity.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity involved in the link that is bound to the source entity.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.DeleteObject(Microsoft.Xrm.Sdk.Entity)">
      <summary>Changes the state of the specified entity to be deleted in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The tracked entity to be changed to the deleted state.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.DeleteObject(Microsoft.Xrm.Sdk.Entity,System.Boolean)">
      <summary>Changes the state of the specified entity to be deleted in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The tracked entity to be changed to the deleted state.</param>
      <param name="recursive">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true to specify entities to be deleted recursively, otherwise false.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Detach(Microsoft.Xrm.Sdk.Entity)">
      <summary>Removes the entity from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be removed from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true if the specified entity was detached; otherwise false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Detach(Microsoft.Xrm.Sdk.Entity,System.Boolean)">
      <summary>Removes the entity from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be removed from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</param>
      <param name="recursive">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true to specify entities to be detached recursively, otherwise false.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. Returns true if the specified entity was detached; otherwise false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.DetachLink(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Removes the specified link from the list of links being tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity participating in the link to be marked for deletion.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source entity that represents the source in the link between the source and the target.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity involved in the link that is bound to the source object.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true if the specified entity was detached; otherwise false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Dispose">
      <summary>Disposes of the service context.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Dispose(System.Boolean)">
      <summary>Disposes of the service context.</summary>
      <param name="disposing">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)">
      <summary>Executes a message in the form of a request, and returns a response.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>. The request to be sent.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationResponse"></see>. The response returned from processing the organization request.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Finalize">
      <summary>Destructor for the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.GetAttachedEntities">
      <summary>Gets an enumerable collection of the entities attached to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/9eekhta0">IEnumerable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Entity"></see>&amp;gt;.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.IsAttached(Microsoft.Xrm.Sdk.Entity)">
      <summary>Determines whether an entity is attached and therefore being tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be determined if it is attached.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true if the specified entity is attached to the <see cref="Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.IsAttached(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Determines whether an entity relationship is attached and therefore being tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity in the link.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source entity that represents the link between the source and target entity.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true if the specified entity is attached to the <see cref="Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.IsDeleted(Microsoft.Xrm.Sdk.Entity)">
      <summary>Determines whether an entity has been deleted.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be determined if it is deleted.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true if the specified entity is deleted; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.IsDeleted(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Determines whether a relationship has been deleted.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity in the link.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source entity that represents the link between the source and target entity.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true if the specified entity is deleted; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.LoadProperty(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship)">
      <summary>Loads the related entity collection for the specified relationshp.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity with the relationship to be loaded.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the entity that represents the relationship to be retrieved.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.LoadProperty(Microsoft.Xrm.Sdk.Entity,System.String)">
      <summary>Loads deferred content for a specified property from the Web service.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity that contains the property to load.</param>
      <param name="propertyName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the property of the specified entity to load.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.MergeOption">
      <summary>Gets or sets the synchronization option for receiving entities from the Web service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.MergeOption"></see>The synchronization option for receiving entities from the Web service.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnBeginEntityTracking(Microsoft.Xrm.Sdk.Entity)">
      <summary>Virtual (Overridable) method called when entity tracking begins.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnBeginLinkTracking(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Virtual (Overridable) method called when link tracking begins.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The navigation property or attribute on the source object that returns the related object.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source object that represents the link between the source and target object.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link that is bound to the source entity specified in this call.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnEndEntityTracking(Microsoft.Xrm.Sdk.Entity)">
      <summary>Virtual (Overridable) method called after entity tracking ends.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnEndLinkTracking(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)">
      <summary>Virtual (Overridable) method called after link tracking ends.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The navigation property or attribute on the source object that returns the related object.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source object that represents the link between the source and target object.</param>
      <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link that is bound to the source entity specified in this call.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnExecute(Microsoft.Xrm.Sdk.OrganizationRequest,Microsoft.Xrm.Sdk.OrganizationResponse)">
      <summary>Virtual (Overridable) method called after <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"></see> is called and before a response is returned.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. The request being processed.</param>
      <param name="response">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>. The response that is to be returned from processing the request.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnExecute(Microsoft.Xrm.Sdk.OrganizationRequest,System.Exception)">
      <summary>Virtual (Overridable) method called after <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"></see> is called and before an exception is re-thrown.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. The request being processed.</param>
      <param name="exception">Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>. The exception thrown from processing the request.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnExecuting(Microsoft.Xrm.Sdk.OrganizationRequest)">
      <summary>Virtual (Overridable) method called before <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"></see> is called.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. The request being processed.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnSaveChanges(Microsoft.Xrm.Sdk.SaveChangesResultCollection)">
      <summary>Virtual (Overridable) method called after an attempt to save data changes.</summary>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results of the save changes operation.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnSavingChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)">
      <summary>Virtual (Overridable) method called before an attempt to save changes is performed.</summary>
      <param name="options">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see>. Save changes options.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.QueryProvider">
      <summary>Gets the query provider.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Linq.IQueryProvider.aspx">IQueryProvider</see>The query provider.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges">
      <summary>Saves the changes that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking to Microsoft Dynamics 365.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>A <see cref="Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see> that contains status, headers, and errors that result from the call to <see cref="Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)">
      <summary>Saves the changes that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking to Microsoft Dynamics 365.</summary>
      <param name="options">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see>. Indicates how changes are saved.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>A <see cref="Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see> that contains status, headers, and errors that result from the call to <see cref="Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChangesDefaultOptions">
      <summary>Gets or sets the <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see> values that are used by the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)"></see> method.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see>The <see cref="Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see> values that are used by the <see cref="Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)"></see> method.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.UpdateObject(Microsoft.Xrm.Sdk.Entity)">
      <summary>Changes the state of the specified entity in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> to Modified.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The tracked entity to be assigned to the Modified state.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.UpdateObject(Microsoft.Xrm.Sdk.Entity,System.Boolean)">
      <summary>Changes the state of the specified entity in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> to Modified.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The tracked entity to be assigned to the Modified state.</param>
      <param name="recursive">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true if operation should be recursive; otherwise false.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityRole">
      <summary>Contains values to indicate the role the entity plays in a relationship.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityRole.Referenced">
      <summary>Specifies that the entity is the referenced entity. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityRole.Referencing">
      <summary>Specifies that the entity is the referencing entity. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityState">
      <summary>Indicates the state of an entity as tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> and indicates to the server the operation that should be performed for a related entity.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityState.Changed">
      <summary>The entity was changed since the last call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityState.Created">
      <summary>The entity was created since the last call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityState.Unchanged">
      <summary>The entity is unchanged since the last call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ErrorDetailCollection">
      <summary>Contains a collection of objects that provide details on an error.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ErrorDetailCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ErrorDetailCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem">
      <summary>Contains the response from execution of a message request.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.ExtensionData">
      <summary>Gets or sets the structure that contains extra data.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.Fault">
      <summary>Gets or sets the organization service fault that occurred when a message request was executed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationServiceFault"></see>The organization service fault.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.RequestIndex">
      <summary>Gets or sets the numerical position of a message request in a request collection.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The position of a message request in a request collection, starting at zero.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.Response">
      <summary>Gets or sets the response that is returned from executing a message request.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationResponse"></see>The message response.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection">
      <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem"></see> instances.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ExecuteMultipleSettings">
      <summary>Defines the execution behavior of <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest"></see>.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleSettings"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.ContinueOnError">
      <summary>Gets or sets a value indicating whether further execution of message requests in the <see cref="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest.Requests"></see> collection should continue if a fault is returned for the current request being processed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if message request processing should continue; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.ExtensionData">
      <summary>Gets or sets the structure that contains extra data.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.ReturnResponses">
      <summary>Gets or sets a value indicating if a response for each message request processed should be returned.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if responses should be returned for each message request processed; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ExecuteTransactionFault">
      <summary>Represents a fault that occurs when a message request fails execution during a single database transaction.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ExecuteTransactionFault.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.ExecuteTransactionFault"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteTransactionFault.FaultedRequestIndex">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The index in the <see cref="Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest.Requests"></see> collection of the message request that resulted in the fault.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.FieldPermissionType">
      <summary>Defines the possible field permission types.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.FieldPermissionType.Allowed">
      <summary>The action is allowed. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.FieldPermissionType.NotAllowed">
      <summary>The action is not allowed. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.FieldPermissionType.Validate(System.Int32)">
      <summary>Validates the field permission value.</summary>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. The value to validate.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse.OptionSetId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the newly created <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the newly created <see cref="Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateRequest">
      <summary>Contains the data that is needed to create a record.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateRequest.Target">
      <summary>Gets or sets an instance of an entity that you can use to create a new record. Required. </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>
The entity instance.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateResponse.id">
      <summary>Gets the ID of the newly created record.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the newly created record.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest">
      <summary>Contains the data that is needed to delete an attribute.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest.EntityLogicalName">
      <summary>Gets or sets the logical name of the entity that contains the attribute. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity that contains the attribute. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest.LogicalName">
      <summary>Gets or sets the logical name of the attribute to delete. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the attribute to delete. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteAttributeResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyRequest">
      <summary>Contains the data that is needed to delete the specified key for an entity.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyRequest.EntityLogicalName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyRequest.Name">
      <summary>Gets or sets the key name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the alternate key.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest">
      <summary>Contains the data that is needed to delete an entity. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest.LogicalName">
      <summary>Gets or sets the logical name of the entity. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse.OptionSetMetadata">
      <summary>Gets the metadata for the global option set.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"></see> The metadata for the global option set.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest">
      <summary>Contains the data that is needed to retrieve entity relationship metadata. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest.MetadataId">
      <summary>Gets or sets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see> to be retrieved. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see> The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see> to be retrieved. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest.Name">
      <summary>Gets or sets the unique name for the entity relationship to be retrieved. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name for the entity relationship to be retrieved. Optional..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest.RetrieveAsIfPublished">
      <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the unpublished metadata should be retrieved; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse.RelationshipMetadata">
      <summary>Gets the metadata for the entity relationship.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see>The metadata for the entity relationship.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveRequest">
      <summary>Contains the data that is needed to retrieve a record.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.ColumnSet">
      <summary>Gets or sets the collection of attributes for which non-null values are returned from a query. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The collection of attributes for which non-null values are returned from a query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.RelatedEntitiesQuery">
      <summary>Gets or sets the query that describes the related records to be retrieved. Optional.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.RelationshipQueryCollection"></see>The query that describes the related records to be retrieved.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.ReturnNotifications">
      <summary>
          For internal use only.
        </summary>
      <returns> Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.Target">
      <summary>Gets or sets the target, which is the record to be retrieved. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>The target, which is the record to be retrieved.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveResponse.Entity">
      <summary>Gets the specified record from the request.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>The specified record from the request.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveResponse.Notifications">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampRequest">
      <summary>Contains the data that is needed to retrieves a time stamp for the metadata.
    For the Web API use the RetrieveTimestamp Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampRequest.#ctor">
      <summary>Initializes a new instance of the RetrieveTimestampRequest class</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampRequest"></see> class.
    For the Web API the RetrieveTimestampResponse ComplexType is the response value from the RetrieveTimestamp Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse.Timestamp">
      <summary>Gets the time stamp of the metadata.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The time stamp of the metadata.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest">
      <summary>Contains the data that is needed to set or restore the data encryption key.
    For the Web API use the SetDataEncryptionKey Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest.ChangeEncryptionKey">
      <summary>Gets or sets the operation to perform with the data encryption key.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true indicates to set (change) the data encryption key; otherwise, false indicates to restore the data encryption key.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest.EncryptionKey">
      <summary>Gets or sets the value of the data encryption key.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata">
      <summary>Contains metadata representing an option within an Option set.
    For the Web API the corresponding type is OptionMetadata ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.#ctor(System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> class</summary>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The value of the option.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.#ctor(Microsoft.Xrm.Sdk.Label,System.Nullable{System.Int32})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> class</summary>
      <param name="label">Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label containing the text for the option..</param>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The value of the option.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.Color">
      <summary>Gets or sets the hexadecimal value set to assign a color for the option.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The hexadecimal value set to assign a color for the option.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.Description">
      <summary>Gets or sets the label containing the description for the option.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The label containing the description for the option..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.ExternalName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.IsManaged">
      <summary>Gets whether the option is part of a managed solution.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the option is part of a managed solution.; otherwise, false</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.Label">
      <summary>Gets or sets the label containing the text for the option.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The label containing the text for the option..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.Value">
      <summary>Gets or sets the value of the option.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The value of the option.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection">
      <summary>Contains the options in for the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>.<see cref="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.Options"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.Metadata.OptionMetadata})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"></see> class</summary>
      <param name="list">Type: <see cref="https://msdn.microsoft.com/library/5y536ey6">IList</see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see>&amp;gt;. Sets the options for the collection.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata">
      <summary>Contains metadata that defines a set of options.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see> class</summary>
      <param name="options">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"></see>The options available in the option set.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.Options">
      <summary>Gets the options available in the option set.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"></see>The options available in the option set.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase">
      <summary>Contains data that defines a set of options.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.Description">
      <summary>Gets or sets a description for the option set.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The description for the option set.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.DisplayName">
      <summary>Gets or sets a display name for a global option set.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The display name for a global option set.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.ExternalName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IntroducedVersion">
      <summary>
          Gets a string identifying the solution version that the solution component was added in.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
A string identifying the solution version that the solution component was added in.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IsCustomizable">
      <summary>Gets or sets a property that determines whether the option set is customizable.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the option set is customizable.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IsCustomOptionSet">
      <summary>Gets or sets whether the option set is a custom option set.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the option set is a custom option set; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IsGlobal">
      <summary>Gets or sets whether the option set is a global option set.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the option set is a global option set; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IsManaged">
      <summary>Gets or sets whether the option set is part of a managed solution.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the option set is part of a managed solution; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.Name">
      <summary>Gets or sets the name of a global option set.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of a global option set.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.OptionSetType">
      <summary>Gets or sets the type of option set.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.OptionSetType"></see>&amp;gt;
The type of option set.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionSetType">
      <summary>Indicates the type of option set.
    For the Web API use the OptionSetType EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.Boolean">
      <summary>The option set provides two options for a <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> attribute. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.Picklist">
      <summary>The option set provides a list of options. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.State">
      <summary>The option set represents state options for a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata"></see> attribute. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.Status">
      <summary>The option set represents status options for a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata"></see> attribute. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes">
      <summary>Specifies the type of ownership for an entity.
    For the Web API use the OwnershipTypes EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.BusinessOwned">
      <summary>The entity is owned by a business unit. For internal use only. Value = 4. </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.BusinessParented">
      <summary>The entity is parented by a business unit. For internal use only. Value = 16. </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.None">
      <summary>The entity does not have an owner. For internal use only. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.OrganizationOwned">
      <summary>The entity is owned by an organization. Value = 8.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.TeamOwned">
      <summary>The entity is owned by a team. For internal use only.Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.UserOwned">
      <summary>The entity is owned by a system user. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata">
      <summary>Contains the metadata for an attribute type Picklist.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"></see> class.</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name of the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.FormulaDefinition">
      <summary>Gets or sets the formula definition for calculated and rollup attributes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The formula definition for calculated and rollup attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.SourceTypeMask">
      <summary>Gets the bitmask value that describes the sources of data used in a calculated attribute or whether the data sources are invalid.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt; The value that indicates the source of data for a calculated or rollup attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.PrivilegeType">
      <summary>Describes the type of operation for the privilege
    For the Web API use the PrivilegeType EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Append">
      <summary>The append privilege. Value = 7.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.AppendTo">
      <summary>The append to privilege. Value = 8.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Assign">
      <summary>The assign privilege. Value = 5.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Create">
      <summary>The create privilege. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Delete">
      <summary>The delete privilege. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.None">
      <summary>Specifies no privilege. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Read">
      <summary>The read privilege. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Share">
      <summary>The share privilege. Value = 6.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Write">
      <summary>The write privilege. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression">
      <summary>Defines a complex query to retrieve attribute metadata for entities retrieved using an <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"></see></summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection">
      <summary>The structure used to return deleted metadata.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters">
      <summary>An enumeration that specifies the type of deleted metadata to retrieve.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.All">
      <summary>All deleted metadata. Value = 31.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Attribute">
      <summary>Deleted Attribute metadata. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Default">
      <summary>The value used if not set. Equals <see cref="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Entity"></see></summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Entity">
      <summary>Deleted Entity metadata. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Label">
      <summary>Deleted Label metadata. Value = 8.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.OptionSet">
      <summary>Deleted OptionSet metadata. Value = 16.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Relationship">
      <summary>Deleted Relationship metadata. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityKeyQueryExpression">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.EntityKeyQueryExpression.#ctor">
       
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression">
      <summary>Defines a complex query to retrieve entity metadata.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.AttributeQuery">
      <summary>Gets or sets a query expression for the entity attribute metadata to return.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.KeyQuery">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery">
      <summary>Gets or sets a query expression for the labels to return.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.RelationshipQuery">
      <summary>Gets or sets a query expression for the entity relationship metadata to return.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression">
      <summary>Defines the languages for the labels to be retrieved for metadata items that have labels.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression.#ctor">
      <summary>Initializes a new instance of the<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression.FilterLanguages">
      <summary>Gets the LCID values for localized labels to be retrieved for metadata items.</summary>
      <returns>Type <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;The LCID values for localized labels to be retrieved for metadata items.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression.MissingLabelBehavior">
      <summary>When this optional parameter is set to 1, the query will include labels for the base language if the label for the requested language is not there.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression">
      <summary>Contains a condition expression used to filter the results of the metadata query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator,System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression"></see> class.</summary>
      <param name="propertyName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the metadata property in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator"></see>. The condition operator.</param>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see> The value for the metadata property.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.ConditionOperator">
      <summary>Gets or sets the condition operator.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator"></see>. The condition operator.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.PropertyName">
      <summary>Gets or sets the name of the metadata property in the condition expression.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the metadata property in the condition expression.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.Value">
      <summary>Gets or sets the value for the metadata property.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see> The value for the metadata property.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator">
      <summary>Describes the type of comparison for two values in a metadata condition expression. </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.Equals">
      <summary>The values are compared for equality. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.GreaterThan">
      <summary>The value is greater than the compared value. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.In">
      <summary>The value exists in a list of values. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.LessThan">
      <summary>The value is less than the compared value. Value = 5.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.NotEquals">
      <summary>The two values are not equal. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.NotIn">
      <summary>The given value is not matched to a value in a list. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AttributePrivilege">
      <summary>Specifies the field level security privileges allowed for an attribute.
    For the Web API the corresponding type is AttributePrivilege ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributePrivilege.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.AttributePrivilege"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributePrivilege.#ctor(System.Guid,System.Int32,System.Int32,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AttributePrivilege"></see> class setting the attribute Id, and whether it is valid to create, read and update the attribute value.</summary>
      <param name="attributeId">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The attribute ID.</param>
      <param name="canCreate">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. Whether the attribute value can be specified on create.</param>
      <param name="canRead">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. Whether the attribute value can be read.</param>
      <param name="canUpdate">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. Whether the attribute value can be updated.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.AttributeId">
      <summary>Gets the ID of the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.CanCreate">
      <summary>Gets whether create of the attribute value is allowed.</summary>
      <returns>
          Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.CanRead">
      <summary>Gets whether read of the attribute value is allowed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.CanUpdate">
      <summary>Gets whether update of the attribute value is allowed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>
The extension data.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AttributePrivilegeCollection">
      <summary>Specifies a collection of field level security privileges allowed for the specified attributes.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributePrivilegeCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AttributePrivilegeCollection"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AttributePrivilegeCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.AttributePrivilege})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AttributePrivilegeCollection"></see> class, setting the list property.</summary>
      <param name="list">Type: <see cref="https://msdn.microsoft.com/library/5y536ey6">IList</see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.AttributePrivilege"></see>&amp;gt;. The list of attribute privileges.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AuthenticationType">
       
    </member>
    <member name="F:Microsoft.Xrm.Sdk.AuthenticationType.ClientAssertionCertificate">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.AuthenticationType.ClientCredential">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.BaseServiceFault">
      <summary>Represents a service fault.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.BaseServiceFault.#ctor">
      <summary>Initializes a new instance of the BaseServiceFault class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ActivityId">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ErrorCode">
      <summary>Gets or sets the fault error code.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The fault error code.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ErrorDetails">
      <summary>Gets or sets the details of the fault.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ErrorDetailCollection"></see>The collection of details about the fault.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ExtensionData">
      <summary>Gets or sets a structure that contains extra data.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.Message">
      <summary>Gets or sets the message for the fault.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The message for the fault.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.Timestamp">
      <summary>Gets or sets the date and time when the fault occurred.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.datetime.aspx">DateTime</see>The date and time when the fault occurred.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.BooleanManagedProperty">
      <summary>Defines a managed property that stores a Boolean value.
    For the Web API the corresponding type is BooleanManagedProperty ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.BooleanManagedProperty.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.BooleanManagedProperty.#ctor(System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see> class</summary>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>.
true if the value is true; otherwise, false.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.BusinessEntityChanges">
      <summary>Represents the business entity changes.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.BusinessEntityChanges.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.BusinessEntityChanges"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.Changes">
      <summary>Gets or sets the business entity changes collection.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BusinessEntityChangesCollection"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.DataToken">
      <summary>Gets or sets the data token.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.ExtensionData">
      <summary>Gets or sets the extension data object.</summary>
      <returns>Type:<see cref="System.Runtime.Serialization.ExtensionDataObject"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.MoreRecords">
      <summary>Gets or sets a Boolean value that specifies whether there are more records in the business entity changes collection.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>True if there are more records; otherwise false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.PagingCookie">
      <summary>Gets or sets the paging cookie.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.BusinessEntityChangesCollection">
      <summary>Represents the business entity changes collection.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.BusinessEntityChangesCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.BusinessEntityChangesCollection"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.BusinessEntityChangesCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.IChangedItem})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.BusinessEntityChangesCollection"></see> class.</summary>
      <param name="list">Specifies the collection of entity changes.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.CallerImpersonationScope">
      <summary>Identifies a user as the owner of all data changes made by calls to a Web service.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.CallerImpersonationScope.#ctor(Microsoft.Xrm.Sdk.IOrganizationService,System.Guid)">
      <summary>
          Initializes a new instance of the
          CallerImpersonationScope class.</summary>
      <param name="service">Type: <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>. Specifies an organization service object.</param>
      <param name="callerId">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. Specifies the ID of the user that owns any data changes made by a call to the service.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.CallerImpersonationScope.Dispose">
      <summary>Disposes the CallerImpersonationScope object.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.EndpointType">
      <summary>Identifies the type of service available at an endpoint.
    For the Web API use the EndpointType EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointType.OrganizationDataService">
      <summary>The organization data service. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointType.OrganizationService">
      <summary>The organization service. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointType.WebApplication">
      <summary>The Web application service. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.Email">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.None">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.Outlook">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.Portal">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.WebApplication">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService">
      <summary>Provides programmatic access to organization and user information. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)">
      <summary>Executes a discovery service message in the form of a request, and returns a response. </summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest"></see>. A request instance that defines the action to be performed.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse"></see>. The response from processing the request. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail">
      <summary>Provides detailed information on an organization.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.#ctor">
      <summary>Initializes a new instance of the OrganizationDetail class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.Endpoints">
      <summary>Gets a collection that identifies the service type and address for each endpoint of the organization.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.EndpointCollection"></see>The collection that identifies the service type and address for each endpoint of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.ExtensionData">
      <summary>Gets or sets extra data of the organization. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see> Extra data of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.FriendlyName">
      <summary>Gets or sets the friendly name of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The friendly name of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.OrganizationId">
      <summary>Gets or sets global unique identifier of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.OrganizationVersion">
      <summary>Gets or sets the version of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The version of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.State">
      <summary>Gets or sets the state of the organization.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.OrganizationState"></see>The state of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.UniqueName">
      <summary>Gets or sets the unique name of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.UrlName">
      <summary>Gets or sets the organization name used in the URL for the organization Web service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The organization name used in the URL for the organization Web service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection">
      <summary>Provides a collection of <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail"></see> instances.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease">
      <summary>Describes the release of an organization.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease.Current">
      <summary>The current release. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease.V5">
      <summary>The Microsoft Dynamics CRM 2011 release. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.OrganizationState">
      <summary>Describes the current state of an organization.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationState.Disabled">
      <summary>The organization is disabled. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationState.Enabled">
      <summary>The organization is enabled. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest">
      <summary>Contains the data that is needed to retrieve information about an organization.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest.#ctor">
      <summary>Initializes a new instance of the RetrieveOrganizationRequest class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest.AccessType">
      <summary>Gets or sets the access type of the organization’s service endpoint.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.EndpointAccessType"></see>The access type.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest.Release">
      <summary>Indicates the applicable version of Microsoft Dynamics 365.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.OrganizationRelease"></see>The release to retrieve.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest.UniqueName">
      <summary>Gets or sets the unique name of the organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The organization unique name.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest"></see> class.
    For the Web API the CanManyToManyResponse ComplexType is the response value from the CanManyToMany Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse.CanManyToMany">
      <summary>Gets the result of the request to see whether the entity can participate in a many-to-many relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the entity can participate in a many-to-many relationship.; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest">
      <summary>Contains the data to convert existing UTC date and time values in the database to DateOnly values.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.Attributes">
      <summary>Gets or sets a collection of entity and attributes to apply the behavior conversion on. Required</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.EntityAttributeCollection"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.AutoConvert">
      <summary>Gets or sets whether to automatically convert to DateOnly value, if possible. Optional.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if automatically convert to DateOnly value; otherwise false..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.ConversionRule">
      <summary>Gets or sets the conversion rule to apply. Required.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The conversion rule name to apply.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.TimeZoneCode">
      <summary>Gets or sets the CRM time zone code to be used for the conversion. Required only if SpecificTimeZone is specified in <see cref="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.ConversionRule"></see> parameter.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The integer value for the CRM time zone code.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorResponse.JobId">
      <summary>Gets the ID of the asynchronous job that executes the behavior conversion from UTC to DateOnly in the database.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>ID of the asynchronous job.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest">
      <summary>Contains the data that is needed to create a new attribute, and optionally, to add it to a specified unmanaged solution.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest.Attribute">
      <summary>Gets or sets the definition of the attribute type that you want to create. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>The definition of the attribute type that you want to create. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest.EntityName">
      <summary>Gets or sets the name of the entity for which you want to create an attribute. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the entity for which you want to create an attribute. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the unmanaged solution to which you want to add this attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the unmanaged solution to which you want to add this attribute. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse.AttributeId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the attribute that is created.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>
The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the attribute that is created. This is the unique identifier of the attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsRequest">
      <summary>Contains the data that is needed to create a new customer lookup attribute, and optionally, to add it to a specified unmanaged solution.
    For the Web API use the CreateCustomerRelationships Action .
    Web API support for this message was added with December 2016 update for Microsoft Dynamics 365 (online) and December 2016 Service Pack for Microsoft Dynamics 365 (on-premises) .</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsRequest.Lookup">
      <summary>Gets or sets the metadata for the lookup field used to store the ID of the related record. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see>The metadata for the lookup field used to store the ID of the related record. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsRequest.OneToManyRelationships">
      <summary>Gets or sets the metadata array for the one-to-many relationships to the Account and Contact entity. Required.</summary>
      <returns>The metadata array for the one-to-many relationships to the Account and Contact entity. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the unmanaged solution to which you want to add this customer lookup attribute to. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the unmanaged solution to which you want to add this customer lookup attribute to. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsResponse"></see>
      class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsResponse.AttributeId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see> that is created.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see> that is created.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsResponse.RelationshipIds">
      <summary>Gets an array of relationship IDs created for the attribute to Account and Contact entities.</summary>
      <returns>Array of relationship IDs created for the attribute to Account and Contact entities.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest">
      <summary>Contains data that is needed to create an alternate key.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest.EntityKey">
      <summary>Gets or sets the entity key.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata"></see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest.EntityName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest.SolutionUniqueName">
      <summary>Gets or sets the unique name of the solution.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The name of the solution.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse.EntityMetadata">
      <summary>Gets the metadata for the requested entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see>The metadata for the requested entity.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest">
      <summary>
          Contains the data that is needed to retrieve a managed property definition.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest.LogicalName">
      <summary>Gets or sets the name of the managed property. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the managed property. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest.MetadataId">
      <summary>Gets or sets the ID of the managed property. Required,</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the managed property. This corresponds to the <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase"></see>.<see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> for the managed property.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse.ManagedPropertyMetadata">
      <summary>Gets the definition of the managed property.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata"></see>The definition of the managed property.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest">
      <summary>Contains the data that is needed to to retrieve a collection of metadata records that satisfy the specified criteria. The <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse"></see> returns a timestamp value that can be used with this request at a later time to return information about how metadata has changed since the last request.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest.ClientVersionStamp">
      <summary>Gets or sets a timestamp value representing when the last request was made.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
A timestamp value representing when the last request was made.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest.DeletedMetadataFilters">
      <summary>Gets or sets a value to filter what deleted metadata items will be returned.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters"></see>A value to filter what deleted metadata items will be returned.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest.Query">
      <summary>Gets or sets the query representing the metadata to return.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"></see>The query representing the metadata to return.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest"></see> message.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse.DeletedMetadata">
      <summary>Gets the deleted metadata since the last request.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection"></see>The deleted metadata since the last request.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse.EntityMetadata">
      <summary>Gets the metadata defined by the request.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection"></see>The metadata defined by the request.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse.ServerVersionStamp">
      <summary>Gets a timestamp identifier for the metadata retrieved.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
A timestamp identifier for the metadata retrieved..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest">
      <summary>Contains the data that is needed to retrieve a collection of records that satisfy the specified query criteria.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest.Query">
      <summary>Gets or sets the query criteria for the retrieval. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.QueryBase"></see>The query criteria for the retrieval.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse.EntityCollection">
      <summary>Gets the collection of records that satisfy the query in the request.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityCollection"></see>The collection of records that satisfy the query in the request.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest">
      <summary>Contains the data that is needed to retrieve a global option set. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest.MetadataId">
      <summary>Gets or sets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see> to be retrieved. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see> to be retrieved. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest.Name">
      <summary>Gets or sets the name for the global option set to be retrieved. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The name for the global option set to be retrieved.. Optional..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest.RetrieveAsIfPublished">
      <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the the unpublished metadata should be retrieved; otherwise, false..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata">
      <summary>Contains the metadata for a many-to-many entity relationship.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity1AssociatedMenuConfiguration">
      <summary>Gets or sets the associated menu configuration for the first entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"></see>The associated menu configuration for the first entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity1IntersectAttribute">
      <summary>Gets or sets the attribute that defines the relationship in the first entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The attribute that defines the relationship in the first entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity1LogicalName">
      <summary>Gets or sets the logical name of the first entity in the relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the first entity in the relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity1NavigationPropertyName">
      <summary>Gets or sets the navigation property name for the first entity in the relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The navigation property name for the first entity in the relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity2AssociatedMenuConfiguration">
      <summary>Gets or sets the associated menu configuration for the second entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"></see>The associated menu configuration for the second entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity2IntersectAttribute">
      <summary>Gets or sets the attribute that defines the relationship in the second entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The attribute that defines the relationship in the second entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity2LogicalName">
      <summary>Gets or sets the logical name of the second entity in the relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the second entity in the relationship..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity2NavigationPropertyName">
      <summary>Gets or sets the navigation property name for the second entity in the relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The navigation property name for the second entity in the relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.IntersectEntityName">
      <summary>Gets or sets the name of the intersect entity for the relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the intersect entity for the relationship..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata">
      <summary>Contains the metadata for the attribute type Memo.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name of the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.Format">
      <summary>Gets or sets the format options for the memo attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.StringFormat"></see>&amp;gt;
The format options for the memo attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.ImeMode">
      <summary>Gets or sets the value for the input method editor mode.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>&amp;gt;
The value for the input method editor mode..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.IsLocalizable">
      <summary>Gets whether the attribute supports localizable values.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute supports localizable values; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.MaxLength">
      <summary>Gets or sets the maximum length for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The maximum length for the attribute.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.MaxSupportedLength">
      <summary>The maximum supported length is 1048576.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.MinSupportedLength">
      <summary>The minimum supported length is 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase">
      <summary>Specifies the base class for classes that contains metadata information.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MetadataBase.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.HasChanged">
      <summary>Gets whether the item of metadata has changed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if metadata item has changed since the last query; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId">
      <summary>Gets or sets a unique identifier for the metadata item.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>&amp;gt;
The unique identifier for the metadata item.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute.#ctor">
       
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute.LogicalCollectionName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute.LogicalName">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.MetadataQuery">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.#ctor">
       
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.AppId">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.ChangedAfter">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.DependencyDepth">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.EntityLogicalName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.Exclude">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.ExtensionData">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.GetDefault">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataId">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataNames">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataSubtype">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataType">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata">
      <summary>Contains the metadata for an attribute type Money.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the<see cref="T:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the<see cref="T:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.
The schema name of the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.CalculationOf">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.FormulaDefinition">
      <summary>Gets or sets the formula definition for calculated and rollup attributes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The formula definition for calculated and rollup attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.ImeMode">
      <summary>Gets or sets the input method editor (IME) mode for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>&amp;gt;
The input method editor (IME) mode for the attribute..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.IsBaseCurrency">
      <summary>Gets whether the attribute represents the base currency or the transaction currency.</summary>
      <returns>Type : <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute is the base currency; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxSupportedPrecision">
      <summary>The maximum supported precision for this attribute is 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxSupportedValue">
      <summary>The maximum supported value for this attribute is 922337000000000.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.double.aspx">Double</see>&amp;gt;
The maximum value for the attribute.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MinSupportedPrecision">
      <summary>The minimum supported precision for this attribute is 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MinSupportedValue">
      <summary>The minimum supported value for this attribute is -922337000000000.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.double.aspx">Double</see>&amp;gt;
The minimum value for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.Precision">
      <summary>Gets or sets the precision for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The precision for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.PrecisionSource">
      <summary>Gets or sets the precision source for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The precision source for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.SourceTypeMask">
      <summary>Gets the bitmask value that describes the sources of data used in a calculated attribute or indicates whether the data sources are invalid.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt; The value that indicates the source of data for a calculated or rollup attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.#ctor(System.String)">
      <param name="schemaName"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.FormulaDefinition">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.SourceTypeMask">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata">
      <summary>Contains the metadata for a one-to-many entity relationship.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.AssociatedMenuConfiguration">
      <summary>Gets or sets the associated menu configuration.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"></see>The associated menu configuration.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.CascadeConfiguration">
      <summary>Gets or sets cascading behaviors for the entity relationship.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration"></see>The cascading behaviors for the entity relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.IsHierarchical">
      <summary>Gets or sets whether this relationship is the designated hierarchical self-referential relationship for this entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if this relationships is the designated hierarchical self-referential relationship for this entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencedAttribute">
      <summary>Get or set the name of primary attribute for the referenced entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of primary attribute for the referenced entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencedEntity">
      <summary>Get or set the name of the referenced entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the referenced entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencedEntityNavigationPropertyName">
      <summary>Gets or sets the name of the collection-valued navigation property used by this relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the collection-valued navigation property used by this relationship..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencingAttribute">
      <summary>Get or set the name of the referencing attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the referencing attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencingEntity">
      <summary>Gets or sets the name of the referencing entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the referencing entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencingEntityNavigationPropertyName">
      <summary>Gets or sets the name of the single-valued navigation property used by this relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the single -valued navigation property used by this relationship.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.RemovedOrDeletedItem">
      <summary>Represents the removed or deleted item.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.RemovedOrDeletedItem.#ctor(Microsoft.Xrm.Sdk.ChangeType,Microsoft.Xrm.Sdk.EntityReference)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RemovedOrDeletedItem"></see> class.</summary>
      <param name="type">Specifies the change type.</param>
      <param name="entityReference">Specifies the entity reference.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemovedOrDeletedItem.ExtensionData">
      <summary>Gets or sets the extension data object.</summary>
      <returns>Type:<see cref="System.Runtime.Serialization.ExtensionDataObject"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemovedOrDeletedItem.RemovedItem">
      <summary>Gets or sets the removed item.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemovedOrDeletedItem.Type">
      <summary>Gets or sets the change type.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ChangeType"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.SaveChangesException">
      <summary>Represents an exception that occurred when saving changes to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(Microsoft.Xrm.Sdk.SaveChangesResultCollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class using <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call results.</summary>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> call.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class with an error message.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The error message that explains the reason for the exception.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.Exception,Microsoft.Xrm.Sdk.SaveChangesResultCollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class using an inner exception and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call results.</summary>
      <param name="innerException">Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>. The inner exception that is the cause of this exception.</param>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> call.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.String,Microsoft.Xrm.Sdk.SaveChangesResultCollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class using an error message and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call results.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The error message that explains the reason for the exception.</param>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> call.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class with and error message and an inner exception.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The error message that explains the reason for the exception.</param>
      <param name="exception">Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>. The inner exception that is the cause of this exception.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.String,System.Exception,Microsoft.Xrm.Sdk.SaveChangesResultCollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class with and error message, an inner exception, and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call results.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The error message that explains the reason for the exception.</param>
      <param name="innerException">Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>. The inner exception that is the cause of this exception.</param>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> call.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Sets the <see cref="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx">SerializationInfo</see> with information about the exception.</summary>
      <param name="info">Type: <see cref="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx">SerializationInfo</see>. The serialized object data about the exception being thrown.</param>
      <param name="context">Type: <see cref="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.streamingcontext.aspx">StreamingContext</see>. The contextual information about the source or destination.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.SaveChangesException.Results">
      <summary>Gets the results from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>The collection of results.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.SaveChangesResult">
      <summary>Contains the result of the save changes operation returned from the organization web service.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.SaveChangesResult.Error">
      <summary>Gets the exception that occurred when a message request was processed by the organization web service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>The exception that occurred.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.SaveChangesResult.Request">
      <summary>Gets the message request that was submitted to the organization web service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationRequest"></see>The request instance that was submitted.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.SaveChangesResult.Response">
      <summary>Gets the result of a successful operation against the organization web server.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationResponse"></see>The response to the request.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection">
      <summary>Provides a collection of results for a save changes operation.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.SaveChangesResultCollection.HasError">
      <summary>Gets whether there is an error.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if there is an error; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.SaveChangesResultCollection.Options">
      <summary>Gets how the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)"></see> method behaves when an error occurs.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see>
The option that describes the save changes behavior.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.SdkExceptionBase">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SdkExceptionBase.#ctor(System.Exception)">
      <param name="innerException"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SdkExceptionBase.#ctor(System.String)">
      <param name="message"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SdkExceptionBase.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="info"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SdkExceptionBase.#ctor(System.String,System.Exception)">
      <param name="message"></param>
      <param name="innerException"></param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ServiceEndpointFault">
      <summary>Represents a fault at a service endpoint in the cloud.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ServiceEndpointFault.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ServiceEndpointFault"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ServiceEndpointFault.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ServiceEndpointFault"></see> class with the specified fault reason.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The reason for the fault.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ServiceEndpointFault.ErrorDetails">
      <summary>Gets the details of the fault.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ErrorDetailCollection"></see>The details of the fault.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ServiceEndpointFault.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ServiceEndpointFault.Message">
      <summary>Gets the message for the fault.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The message for the fault.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.UserSearchFacet">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.UserSearchFacet.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.UserSearchFacet.#ctor(System.String,System.String,System.String,System.Int32)">
      <param name="attributeLogicalName"></param>
      <param name="attributeTypeName"></param>
      <param name="attributeDisplayName"></param>
      <param name="facetOrder"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.AttributeDisplayName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.AttributeLogicalName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.AttributeTypeName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.FacetOrder">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.System#Runtime#Serialization#IExtensibleDataObject#ExtensionData">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.UserSearchFacetCollection">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.UserSearchFacetCollection.#ctor">
       
    </member>
    <member name="T:Microsoft.Xrm.Sdk.UserSearchFacetResponseCollection">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.UserSearchFacetResponseCollection.#ctor">
       
    </member>
    <member name="T:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient">
      <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> and provides an authenticated connection to the Discovery.svc/web endpoint. This /web endpoint is also used by web resources.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient.#ctor(System.Uri)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient"></see> class using a Discovery service URL.</summary>
      <param name="serviceUrl">The URL of the Discovery web service.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient.#ctor(System.Uri,System.TimeSpan)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient"></see> class using a Discovery service URL and a time span.</summary>
      <param name="serviceUrl">The URL of the Discovery web service.</param>
      <param name="timeout">The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient.CreateNewInitializer">
      <summary>Creates the WCF proxy client initializer which gets invoked on every SDK method call. This method makes sure that the access token and other header values are added to the outbound call.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1"></see>A web proxy client context initializer.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)">
      <param name="request">A request instance that defines the action to be performed.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse"></see>The response from processing the request. You must cast the return value of this method to the specific instance of the response that corresponds to the request parameter.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient.ExecuteCore(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)">
      <summary>
          For internal use only.
        </summary>
      <param name="request"></param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient">
      <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see> and provides an authenticated connection to the Organization.svc/web endpoint. This /web endpoint is also used by web resources.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.#ctor(System.Uri,System.Boolean)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient"></see> class using an Organization service URL.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the Organization web service.</param>
      <param name="useStrongTypes">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. When true, use early-bound types; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.#ctor(System.Uri,System.Reflection.Assembly)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient"></see> class using an Organization service URL and an assembly.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the Organization web service.</param>
      <param name="strongTypeAssembly">Type: <see cref="https://msdn.microsoft.com/library/system.reflection.assembly.aspx">Assembly</see>. An assembly containing early-bound types.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.#ctor(System.Uri,System.TimeSpan,System.Boolean)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient"></see> class using an Organization service URL and time span.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the Organization web service.</param>
      <param name="timeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>. The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</param>
      <param name="useStrongTypes">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. When true, use early-bound types; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.#ctor(System.Uri,System.TimeSpan,System.Reflection.Assembly)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient"></see> class using an Organization service URL, a time span, and an assembly.</summary>
      <param name="uri">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the Organization web service.</param>
      <param name="timeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>. The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</param>
      <param name="strongTypeAssembly">Type: <see cref="https://msdn.microsoft.com/library/system.reflection.assembly.aspx">Assembly</see>. An assembly containing early-bound types.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.Associate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>Creates a link between records.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="entityId">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record to which the related records will be associated.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to create the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be associated.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.AssociateCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
      <param name="entityId"></param>
      <param name="relationship"></param>
      <param name="relatedEntities"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.CallerId">
      <summary>Gets or sets the ID of the user for whom SDK calls are made on behalf of.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the user for whom SDK calls are made on behalf of.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.CallerRegardingObjectId">
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.Create(Microsoft.Xrm.Sdk.Entity)">
      <summary>Creates a record.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that contains the properties to set in the newly created record.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the created entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.CreateCore(Microsoft.Xrm.Sdk.Entity)">
      <summary>
          For internal use only.
        </summary>
      <param name="entity"></param>
      <returns>Returns <see cref="System.Guid"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.CreateNewInitializer">
      <summary>Creates the WCF proxy client initializer which gets invoked on every SDK method call. This method makes sure that the access token and other header values are added to the outbound call.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1"></see>A web proxy client context initializer.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.Delete(System.String,System.Guid)">
      <summary>Deletes a record.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="id">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record of the record to delete.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.DeleteCore(System.String,System.Guid)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.Disassociate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>Deletes a link between records. </summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="entityId">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record from which the related records will be disassociated.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to remove the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be disassociated.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.DisassociateCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
      <param name="entityId"></param>
      <param name="relationship"></param>
      <param name="relatedEntities"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)">
      <summary>Executes a message in the form of a request, and returns a response.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. An instance of a request class that defines the action to be performed.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationResponse"></see>. You must cast the return value of this method to the specific instance of the response that corresponds to the <paramref name="Request">Request</paramref> parameter.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.ExecuteCore(Microsoft.Xrm.Sdk.OrganizationRequest)">
      <summary>
          For internal use only.
        </summary>
      <param name="request"></param>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.OrganizationResponse"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.Retrieve(System.String,System.Guid,Microsoft.Xrm.Sdk.Query.ColumnSet)">
      <summary>Retrieves a record.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="id">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record you want to retrieve.</param>
      <param name="columnSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>. A query that specifies the set of columns, or attributes, to retrieve.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>.The requested entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.RetrieveCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Query.ColumnSet)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
      <param name="id"></param>
      <param name="columnSet"></param>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.Entity"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.RetrieveMultiple(Microsoft.Xrm.Sdk.Query.QueryBase)">
      <summary>Retrieves a collection of records.</summary>
      <param name="query">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.QueryBase"></see>. A query that determines the set of records to retrieve.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityCollection"></see>.A collection of entity records.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.RetrieveMultipleCore(Microsoft.Xrm.Sdk.Query.QueryBase)">
      <summary>
          For internal use only.
        </summary>
      <param name="query"></param>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.EntityCollection"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.SyncOperationType">
      <summary>
          For internal use only.
        </summary>
      <returns>Returns <see cref="System.String"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.Update(Microsoft.Xrm.Sdk.Entity)">
      <summary>Updates an existing record.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that has one or more properties set to be updated in the record.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.UpdateCore(Microsoft.Xrm.Sdk.Entity)">
      <summary>
          For internal use only.
        </summary>
      <param name="entity"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.userType">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.WebServiceClient.UserType">
      <summary>The type of user that a message request executes for. </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.WebServiceClient.UserType.CrmUser">
      <summary>A CRM system user.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.WebServiceClient.UserType.ExternalPartyUser">
      <summary>An external party user.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1">
      <summary>A base class that creates an authenticated web service endpoint on a WCF channel.</summary>
      <typeparam name="TService">A type of web service.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.#ctor(System.Uri,System.Boolean)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1"></see> class using an Organization service URL.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the Organization web service.</param>
      <param name="useStrongTypes">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. When true, use early-bound types; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.#ctor(System.Uri,System.Reflection.Assembly)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1"></see> class using an Organization service URL and an assembly.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the Organization web service.</param>
      <param name="strongTypeAssembly">Type: <see cref="https://msdn.microsoft.com/library/system.reflection.assembly.aspx">Assembly</see>. An assembly containing early-bound types.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.#ctor(System.Uri,System.TimeSpan,System.Boolean)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1"></see> class using an Organization service URL and time span.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the Organization web service.</param>
      <param name="timeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>. The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</param>
      <param name="useStrongTypes">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. When true, use early-bound types; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.#ctor(System.Uri,System.TimeSpan,System.Reflection.Assembly)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1"></see> class using an Organization service URL, a time span, and an assembly.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the Organization web service.</param>
      <param name="timeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>. The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</param>
      <param name="strongTypeAssembly">Type: <see cref="https://msdn.microsoft.com/library/system.reflection.assembly.aspx">Assembly</see>. An assembly containing early-bound types.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.CreateNewInitializer">
      <summary>Creates the WCF proxy client initializer which gets invoked on every SDK method call. This method makes sure that the access token and other header values are added to the outbound call.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1"></see>A web proxy client context initializer.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.CreateServiceEndpoint(System.Uri,System.Boolean,System.TimeSpan,System.Reflection.Assembly)">
      <summary>Creates the service endpoint required for the proxy and adds support for early-bound types in the provided assembly.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the web service.</param>
      <param name="useStrongTypes">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. When true, use early-bound types; otherwise, false.</param>
      <param name="timeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>. The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding. </param>
      <param name="strongTypeAssembly">Type: <see cref="https://msdn.microsoft.com/library/system.reflection.assembly.aspx">Assembly</see>. An assembly containing early-bound types.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.serviceendpoint.aspx">ServiceEndpoint</see>A web service endpoint.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.Dispose">
      <summary>Disposes the web proxy client object.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.Dispose(System.Boolean)">
      <summary>Disposes the web proxy client object.</summary>
      <param name="disposing">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.Finalize">
      <summary>Destructor for the <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.GetBinding(System.Uri,System.TimeSpan)">
      <summary>Returns the default <see cref="http://msdn.microsoft.com/en-us/library/system.servicemodel.basichttpbinding(v=vs.110).aspx">BasicHttpBinding</see> that the proxy classes will use.</summary>
      <param name="serviceUrl">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URL of the web service.</param>
      <param name="timeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>. The maximum amount of time an operation has to complete before a timeout fault is raised on a service channel binding.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.windows.data.binding.aspx">Binding</see>The WCF channel binding.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.HeaderToken">
      <summary>The access token returned from OAuth authentication.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>Gets or sets the the access token.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.SdkClientVersion">
      <summary>The version of your client application.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The client application version.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1">
      <summary>Ensures that the access token and other header values are added to every outbound service call.</summary>
      <typeparam name="TService">A web service.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.#ctor(Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient{`0})">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1"></see> class using a web proxy client.</summary>
      <param name="proxy">Type: <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1"></see>. A web proxy client for a service.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.AddCommonHeaders">
      <summary>Adds common and required headers to the outbound service call.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.AddTokenToHeaders">
      <summary>Adds the access token to the Authorization header of the outbound service call.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.Dispose">
      <summary>Disposes the web proxy client context initializer object.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.Dispose(System.Boolean)">
      <summary>Disposes the web proxy client context initializer object.</summary>
      <param name="disposing">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.Finalize">
      <summary>Destructor for <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1"></see> objects.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.Initialize(System.ServiceModel.ClientBase{`0})">
      <summary>Initializes the <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1"></see> object using a client base object.</summary>
      <param name="proxy">Type: <see cref="https://msdn.microsoft.com/library/ms576141.aspx">ClientBase</see>. A client base object.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.ServiceProxy">
      <summary>Gets the web proxy client for the service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1"></see>The web proxy client for the service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions">
      <summary>Describes how the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method behaves when an error occurs while updating data in Microsoft Dynamics 365.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.SaveChangesOptions.ContinueOnError">
      <summary>The <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method should continue applying changes to tracked entities in Microsoft Dynamics 365 even if an action fails. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.SaveChangesOptions.None">
      <summary>The <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method should throw an exception when an error occurs while updating data in Microsoft Dynamics 365. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse">
      <summary>Contains a security token response.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse.#ctor">
      <summary>Initializes a new instance of the SecurityTokenResponse class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse.EndpointType">
      <summary>Gets or sets the type of endpoint that the security token applies to.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType"></see>The endpoint type.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse.Response">
      <summary>Gets or sets the security token request response.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/microsoft.identitymodel.protocols.wstrust.requestsecuritytokenresponse.aspx">RequestSecurityTokenResponse</see>The security token request response.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse.Token">
      <summary>Gets or sets the security token.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.identitymodel.tokens.securitytoken.aspx">SecurityToken</see>The security token.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ServiceChannel`1">
      <summary>Represents a communication channel to a Microsoft Dynamics 365 service.</summary>
      <typeparam name="TChannel">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.channels.ioutputchannel.aspx">IOutputChannel</see> or <see cref="https://msdn.microsoft.com/library/system.servicemodel.channels.irequestchannel.aspx">IRequestChannel</see>. The type of channel produced by a channel factory.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.#ctor(System.ServiceModel.ChannelFactory{`0})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceChannel`1"></see> class using a channel factory. For internal use only.</summary>
      <param name="factory">Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see>. A channel factory.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Abort">
      <summary>Causes a service channel to transition immediately from its current state into the closing state.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Channel">
      <summary>Gets the WCF channel that is associated with the service channel.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.channels.ioutputchannel.aspx">IOutputChannel</see> or <see cref="https://msdn.microsoft.com/library/system.servicemodel.channels.irequestchannel.aspx">IRequestChannel</see> The WCF channel associated with the service channel.</returns>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.ChannelClosed">
      <summary>Occurs when a service channel transitions into the closed state.</summary>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.ChannelFaulted">
      <summary>Occurs when a service channel transitions into the faulted state.</summary>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.ChannelOpened">
      <summary>Occurs when a service channel transitions into the opened state.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Close">
      <summary>Causes a service channel to transition from its current state into the closed state.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.CommunicationObject">
      <summary>Gets the communication object that is associated with the service channel.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.icommunicationobject.aspx">ICommunicationObject</see>The communication object associated with the service channel.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.CreateChannel">
      <summary>Creates a new WCF channel. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.channels.ioutputchannel.aspx">IOutputChannel</see> or <see cref="https://msdn.microsoft.com/library/system.servicemodel.channels.irequestchannel.aspx">IRequestChannel</see>The new WCF channel associated with the service channel.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Dispose">
      <summary>Disposes the service channel.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Factory">
      <summary>Gets the channel factory associated with the service channel.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see>The channel factory associated with the service channel.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Finalize">
      <summary>Finalizes the service channel.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.OnChannelClosed(Microsoft.Xrm.Sdk.Client.ChannelEventArgs)">
      <summary>Inserts processing on a service channel after it transitions to the closing state due to the invocation of a synchronous close operation.</summary>
      <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"></see>. Channel event arguments.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.OnChannelFaulted(Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs)">
      <summary>Inserts processing on a service channel after it transitions to the faulted state due to the invocation of a synchronous operation.</summary>
      <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs"></see>. Channel faulted event arguments.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.OnChannelOpened(Microsoft.Xrm.Sdk.Client.ChannelEventArgs)">
      <summary>Inserts processing on a service channel after it transitions into the opening state which must complete within a specified interval of time.</summary>
      <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"></see>. Channel event arguments.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Open">
      <summary>Causes a service channel to transition from the created state into the opened state.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory">
      <summary>Represents a client factory for creating service configurations.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateConfiguration``1(System.Uri)">
      <summary>Creates a service configuration.</summary>
      <param name="serviceUri">Specifies the service’s URI.</param>
      <typeparam name="TService">Specifies a Microsoft Dynamics 365 service type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>.</typeparam>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>A service configuration object.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateConfiguration``1(System.Uri,System.Boolean,System.Reflection.Assembly)">
      <summary>Creates a service configuration</summary>
      <param name="serviceUri">Specifies the web service’s URI.</param>
      <param name="enableProxyTypes">
            True to enable proxy types; otherwise, False.</param>
      <param name="assembly">An assembly containing proxy types.</param>
      <typeparam name="TService">Specifies a Microsoft Dynamics 365 service type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>.</typeparam>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>A service configuration object.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateManagement``1(System.Uri)">
      <summary>Creates a service management.</summary>
      <param name="serviceUri">Specifies the service’s URI.</param>
      <typeparam name="TService">Specifies a Microsoft Dynamics 365 service type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>.</typeparam>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>A service management object.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateManagement``1(System.Uri,System.Boolean,System.Reflection.Assembly)">
      <summary>Creates a service management.</summary>
      <param name="serviceUri">Specifies the service’s URI.</param>
      <param name="enableProxyTypes">
            True to enable proxy types; otherwise, False.</param>
      <param name="assembly">An assembly containing proxy types.</param>
      <typeparam name="TService">Specifies a Microsoft Dynamics 365 service type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>.</typeparam>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>A service management object.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary">
      <summary>Contains a dictionary of <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.serviceendpoint.aspx">ServiceEndpoint</see> objects.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata">
      <summary>Container class for metadata information about a service.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.MetadataConversionErrors">
      <summary>Gets the errors that occurred during metadata retrieval from the service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms132397.aspx">Collection</see> The errors that occurred during metadata retrieval from the service.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.ServiceEndpoints">
      <summary>Gets the service endpoint URIs.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary"></see>The service endpoint URIs.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.ServiceMetadata">
      <summary>Gets the WSDL metadata for the service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.metadataset.aspx">MetadataSet</see>The WSDL metadata for the service.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.ServiceUrls">
      <summary>Gets the primary and alternate URLs for the service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.ServiceUrls"></see>The primary and alternate URLs for the service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1">
      <summary>Provides an abstract base class to encapsulate service connection operations and user authentication management.</summary>
      <typeparam name="TService">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>. A service that an instance of this class can access.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{`0},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service configuration and security token response. </summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service configuration.</param>
      <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{`0},System.ServiceModel.Description.ClientCredentials)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service configuration and client logon credentials.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service configuration.</param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The logon credentials of the client.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{`0},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service management and security token response.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>. A service management.</param>
      <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{`0},System.ServiceModel.Description.ClientCredentials)">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service management and client logon credentials.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>. A service management.</param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The logon credentials of the client.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(System.Uri,System.Uri,System.ServiceModel.Description.ClientCredentials,System.ServiceModel.Description.ClientCredentials)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service URI, a home realm URI, client logon credentials, and Windows Live device credentials.</summary>
      <param name="uri">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URI of the service.</param>
      <param name="homeRealmUri">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. The URI of the WS-Trust metadata endpoint of a second ADFS instance.</param>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The client’s logon credentials.</param>
      <param name="deviceCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. The credentials of a device registered with Windows Live. Only required when authenticating with Microsoft Dynamics 365 (online), otherwise use null.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Authenticate">
      <summary>Closes the service channel and channel factory if they are open, and then invokes <see cref="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCore"></see>.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCore">
      <summary>Authenticates the client with a service.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCrossRealm">
      <summary>Invokes <see cref="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCrossRealmCore"></see>.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>A security token response.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCrossRealmCore">
      <summary>Authenticates a user in a realm other than the realm that the Microsoft Dynamics 365 server is located in.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>A security token response.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateDevice">
      <summary>Invokes <see cref="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateDeviceCore"></see>.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>A security token response.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateDeviceCore">
      <summary>Authenticates a device with Windows Live.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>A security token response.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ChannelFactory">
      <summary>Gets a WCF channel factory that manages a single channel instance.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see>A WCF channel factory.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ClientCredentials">
      <summary>Gets the login credentials of the client.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>The login credentials of the client.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.CloseChannel(System.Boolean)">
      <summary>Closes a validated service channel.</summary>
      <param name="forceClose">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. true if the service channel should be forced to close; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.DeviceCredentials">
      <summary>Gets the Windows Live credentials of a registered device.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>The Windows Live credentials of a registered device..</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Dispose">
      <summary>Custom implementation of Dispose that disposes the service channel and channel factory.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Dispose(System.Boolean)">
      <summary>Custom implementation of Dispose that disposes the service channel and channel factory.</summary>
      <param name="disposing">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. </param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.EndpointAutoSwitchEnabled">
      <summary>Gets or sets a value that enables automatic switching from the organization’s current endpoint to an alternate endpoint.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true to enable automatic switching from the organization’s current endpoint to an alternate endpoint; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.EndpointSwitch">
      <summary>Gets the endpoint switch information from the web service configuration.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IEndpointSwitch"></see>The endpoint switch information from the web service configuration.</returns>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.EndpointSwitched">
      <summary>Occurs when a failover recovery has completed and the organization’s current endpoint has been switched to an alternate endpoint.</summary>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.EndpointSwitchRequired">
      <summary>Occurs when a failover has occurred and a switch from the organization’s current endpoint to an alternate endpoint is required.</summary>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.FactoryClosed">
      <summary>Occurs when a channel factory is closed. </summary>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.FactoryFaulted">
      <summary>Occurs when a channel factory is faulted.</summary>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.FactoryOpened">
      <summary>Occurs when a channel factory is opened.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Finalize">
      <summary>Implicitly frees allocated service channel and service factory resources.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.HandleFailover(System.Nullable{System.Boolean})">
      <summary>
          For internal use only.
        </summary>
      <param name="retry"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.HandleFailover(Microsoft.Xrm.Sdk.BaseServiceFault,System.Nullable{System.Boolean})">
      <summary>
          For internal use only.
        </summary>
      <param name="fault"></param>
      <param name="retry"></param>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.HomeRealmSecurityTokenResponse">
      <summary>Gets the security token response of the home realm.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response of the home realm.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.HomeRealmUri">
      <summary>Gets the home realm URI.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>The home realm URI.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.IsAuthenticated">
      <summary>Gets a value indicating if the WCF channel has been authenticated.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the created WCF channel has been authenticated, otherwise false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.OnFactoryClosed(Microsoft.Xrm.Sdk.Client.ChannelEventArgs)">
      <summary>Event handler virtual method for a channel factory that is in a closed state.</summary>
      <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"></see>. Channel events arguments.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.OnFactoryFaulted(Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs)">
      <summary>Event handler virtual method for a channel factory that is in a faulted state.</summary>
      <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs"></see>. Faulted channel event arguments.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.OnFactoryOpened(Microsoft.Xrm.Sdk.Client.ChannelEventArgs)">
      <summary>Event handler virtual method for a channel factory that is in an opened state.</summary>
      <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"></see>. Channel event arguments.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.SecurityTokenResponse">
      <summary>Gets the security token response.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ServiceChannel">
      <summary>Gets the communication channel used to access a Microsoft Dynamics 365 service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.ServiceChannel`1"></see>The communication channel used to access a Microsoft Dynamics 365 service.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ServiceConfiguration">
      <summary>Gets a service configuration.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>A service configuration.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ServiceManagement">
      <summary>Gets a service management.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>A service management.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.SetBindingTimeout(System.ServiceModel.Channels.Binding,System.TimeSpan,System.TimeSpan,System.TimeSpan)">
      <summary>The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</summary>
      <param name="binding">Type: <see cref="https://msdn.microsoft.com/library/system.windows.data.binding.aspx">Binding</see>. The target channel binding.</param>
      <param name="sendTimeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>.A send operation timespan.</param>
      <param name="openTimeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>. An open operation timespan.</param>
      <param name="closeTimeout">Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>.A close operation timespan.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ShouldRetry(System.ServiceModel.Security.MessageSecurityException,System.Nullable{System.Boolean})">
      <summary>Checks a message security exception to determine if a service call should be attempted again.</summary>
      <param name="messageSecurityException">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.security.messagesecurityexception.aspx">MessageSecurityException</see>. The exception to check.</param>
      <param name="retry">Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;. null if this is the first time the check is performed; otherwise, this is the second time and a retry should not be performed.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the service call should be tried again; otherwise, false or null.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.SwitchToAlternateEndpoint">
      <summary>Switches the organization’s current endpoint to an alternate endpoint, if one is available.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the switch was successful; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Timeout">
      <summary>Gets or sets the maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.timespan.aspx">TimeSpan</see>The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.UserPrincipalName">
      <summary>Gets or sets the UPN that is an Internet-style login name for a user based on the Internet standard RFC 822.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The UPN that is an Internet-style login name for a user based on the Internet standard RFC 822.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ValidateAuthentication">
      <summary>Authenticates the client and creates a new service channel.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ServiceUrls">
      <summary>Contains the primary and alternate endpoints of an organization.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceUrls.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceUrls"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceUrls.AlternateEndpoint">
      <summary>Gets or sets the alternate endpoint of an organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The alternate endpoint of an organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceUrls.GeneratedFromAlternate">
      <summary>Gets a value that indicates if the primary endpoint was generated from the alternate endpoint.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the the primary endpoint was generated from the alternate endpoint; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ServiceUrls.PrimaryEndpoint">
      <summary>Gets or sets the primary endpoint of an organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>The primary endpoint of an organization.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IKeyVaultClient">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.Decrypt(System.String,System.String,System.Byte[])">
      <param name="keyIdentifier"></param>
      <param name="algorithm"></param>
      <param name="encryptedData"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.Encrypt(System.String,System.String,System.Byte[])">
      <param name="keyIdentifier"></param>
      <param name="algorithm"></param>
      <param name="rawData"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.GetSecret(System.String)">
      <param name="secretName"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.GetSecret(System.String,System.String)">
      <param name="vaultAddress"></param>
      <param name="secretName"></param>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IKeyVaultClient.PreferredAuthType">
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.SetSecret(System.String,System.String)">
      <param name="secretName"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.SetSecret(System.String,System.String,System.String)">
      <param name="vaultAddress"></param>
      <param name="secretName"></param>
      <param name="value"></param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ILocalConfigStore">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.GetAllData">
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.GetData``1(System.String)">
      <param name="keyName"></param>
      <typeparam name="T"></typeparam>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.GetDataByKeyNames(System.Collections.Generic.List{System.String})">
      <param name="keyNames"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.SetData(System.Collections.Generic.Dictionary{System.String,System.Object})">
      <param name="keyData"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.SetData(System.String,System.Object)">
      <param name="keyName"></param>
      <param name="data"></param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ImportFileUploadResponse">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ImportFileUploadResponse.#ctor">
       
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ErrorCode">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ErrorMessage">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ExtensionData">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.FileName">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.HasError">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.HeaderColumnIndexesToBeIgnoredCsv">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ImportFileId">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ImportId">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ImportType">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException">
      <summary>Represents an exception that occurred during plug-in execution.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(Microsoft.Xrm.Sdk.OperationStatus)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with an operation status.</summary>
      <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus"></see>. The status of the operation.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with an error message.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The error message that explains the reason for the exception.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(Microsoft.Xrm.Sdk.OperationStatus,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with an operation status and an error message.</summary>
      <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus"></see>. The status of the operation.</param>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The error message that explains the reason for the exception.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The error message that explains the reason for the exception.</param>
      <param name="exception">Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>. The inner exception that is the cause of this exception.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(Microsoft.Xrm.Sdk.OperationStatus,System.Int32,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with an operation status, an error code, and an error message.</summary>
      <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus"></see>. The status of the operation.</param>
      <param name="errorCode">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. The error code that identifies the specific error.</param>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The error message that explains the reason for the exception. </param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.ErrorCode">
      <summary>Gets the numeric code that identifies a specific error condition.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The error code.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Sets the <see cref="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx">SerializationInfo</see> with information about the exception.</summary>
      <param name="info">Type: <see cref="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx">SerializationInfo</see>. The serialized object data about the exception being thrown.</param>
      <param name="context">Type: <see cref="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.streamingcontext.aspx">StreamingContext</see>. The contextual information about the source or destination.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.Status">
      <summary>Gets the status of the plug-in exception.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OperationStatus"></see>The status of the plug-in exception.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IOrganizationService">
      <summary>Provides programmatic access to the metadata and data for an organization.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Associate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>Creates a link between records.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity that is specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="entityId">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record to which the related records are associated.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to create the link. </param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be associated.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Create(Microsoft.Xrm.Sdk.Entity)">
      <summary>Creates a record. </summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that contains the properties to set in the newly created record.</param>
      <returns>Type:<see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>
The ID of the newly created record.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Delete(System.String,System.Guid)">
      <summary>Deletes a record.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity that is specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="id">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record that you want to delete.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Disassociate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
      <summary>Deletes a link between records.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity that is specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="entityId">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record from which the related records are disassociated.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to remove the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be disassociated.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)">
      <summary>Executes a message in the form of a request, and returns a response.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. A request instance that defines the action to be performed.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationResponse"></see>The response from the request. You must cast the return value of this method to the specific instance of the response that corresponds to the <paramref name="Request">Request</paramref> parameter.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Retrieve(System.String,System.Guid,Microsoft.Xrm.Sdk.Query.ColumnSet)">
      <summary>Retrieves a record.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity that is specified in the <paramref name="entityId">entityId</paramref> parameter.</param>
      <param name="id">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record that you want to retrieve.</param>
      <param name="columnSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>. A query that specifies the set of columns, or attributes, to retrieve. </param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>
The requested entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.RetrieveMultiple(Microsoft.Xrm.Sdk.Query.QueryBase)">
      <summary>Retrieves a collection of records.</summary>
      <param name="query">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.QueryBase"></see>. A query that determines the set of records to retrieve.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityCollection"></see>The collection of entities returned from the query.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Update(Microsoft.Xrm.Sdk.Entity)">
      <summary>Updates an existing record.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that has one or more properties set to be updated in the record.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IOrganizationServiceFactory">
      <summary>Represents a factory for creating <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see> instances.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IOrganizationServiceFactory.CreateOrganizationService(System.Nullable{System.Guid})">
      <summary>Returns an <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see> instance for the organization that the specified user is a member of.</summary>
      <param name="userId">Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>&amp;gt;. Specifies the system user that calls to the service are made for.
    When called in a plug-in, a null value indicates the SYSTEM user and a Guid.Empty value indicates the same user as <see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext"></see>. <see cref="P:Microsoft.Xrm.Sdk.IExecutionContext.UserId"></see>. Any other value indicates a specific system user.
    When called in a custom workflow activity, all service calls are made in the IWorkflowExecutionContext.<see cref="P:Microsoft.Xrm.Sdk.IExecutionContext.UserId"></see> context. </param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.IOrganizationService"></see>An organization service factory object.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IPlugin">
      <summary>Base interface for a plug-in.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IPlugin.Execute(System.IServiceProvider)">
      <summary>Executes plug-in code in response to an event.</summary>
      <param name="serviceProvider">Type: <see cref="https://msdn.microsoft.com/library/system.iserviceprovider.aspx">IService_Provider</see>. A container for service objects. Contains references to the plug-in execution context (<see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext"></see>), tracing service (<see cref="T:Microsoft.Xrm.Sdk.ITracingService"></see>), organization service (<see cref="T:Microsoft.Xrm.Sdk.IOrganizationServiceFactory"></see>), and notification service (<see cref="T:Microsoft.Xrm.Sdk.IServiceEndpointNotificationService"></see>). </param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IPluginExceptionProvider">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IPluginExceptionProvider.GetException(System.Int32)">
      <param name="errorCode"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IPluginExceptionProvider.GetException(System.Int32,System.Object[])">
      <param name="errorCode"></param>
      <param name="arguments"></param>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest">
      <summary>Contains the data that is needed to delete a link between records.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DisassociateRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DisassociateRequest.RelatedEntities">
      <summary>Gets or sets the collection of entity references (references to records) to be disassociated. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>
The collection of entity references (references to records) to be disassociated.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DisassociateRequest.Relationship">
      <summary>Get or sets the name of the relationship to be used for the disassociation. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Relationship"></see>
The name of the relationship to be used for the disassociation.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DisassociateRequest.Target">
      <summary>Gets or sets the target, which is the record from which the related records will be disassociated. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>
The target, which is the record from which the related records will be disassociated.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DisassociateResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.DisassociateResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest">
      <summary>Contains the data that is needed to execute a message asynchronously.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest.Request">
      <summary>Gets or sets the request to execute asynchronously.</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.OrganizationRequest"></see>The request to execute asynchronously.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse.AsyncJobId">
      <summary>Gets or sets the ID of the asynchronous job that was started from processing the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest"></see>.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>
    The ID of the asynchronous job.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest">
      <summary>Contains the data that is needed to execute one or more message requests as a single batch operation, and optionally return a collection of results.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest"></see>.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest.Requests">
      <summary>Gets or sets the collection of message requests to execute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationRequestCollection"></see>The collection of message requests to execute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest.Settings">
      <summary>Gets or sets the settings that define whether execution should continue if an error occurs and if responses for each message request processed are to be returned.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ExecuteMultipleSettings"></see>Settings that define whether execution should continue if an error occurs and if responses are to be returned.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse.IsFaulted">
      <summary>Gets a value that indicates if processing at least one of the individual message requests resulted in a fault.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if at least one of the individual message requests resulted in a fault; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse.Responses">
      <summary>Gets the collection of responses.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection"></see>The collection of responses.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest">
      <summary>Contains the data that is needed to execute one or more message requests in a single database transaction, and optionally return a collection of results.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest.#ctor">
      <summary>
          Initializes a new instance of the
          <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest.Requests">
      <summary>Gets or sets the collection of message requests to execute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationRequestCollection"></see>The collection of message requests to execute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest.ReturnResponses">
      <summary>Gets or sets a value indicating if responses are to be returned for each message request processed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>Set to true if responses should be returned; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest">
      <summary>Contains the data that is needed to update the definition of an entity relationship. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest.MergeLabels">
      <summary>Gets or sets whether to merge the new labels with any existing labels. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the new labels will be merged with any existing labels; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest.Relationship">
      <summary>Gets or sets the relationship metadata to be updated. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see>The relationship metadata to be updated. Required..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest.SolutionUniqueName">
      <summary>Gets or sets the unique name of the unmanaged solution that this entity relationship should be associated with. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name of the unmanaged solution that this entity relationship should be associated with. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest">
      <summary>Contains the data that is needed to update an existing record.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRequest.ConcurrencyBehavior">
      <summary>Specifies the type of optimistic concurrency behavior that should be performed by the Web service when processing this request.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ConcurrencyBehavior"></see>The concurrency behavior.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRequest.Target">
      <summary>Gets or sets an instance of an entity that is used to update a record. Required. </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>The entity instance used to update the record.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest">
      <summary>Contains the data that is needed to update an option set value in for a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata"></see> attribute.
    For the Web API use the UpdateStateValue Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.AttributeLogicalName">
      <summary>Gets or sets the logical name of the attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.DefaultStatusCode">
      <summary>Gets or sets the default value for the statuscode (status reason) attribute when this statecode value is set. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;The default value for the statuscode (status reason) attribute when this statecode value is set. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Description">
      <summary>Gets or sets the description label for the statecode option that is specified in the <see cref="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"></see> property. Optional.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>the description label for the statecode option that is specified in the <see cref="Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"></see> property. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.EntityLogicalName">
      <summary>Gets or sets the name of the entity that has this statecode attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the entity that has this statecode attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Label">
      <summary>Gets or sets the display label for this statecode option that is specified by the <see cref="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"></see> property. Optional.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The display label for this statecode option that is specified by the <see cref="Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"></see> property. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.MergeLabels">
      <summary>Gets or sets whether to merge the current label with any existing labels that are already specified for this attribute. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if any newly defined labels should only overwrite existing labels when their language code matches; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.OptionSetName">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value">
      <summary>Gets or sets the statecode attribute options to update. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The statecode attribute options to update. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateStateValueResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpsertRequest">
      <summary>Contains data that is needed to update or insert a record in CRM.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.UpsertRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpsertRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpsertRequest.Target">
      <summary>Gets or sets the target entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OrganizationResponse">
      <summary>Contains the response from a request and the base class for all organization responses.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OrganizationResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.Item(System.String)">
      <summary>Gets an indexer for the <paramref name="Results">Results</paramref> collection.</summary>
      <param name="parameterName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the parameter.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>The indexer for the collection.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.ResponseName">
      <summary>Gets or sets the name of the response.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the response.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.Results">
      <summary>Gets the results of the request that was performed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ParameterCollection"></see>The results of the request that was performed.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OrganizationResponseCollection">
      <summary>Contains a collection of organization responses.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OrganizationResponseCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponseCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OrganizationServiceFault">
      <summary>Represents an organization service fault.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OrganizationServiceFault.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationServiceFault"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationServiceFault.InnerFault">
      <summary>Gets the fault instance that caused the current fault.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.OrganizationServiceFault"></see>The fault instance that caused the current fault.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OrganizationServiceFault.ToString">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationServiceFault.TraceText">
      <summary>Gets the text of the fault trace.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The text of the fault trace.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ParameterCollection">
      <summary>Provides a collection of parameters for a request.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ParameterCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ParameterCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.ColumnSet">
      <summary>Specifies the attributes for which non-null values are returned from a query.
    For the Web API the corresponding type is ColumnSet ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.#ctor(System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see> class setting the <see cref="P:Microsoft.Xrm.Sdk.Query.ColumnSet.AllColumns"></see> property.</summary>
      <param name="allColumns">Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>. A Boolean that specifies whether to retrieve all attributes of a record.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.#ctor(System.String[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see> class setting the <see cref="P:Microsoft.Xrm.Sdk.Query.ColumnSet.Columns"></see> property.</summary>
      <param name="columns">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>[]. Specifies an array of Strings containing the names of the attributes.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.AddColumn(System.String)">
      <summary>Adds the specified attribute to the column set.</summary>
      <param name="column">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies a String containing the name of the attribute.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.AddColumns(System.String[])">
      <summary>Adds the specified attribute to the column set.</summary>
      <param name="columns">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>[]. Specifies an array of Strings containing the names of the attributes.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.AllColumns">
      <summary>Gets or sets whether to retrieve all the attributes of a record.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true to specify to retrieve all attributes; false to to retrieve only specified attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.Columns">
      <summary>Gets the collection of Strings containing the names of the attributes to be retrieved from a query.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/92t2ye13">ICollection</see>
The collection of attribute names to return from a query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.ConditionExpression">
      <summary>Contains a condition expression used to filter the results of the query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class setting the attribute name and condition operator.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Collections.ICollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class setting the attribute name, condition operator and a collection of values.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param>
      <param name="values">Type: <see cref="https://msdn.microsoft.com/library/System.Collections.ICollection.aspx">ICollection</see>. The collection of attribute values.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class setting the attribute name, condition operator and value object.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The attribute value.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class setting the attribute name, condition operator and an array of value objects.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param>
      <param name="values">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>[]. The array of attribute values.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity in the condition expression.</param>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity in the condition expression.</param>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The attribute value.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity in the condition expression.</param>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param>
      <param name="values">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>[]. The array of attribute values.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.AttributeName">
      <summary>Gets or sets the logical name of the attribute in the condition expression.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the attribute in the condition expression.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.EntityName">
      <summary>Gets or sets the entity name for the condition.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.Operator">
      <summary>Gets or sets the condition operator.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>
The condition operator.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.Values">
      <summary>Gets or sets the values for the attribute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>&amp;gt;The attribute values.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.ConditionOperator">
      <summary>Describes the type of comparison for two values (or expressions) in a condition expression. </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Above">
      <summary>Returns all records in referenced record&amp;#39;s hierarchical ancestry line. Value = 75.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.AboveOrEqual">
      <summary>Returns the referenced record and all records above it in the hierarchy. Value = 78.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.BeginsWith">
      <summary>The string occurs at the beginning of another string. Value = 54.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Between">
      <summary>The value is between two values. Value = 10.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ChildOf">
      <summary>
          No token name is specified
            &amp;lt;?Comment AL: Bug fix 5/30/12 2012-05-30T11:03:00Z Id=&amp;#39;2?&amp;gt;internal&amp;lt;?CommentEnd Id=&amp;#39;2&amp;#39;
    ?&amp;gt;.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Contains">
      <summary>The string contains another string. Value = 49.
    You must use the Contains operator for only those attributes that are enabled for full-text indexing. Otherwise, you will receive a generic SQL error message while retrieving data. In a Microsoft Dynamics 365 default installation, only the attributes of the KBArticle (article) entity are enabled for full-text indexing.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ContainValues">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotBeginWith">
      <summary>The string does not begin with another string. Value = 55.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotContain">
      <summary>The string does not contain another string. Value = 50.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotContainValues">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotEndWith">
      <summary>The string does not end with another string. Value = 57.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EndsWith">
      <summary>The string ends with another string. Value = 56.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Equal">
      <summary>The values are compared for equality. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualBusinessId">
      <summary>The value is equal to the specified business ID. Value = 43.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserId">
      <summary>The value is equal to the specified user ID. Value = 41.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserLanguage">
      <summary>The value is equal to the language for the user. Value = 51.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserOrUserHierarchy">
      <summary>When hierarchical security models are used, Equals current user or their reporting hierarchy. Value = 80.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserOrUserHierarchyAndTeams">
      <summary>When hierarchical security models are used, Equals current user and his teams or their reporting hierarchy and their teams. Value = 81.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserOrUserTeams">
      <summary>The record is owned by a user or teams that the user is a member of. Value = 74.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserTeams">
      <summary>The record is owned by teams that the user is a member of. Value = 73.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.GreaterEqual">
      <summary>The value is greater than or equal to the compared value. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.GreaterThan">
      <summary>The value is greater than the compared value. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.In">
      <summary>TheThe value exists in a list of values. Value = 8.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalPeriod">
      <summary>The value is within the specified fiscal period. Value = 69.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalPeriodAndYear">
      <summary>The value is within the specified fiscal period and year. Value = 70.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalYear">
      <summary>The value is within the specified year. Value = 68.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InOrAfterFiscalPeriodAndYear">
      <summary>The value is within or after the specified fiscal period and year. Value = 72.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InOrBeforeFiscalPeriodAndYear">
      <summary>The value is within or before the specified fiscal period and year. Value = 71.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Last7Days">
      <summary>The value is within the last seven days including today. Value = 17.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastFiscalPeriod">
      <summary>The value is within the last fiscal period. Value = 63.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastFiscalYear">
      <summary>The value is within the last fiscal year. Value = 62.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastMonth">
      <summary>The value is within the last month including first day of the last month and last day of the last month. Value = 22.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastWeek">
      <summary>The value is within the previous week including Sunday through Saturday. Value = 19.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXDays">
      <summary>The value is within last X days. Value = 33.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXFiscalPeriods">
      <summary>The value is within the last X (specified value) fiscal periods. Value = 65.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXFiscalYears">
      <summary>The value is within the last X (specified value) fiscal periods. Value = 0x40.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXHours">
      <summary>The value is within the last X hours. Value =31.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXMonths">
      <summary>The value is within the last X (specified value) months. Value = 37.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXWeeks">
      <summary>The value is within the last X (specified value) weeks. Value = 35.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXYears">
      <summary>The value is within the last X years. Value = 39.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastYear">
      <summary>The value is within the previous year. Value = 28.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LessEqual">
      <summary>The value is less than or equal to the compared value. Value = 5.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LessThan">
      <summary>The value is less than the compared value. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Like">
      <summary>The character string is matched to the specified pattern. Value = 6.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Mask">
      <summary>The value is found in the specified bit-mask value. Value = 46.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.MasksSelect">
      <summary>
          For internal use only. Value = 48.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Next7Days">
      <summary>The value is within the next seven days. Value = 18.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextFiscalPeriod">
      <summary>The value is within the next fiscal period. Value = 61.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextFiscalYear">
      <summary>The value is within the next fiscal year. Value = 60.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextMonth">
      <summary>The value is within the next month. Value = 24.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextWeek">
      <summary>The value is within the next week. Value = 21.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXDays">
      <summary>The value is within the next X (specified value) days. Value = 34.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXFiscalPeriods">
      <summary>The value is within the next X (specified value) fiscal period. Value = 67.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXFiscalYears">
      <summary>The value is within the next X (specified value) fiscal years. Value = 66.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXHours">
      <summary>The value is within the next X (specified value) hours. Value = 32.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXMonths">
      <summary>The value is within the next X (specified value) months. Value = 38.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXWeeks">
      <summary>The value is within the next X weeks. Value = 36.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXYears">
      <summary>The value is within the next X years. Value = 40.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextYear">
      <summary>The value is within the next year. Value = 30.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotBetween">
      <summary>The value is not between two values. Value = 11.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqual">
      <summary>The two values are not equal. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqualBusinessId">
      <summary>The value is not equal to the specified business ID. Value = 44.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqualUserId">
      <summary>The value is not equal to the specified user ID. Value = 42.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotIn">
      <summary>The given value is not matched to a value in a subquery or a list. Value = 9.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotLike">
      <summary>The character string does not match the specified pattern. Value = 7.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotMask">
      <summary>The value is not found in the specified bit-mask value. Value = 47.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotNull">
      <summary>The value is not null. Value = 13.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotOn">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotUnder">
      <summary>Returns all records not below the referenced record in the hierarchy. Value = 77.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Null">
      <summary>The value is null. Value = 12.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXDays">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXHours">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXMinutes">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXMonths">
      <summary>The value is older than the specified number of months. Value = 53.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXWeeks">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXYears">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.On">
      <summary>The value is on a specified date. Value = 25.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OnOrAfter">
      <summary>The value is on or after a specified date. Value = 27.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OnOrBefore">
      <summary>The value is on or before a specified date. Value = 26.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisFiscalPeriod">
      <summary>The value is within the current fiscal period. Value = 59.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisFiscalYear">
      <summary>The value is within the current fiscal year . Value = 58.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisMonth">
      <summary>The value is within the current month. Value = 23.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisWeek">
      <summary>The value is within the current week. Value = 20.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisYear">
      <summary>The value is within the current year. Value = 29.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Today">
      <summary>The value equals today’s date. Value = 15.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Tomorrow">
      <summary>The value equals tomorrow’s date. Value = 16.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Under">
      <summary>Returns all child records below the referenced record in the hierarchy. Value = 76.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.UnderOrEqual">
      <summary>Returns the referenced record and all child records below it in the hierarchy. Value = 79.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Yesterday">
      <summary>The value equals yesterday’s date. Value = 14.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.FetchExpression">
      <summary>Contains a query expressed in FetchXML.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.FetchExpression.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.FetchExpression"></see> class.</summary>
      <param name="query">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The FetchXML query string.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.FetchExpression.Query">
      <summary>Gets or sets the FetchXML query string.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The FetchXML query string.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.FilterExpression">
      <summary>Specifies complex condition and logical filter expressions used for filtering the results of the query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.#ctor(Microsoft.Xrm.Sdk.Query.LogicalOperator)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see> class.</summary>
      <param name="filterOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>. The filter operator.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddCondition(Microsoft.Xrm.Sdk.Query.ConditionExpression)">
      <summary>Adds a condition to the filter expression setting the condition expression.</summary>
      <param name="condition">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see>. Specifies the condition expression to be added.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddCondition(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object[])">
      <summary>Adds a condition to the filter expression setting the attribute name, condition operator, and value array.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The enumeration type.</param>
      <param name="values">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>[]. The array of values to add.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddCondition(System.String,System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object[])">
      <summary>Adds a condition to the filter expression setting the entity name, attribute name, condition operator, and value array.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the entity.</param>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The enumeration type.</param>
      <param name="values">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>[]. The array of values to add.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddFilter(Microsoft.Xrm.Sdk.Query.FilterExpression)">
      <summary>Adds a child filter to the filter expression.</summary>
      <param name="childFilter">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see>. The filter to be added.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddFilter(Microsoft.Xrm.Sdk.Query.LogicalOperator)">
      <summary>Adds a child filter to the filter expression setting the logical operator.</summary>
      <param name="logicalOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>. The enumeration type.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.FilterExpression"></see>
The new filter expression.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.Conditions">
      <summary>Gets condition expressions that include attributes, condition operators, and attribute values.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Query.ConditionExpression"></see>&amp;gt;
The collection of condition expressions. </returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.FilterHint">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.FilterOperator">
      <summary>Gets or sets the logical AND/OR filter operator.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>The filter operator.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.Filters">
      <summary>Gets a collection of condition and logical filter expressions that filter the results of the query.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Query.FilterExpression"></see>&amp;gt;The collection of filters.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.IsQuickFindFilter">
      <summary>Gets or sets whether the expression is part of a quick find query.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the filter is part of a quick find query; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor.Visit(Microsoft.Xrm.Sdk.Query.QueryExpression)">
      <param name="query"></param>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor2">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor2.Visit(Microsoft.Xrm.Sdk.Query.QueryExpression)">
      <param name="query"></param>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.JoinOperator">
      <summary>Contains the possible values for a join operator in a <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see>. </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.Inner">
      <summary>The values in the attributes being joined are compared using a comparison operator. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.LeftOuter">
      <summary>All instances of the entity in the FROM clause are returned if they meet WHERE or HAVING search conditions. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.Natural">
      <summary>Only one value of the two joined attributes is returned if an equal-join operation is performed and the two values are identical. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.LinkEntity">
      <summary>Specifies the links between multiple entity types used in creating complex queries.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.LinkEntity.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.LinkEntity.#ctor(System.String,System.String,System.String,System.String,Microsoft.Xrm.Sdk.Query.JoinOperator)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see> class setting the required properties.</summary>
      <param name="linkFromEntityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity to link from.</param>
      <param name="linkToEntityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity to link to.</param>
      <param name="linkFromAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link to.</param>
      <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator"></see>. The join operator.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.LinkEntity.AddLink(System.String,System.String,System.String)">
      <summary>Adds a link, setting the link to entity name, the link from attribute name and the link to attribute name.</summary>
      <param name="linkToEntityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the entity to link to.</param>
      <param name="linkFromAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link to.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.LinkEntity"></see>The link entity that was created.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.LinkEntity.AddLink(System.String,System.String,System.String,Microsoft.Xrm.Sdk.Query.JoinOperator)">
      <summary>Adds a link setting the link to entity name, the link from attribute name, the link to attribute name, and the join operator.</summary>
      <param name="linkToEntityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the entity to link to.</param>
      <param name="linkFromAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link to.</param>
      <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator"></see>. The join operator.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.LinkEntity"></see>The link entity that was created.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.Columns">
      <summary>Gets or sets the column set.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The set of columns (fields) to be returned for the query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.EntityAlias">
      <summary>Gets or sets the alias for the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The alias for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.JoinOperator">
      <summary>Gets or sets the join operator.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.JoinOperator"></see>The join operator.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkCriteria">
      <summary>Gets or sets the complex condition and logical filter expressions that filter the results of the query.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.FilterExpression"></see>The complex condition and logical filter expressions that filter the results of the query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkEntities">
      <summary>Gets the links between multiple entity types.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Query.LinkEntity"></see>&amp;gt;The collection of links between entities.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkFromAttributeName">
      <summary>Gets or sets the logical name of the attribute of the entity that you are linking from.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the attribute of the entity that you are linking from.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkFromEntityName">
      <summary>Gets or sets the logical name of the entity that you are linking from.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the entity that you are linking from.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkToAttributeName">
      <summary>Gets or sets the logical name of the attribute of the entity that you are linking to.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the attribute of the entity that you are linking to.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkToEntityName">
      <summary>Gets or sets the logical name of the entity that you are linking to.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the entity that you are linking to.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.Orders">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.LogicalOperator">
      <summary>Contains the possible values for an operator in a <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see>. </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.LogicalOperator.And">
      <summary>A logical AND operation is performed. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.LogicalOperator.Or">
      <summary>A logical OR operation is performed. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.OrderExpression">
      <summary>Sets the order in which the entity instances are returned from the query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.OrderExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.OrderExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.OrderType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression"></see> class setting the attribute name and the order type.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute.</param>
      <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType"></see>. The order, ascending or descending.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.OrderExpression.AttributeName">
      <summary>Gets or sets the name of the attribute in the order expression.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the attribute in the order expression.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.OrderExpression.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.OrderExpression.OrderType">
      <summary>Gets or sets the order, ascending or descending.</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.Query.OrderType"></see>The order, ascending or descending.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.OrderType">
      <summary>Contains the possible values for the order type in an <see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression"></see>. </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.OrderType.Ascending">
      <summary>The values of the specified attribute should be sorted in ascending order, from lowest to highest. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.OrderType.Descending">
      <summary>The values of the specified attribute should be sorted in descending order, from highest to lowest. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration">
      <summary>Contains the configuration information required to use an identity provider.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration.AppliesTo">
      <summary>Gets or sets the scope that a security token request applies to, as defined in the WS-Trust specification.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The scope that a security token request applies to, as defined in the WS-Trust specification.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration.Endpoint">
      <summary>Gets the endpoint of the identity provider.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The endpoint of the identity provider.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration.LiveIdAppliesTo">
      <summary>Gets or sets the scope that a Microsoft account security token request applies to, as defined in the WS-Trust specification.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The scope that a Microsoft account security token request applies to, as defined in the WS-Trust specification.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration.Policy">
      <summary>Gets or sets a policy configuration that identifies a Secure Token Service (STS).</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The policy configuration that identifies a Secure Token Service (STS).</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProviderType">
      <summary>Specifies the supported types of identity providers.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.IdentityProviderType.ADFS">
      <summary>
          Active Directory Federation Services. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.IdentityProviderType.LiveId">
      <summary>
          Windows Live ID. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.IdentityProviderType.OrgId">
      <summary>OrgId, also known as User Id. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProviderTypeDictionary">
      <summary>Contains the available identity providers for a Microsoft Dynamics 365 service.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IdentityProviderTypeDictionary.#ctor">
      <summary>Initializes a new instance of the IdentityProviderTypeDictionary class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IEndpointSwitch">
      <summary>Represents the switching of a web service endpoint for an organization from a primary URL to an alternate URL.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.AlternateEndpoint">
      <summary>Gets the alternate web service endpoint for accessing an organization, if one exists.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>The alternate web service endpoint.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.CanSwitch(System.Uri)">
      <summary>Checks if the specified endpoint URI is different from the organization’s alternate endpoint URI.</summary>
      <param name="currentUri">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. Specifies an endpoint URI.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the two URIs are different and an endpoint switch can be attempted, otherwise false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointAutoSwitchEnabled">
      <summary>Gets or sets whether automatic switching from the current endpoint of the web service to an alternate endpoint is enabled.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the automatic switching is enabled; otherwise, false.</returns>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointSwitched">
      <summary>Notification event that a failover has completed and the organization’s current endpoint has been switched to an alternate endpoint.</summary>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointSwitchRequired">
      <summary>Notification event that a failover has occurred and a switch from the organization’s current endpoint to an alternate endpoint is required.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.HandleEndpointSwitch">
      <summary>Fires the <see cref="E:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointSwitchRequired"></see> event, then if <see cref="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointAutoSwitchEnabled"></see> is true, switches the organization’s endpoints by calling <see cref="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.SwitchEndpoint"></see>.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the endpoint switch was successful, otherwise false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.IsPrimaryEndpoint">
      <summary>Gets whether the organization’s current endpoint is the primary endpoint.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the current endpoint is the primary endpoint; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.PrimaryEndpoint">
      <summary>Gets the primary web service endpoint for accessing an organization.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>The primary web service endpoint.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.SwitchEndpoint">
      <summary>Switches the organization’s current endpoint to an alternate endpoint.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1">
      <summary>Represents a configured Microsoft Dynamics 365 service.</summary>
      <typeparam name="TService">Type: <see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>. The type of service.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.Authenticate(System.IdentityModel.Tokens.SecurityToken)">
      <summary>Authenticates against the trusted Microsoft Dynamics 365 Secure Token Service using a security token.</summary>
      <param name="securityToken">Type: <see cref="https://msdn.microsoft.com/library/system.identitymodel.tokens.securitytoken.aspx">SecurityToken</see>. A security token retrieved from an identity provider other than the trusted Microsoft Dynamics 365 Secure Token Service (when in federation mode).</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response. </returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.Authenticate(System.ServiceModel.Description.ClientCredentials)">
      <summary>Authenticates against the trusted Microsoft Dynamics 365 Secure Token Service using client credentials. </summary>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. Specifies a client credential instance containing either <see cref="http://msdn.microsoft.com/en-us/library/system.servicemodel.description.clientcredentials.windows.aspx">Windows</see> credentials or <see cref="http://msdn.microsoft.com/en-us/library/system.servicemodel.description.clientcredentials.username.aspx">UserName</see> credentials.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response. </returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.Authenticate(System.ServiceModel.Description.ClientCredentials,Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)">
      <summary>Authenticates against Microsoft account using client credentials and a security token response.</summary>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. Specifies a client credential instance containing <see cref="http://msdn.microsoft.com/en-us/library/system.servicemodel.description.clientcredentials.username.aspx">UserName</see> credentials where the UserName and Password properties are set.</param>
      <param name="deviceSecurityToken">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response received from authenticating the user&amp;#39;s device with Microsoft account.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.AuthenticateCrossRealm(System.IdentityModel.Tokens.SecurityToken,System.String,System.Uri)">
      <summary>Authenticates against a remote Secure Token Service (STS) using a security token retrieved from an identity provider (when in federation mode).</summary>
      <param name="securityToken">Type: <see cref="https://msdn.microsoft.com/library/system.identitymodel.tokens.securitytoken.aspx">SecurityToken</see>. Specifies a security token issued from an identity provider.</param>
      <param name="appliesTo">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies the identifier of the STS to authenticate on behalf of.</param>
      <param name="crossRealmSts">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. Specifies the URI of the cross realm STS metadata endpoint.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>
The security token response.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.AuthenticateCrossRealm(System.ServiceModel.Description.ClientCredentials,System.String,System.Uri)">
      <summary>Authenticates against a remote Secure Token Service (STS) using client credentials.</summary>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. Specifies a client credentials instance with the Windows credentials or the UserName (.UserName and .Password) set.</param>
      <param name="appliesTo">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies the identifier of the STS to authenticate on behalf of.</param>
      <param name="crossRealmSts">Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see>. Specifies the URI of the cross realm STS metadata endpoint.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.AuthenticateDevice(System.ServiceModel.Description.ClientCredentials)">
      <summary>Authenticates a registered device against Microsoft account.</summary>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. Specifies a client credential instance.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>
The security token response.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.AuthenticationType">
      <summary>Gets the type of authentication in use by the identity provider of the service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.AuthenticationProviderType"></see>Thee type of authentication being used.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CreateChannelFactory(System.ServiceModel.Description.ClientCredentials)">
      <summary>Creates a WCF channel factory that supports passing the client credentials, regardless of whether in federation authentication mode or not.</summary>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. Specifies client authentication credentials.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see>&amp;lt; TService&amp;gt;The channel factory.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CreateChannelFactory(Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType)">
      <summary>
          For internal use only.
        </summary>
      <param name="endpointType"></param>
      <returns>Type: <see cref="System.ServiceModel.ChannelFactory`1"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CreateChannelFactory(Microsoft.Xrm.Sdk.Client.ClientAuthenticationType)">
      <summary>Creates a WCF channel factory with a specified type of authentication.</summary>
      <param name="clientAuthenticationType">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType"></see>. Specifies the type of authentication.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see>The channel factory.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CreateChannelFactory">
      <summary>Creates a client factory that uses the default Kerberos credentials.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see>The channel factory.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CrossRealmIssuerEndpoints">
      <summary>Gets the available endpoints of the user’s home realm identity provider.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection"></see>The available endpoints.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CurrentIssuer">
      <summary>Gets or sets the endpoint used by the Secure Token Service (STS) to issue the trusted token.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IssuerEndpoint"></see>The endpoint used by the Secure Token Service (STS) to issue the trusted token.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CurrentServiceEndpoint">
      <summary>Gets or sets the current endpoint in use by a service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.serviceendpoint.aspx">ServiceEndpoint</see>The current endpoint in use by a service.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.GetIdentityProvider(System.String)">
      <summary>Returns the identity provider used for a specified user when accessing a service.</summary>
      <param name="userPrincipalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies a user principal name (UPN).</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IdentityProvider"></see>The identity provider.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.IssuerEndpoints">
      <summary>Gets the available endpoints of the security token service (STS).</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see>The available endpoints of the security token service (STS).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.PolicyConfiguration">
      <summary>Gets the policy configuration that identifies a Secure Token Service (STS).</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.PolicyConfiguration"></see>The policy configuration.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.ServiceEndpoints">
      <summary>Gets the available endpoints of the service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary"></see>The available endpoints of the service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1">
      <summary>An interface which provides a simpler authentication experience.</summary>
      <typeparam name="TService">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>. Specifies a service type.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.Authenticate(Microsoft.Xrm.Sdk.Client.AuthenticationCredentials)">
      <summary>Authenticates the logged on user with the service.</summary>
      <param name="authenticationCredentials">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials"></see>. Specifies the user’s logon credentials.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.AuthenticationCredentials"></see>The user’s authentication credentials, including the final security token.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.AuthenticationType">
      <summary>Gets the type of authentication in use by the identity provider of the service.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.AuthenticationProviderType"></see>The type of authentication used by the identity provider.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CreateChannelFactory">
      <summary>Creates a WCF channel factory that uses the default Kerberos credentials.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see> where TService: <see cref="Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="Microsoft.Xrm.Sdk.IOrganizationService"></see>The WCF channel factory.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CreateChannelFactory(Microsoft.Xrm.Sdk.Client.ClientAuthenticationType)">
      <summary>Creates a WCF channel factory with a specified type of authentication.</summary>
      <param name="clientAuthenticationType">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType"></see>. Specifies the type of authentication.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see> where TService: <see cref="Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="Microsoft.Xrm.Sdk.IOrganizationService"></see>The WCF channel factory.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CreateChannelFactory(Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType)">
      <summary>
          For internal use only.
        </summary>
      <param name="endpointType"></param>
      <returns>Type: <see cref="System.ServiceModel.ChannelFactory`1"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CreateChannelFactory(System.ServiceModel.Description.ClientCredentials)">
      <summary>Creates a WCF channel factory using specified client credentials.</summary>
      <param name="clientCredentials">Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see>. Specifies the client credentials to use.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/ms576132.aspx">ChannelFactory</see> where TService: <see cref="Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="Microsoft.Xrm.Sdk.IOrganizationService"></see>The WCF channel factory.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CrossRealmIssuerEndpoints">
      <summary>Gets the available endpoints of the user’s home realm identity provider.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection"></see>The available endpoints of the user’s home realm identity provider.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CurrentServiceEndpoint">
      <summary>Gets or sets the current endpoint in use by a service.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.serviceendpoint.aspx">ServiceEndpoint</see>The current endpoint in use by a service.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.GetIdentityProvider(System.String)">
      <summary>Returns the identity provider used for a specified user when accessing a service.</summary>
      <param name="userPrincipalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies a user principal name (UPN).</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IdentityProvider"></see>The identity provider used for a specified user when accessing a service.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.IssuerEndpoints">
      <summary>Gets the available endpoints of the security token service (STS).</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see>The available endpoints of the security token service (STS).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.PolicyConfiguration">
      <summary>Gets the policy configuration that identifies a Secure Token Service (STS).</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.PolicyConfiguration"></see>The policy configuration that identifies a Secure Token Service (STS).</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint">
      <summary>Represents an issuer endpoint.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.CredentialType">
      <summary>Gets or sets the type of credentials the endpoint supports.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType"></see>The type of credentials the endpoint supports.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.IssuerAddress">
      <summary>Gets or sets the actual URL that provides authentication for a particular credential type.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.endpointaddress.aspx">EndpointAddress</see> The actual URL that provides authentication for a particular credential type.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.IssuerBinding">
      <summary>Gets or sets the binding information used to construct a channel to the issuer endpoint from a client.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.windows.data.binding.aspx">Binding</see> The binding information used to construct a channel to the issuer endpoint from a client.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.IssuerMetadataAddress">
      <summary>Gets or sets the URL that provides metadata about the set of issuer endpoints hosted by a Secure Token Service (STS).</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.endpointaddress.aspx">EndpointAddress</see> The URL that provides metadata about the set of issuer endpoints hosted by a Secure Token Service (STS).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.TrustVersion">
      <summary>Gets or sets the WS-Trust standard, either 1.3 or 2005, that is supported on the endpoint. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.security.trustversion.aspx">TrustVersion</see>The WS-Trust standard, either 1.3 or 2005, that is supported on the endpoint.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary">
      <summary>Contains a dictionary of <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint"></see> objects.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary.#ctor">
      <summary>Initializes a new instance of the IssuerEndpointDictionary class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary.GetIssuerEndpoint(Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType)">
      <summary>Obtains the issuer endpoint from a Secure Token Service.</summary>
      <param name="credentialType">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType"></see>. Specifies the credential type used by the issuer endpoint.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.IssuerEndpoint"></see>The issuer endpoint from a Secure Token Service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Entity">
      <summary>Represents an instance of an entity (a record).</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> class setting the entity name.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the entity.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.#ctor(System.String,Microsoft.Xrm.Sdk.KeyAttributeCollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> class.
    This was introduced with Microsoft Dynamics CRM Online 2015 Update 1 and cannot be used with earlier versions.</summary>
      <param name="entityName">Specifies the entity name.</param>
      <param name="keyAttributes">Specifies the key attributes.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.#ctor(System.String,System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> class.
    This was introduced with Microsoft Dynamics CRM Online 2015 Update 1 and cannot be used with earlier versions.</summary>
      <param name="entityName">Specifies the entity name.</param>
      <param name="id">Specifies the ID of the record.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.#ctor(System.String,System.String,System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> class.
    This was introduced with Microsoft Dynamics CRM Online 2015 Update 1 and cannot be used with earlier versions.</summary>
      <param name="entityName">Specifies the entity name.</param>
      <param name="keyName">Specifies the key name.</param>
      <param name="keyValue">Specifies the key value.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.Attributes">
      <summary>Gets or sets the collection of attributes for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.AttributeCollection"></see>
The collection of attributes for the entity.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.Contains(System.String)">
      <summary>Checks to see if there is a value present for the specified attribute.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the <see cref="Microsoft.Xrm.Sdk.Entity"></see> contains an attribute with the specified name; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.EntityState">
      <summary>Gets or sets the state of the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityState"></see>.
The state of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>Gets or sets the structure that contains extra data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.FormattedValues">
      <summary>Gets of sets the collection of formatted values for the entity attributes.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.FormattedValueCollection"></see>
The collection of formatted values for the entity attributes.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.GetAttributeValue``1(System.String)">
      <summary>Gets the value of the attribute.</summary>
      <param name="attributeLogicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute.</param>
      <typeparam name="T">Type: <see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>. The type of the attribute.</typeparam>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>
The value of the attribute.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.GetFormattedAttributeValue(System.String)">
      <summary>Gets the formatted value of the attribute.</summary>
      <param name="attributeLogicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The formatted value of the attribute.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.GetRelatedEntities``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
      <summary>Gets the collection of related entity instances for the specified relationship.</summary>
      <param name="relationshipSchemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The schema name of the relationship.</param>
      <param name="primaryEntityRole">The role of the primary entity in the relationship (referenced or referencing).</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The type of the entity.</typeparam>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.collections.ienumerable.aspx">IEnumerable</see>The collection of related entity instances for the specified relationship.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.GetRelatedEntity``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
      <summary>Gets the related entity instance for the specified relationship.</summary>
      <param name="relationshipSchemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the relationship.</param>
      <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>. The role of the primary entity in the relationship (referenced or referencing).</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The type of the entity.</typeparam>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>The collection of related entity instances for the specified relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.Id">
      <summary>Gets or sets the ID of the record represented by this entity instance.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>
The ID of the record (entity instance).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.Item(System.String)">
      <summary>Provides an indexer for the attribute values.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>The attribute specified by the <paramref name="attributeName">attributeName</paramref> parameter.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.KeyAttributes">
      <summary>Gets or sets the key attributes.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.KeyAttributeCollection"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.LogicalName">
      <summary>Gets or sets the logical name of the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>the logical name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.RelatedEntities">
      <summary>Gets or sets a collection of entity references (references to records).</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.RelatedEntityCollection"></see>
a collection of entity references (references to records).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.RowVersion">
      <summary>Gets or sets the row version</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.SetAttributeValue(System.String,System.Object)">
      <summary>Sets the value of an attribute.</summary>
      <param name="attributeLogicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute.</param>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The value to set.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.SetRelatedEntities``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole},System.Collections.Generic.IEnumerable{``0})">
      <summary>Sets the collection of related entity instances for the specified relationship.</summary>
      <param name="relationshipSchemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The schema name of the relationship.</param>
      <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>. The role of the primary entity in the relationship (referenced or referencing).</param>
      <param name="entities">Type: <see cref="https://msdn.microsoft.com/library/system.collections.ienumerable.aspx">IEnumerable</see>. The collection of entity instances to set.</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The type of the entity.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.SetRelatedEntity``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole},``0)">
      <summary>Sets the related entity instance for the specified relationship.</summary>
      <param name="relationshipSchemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The schema name of the relationship.</param>
      <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>. The role of the primary entity in the relationship (referenced or referencing).</param>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity instance to set.</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The type of the entity.</typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.ToEntity``1">
      <summary>Gets the entity as the specified type.</summary>
      <typeparam name="T">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity type to return.</typeparam>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>The entity as the specified type.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Entity.ToEntityReference">
      <summary>Gets an entity reference for this entity instance.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>The entity reference for the entity.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityAttributeCollection">
      <summary>Represents the entity attribute collection.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityAttributeCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityAttributeCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityCollection">
      <summary>Contains a collection of entity instances.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.Entity})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see> class setting the list of entities.</summary>
      <param name="list">Type: <see cref="https://msdn.microsoft.com/library/5y536ey6">IList</see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.Entity"></see>&amp;gt;. A list of entities.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.Entities">
      <summary>Gets the collection of entities.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Entity"></see>&amp;gt;The collection of entities.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.EntityName">
      <summary>Gets or sets the logical name of the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>the logical name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.Item(System.Int32)">
      <summary>Gets or sets an item in the collection.</summary>
      <param name="index">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. The index of the item.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Entity"></see>The item at the specified index.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.MinActiveRowVersion">
      <summary>Gets or sets the lowest active row version value.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The lowest active row version value.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.MoreRecords">
      <summary>Gets or sets whether there are more records available.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if there are more records available; otherwise, false. This is used in conjunction with the <see cref="Microsoft.Xrm.Sdk.EntityCollection.PagingCookie"></see> when working with large record sets.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.PagingCookie">
      <summary>Gets or sets the current paging information.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The current paging information. This is used in conjunction with <see cref="Microsoft.Xrm.Sdk.EntityCollection.MoreRecords"></see> when working with large record sets.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.TotalRecordCount">
      <summary>Gets the total number of records in the collection.<see cref="P:Microsoft.Xrm.Sdk.Query.PagingInfo.ReturnTotalRecordCount"></see> was true when the query was executed .</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The total number of records in the collection.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityCollection.TotalRecordCountLimitExceeded">
      <summary>Gets or sets whether the results of the query exceeds the total record count.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the results of the query exceeds the total record count; otherwise, false..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityImageCollection">
      <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> image objects.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityImageCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityImageCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityKeyIndexStatus">
      <summary>Represents the enumerator for the entity key status when the index creation job is in progress.
    For the Web API use the EntityKeyIndexStatus EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityKeyIndexStatus.Active">
      <summary>Specifies that the key index creation is active.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityKeyIndexStatus.Failed">
      <summary>Specifies that the key index creation failed.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityKeyIndexStatus.InProgress">
      <summary>Specifies that the key index creation is in progress.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityKeyIndexStatus.Pending">
      <summary>Specifies that the key index creation is pending.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityRecordCountCollection">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityRecordCountCollection.#ctor">
       
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityReference">
      <summary>Identifies a record.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReference.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReference.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> class.</summary>
      <param name="logicalName">Specifies the logical name.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReference.#ctor(System.String,Microsoft.Xrm.Sdk.KeyAttributeCollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> class.
    This constructor was introduced with Microsoft Dynamics CRM Online 2015 Update 1 and cannot be used with earlier versions.</summary>
      <param name="logicalName">Specifies the entity logical name.</param>
      <param name="keyAttributeCollection">Specifies the key attributes collection.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReference.#ctor(System.String,System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> class setting the logical name and entity ID.
    This constructor was introduced with Microsoft Dynamics CRM Online 2015 Update 1 and cannot be used with earlier versions.</summary>
      <param name="logicalName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity.</param>
      <param name="id">Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>. The ID of the record.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReference.#ctor(System.String,System.String,System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> class.
    This constructor was introduced with Microsoft Dynamics CRM Online 2015 Update 1 and cannot be used with earlier versions.</summary>
      <param name="logicalName">Specifies the entity logical name.</param>
      <param name="keyName">Specifies the key name.</param>
      <param name="keyValue">Specifies the key value.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReference.Equals(System.Object)">
      <summary>Determines whether two instances are equal.</summary>
      <param name="obj">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>
     
          true if the specified <see cref="Microsoft.Xrm.Sdk.EntityReference"></see> is equal to the <see cref="Microsoft.Xrm.Sdk.EntityReference"></see> object; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityReference.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReference.GetHashCode">
      <summary>Serves as a hash function for this type.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The hash code for the current <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityReference.Id">
      <summary>Gets or sets the ID of the record.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>
The ID of the record. </returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityReference.KeyAttributes">
      <summary>Gets or sets the key attributes.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.KeyAttributeCollection"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityReference.LogicalName">
      <summary>Gets or sets the logical name of the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityReference.Name">
      <summary>Gets or sets the value of the primary attribute of the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The value of the primary attribute of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityReference.RowVersion">
      <summary>Gets or sets the row version.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityReferenceCollection">
      <summary>Contains a collection of entity references.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReferenceCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReferenceCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.EntityReference})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see> class setting the list of entity references.</summary>
      <param name="list">Type: <see cref="https://msdn.microsoft.com/library/5y536ey6">IList</see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>&amp;gt;. A list of entity references.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyResponse"></see> class. </summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyResponse.EntityKeyId">
      <summary>Gets the entity key ID.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest">
      <summary>Contains the data that is needed to create a custom entity, and optionally, to add it to a specified unmanaged solution.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.Entity">
      <summary>Gets or sets the metadata for the custom entity that you want to create. Required.</summary>
      <returns>Type <see cref="Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see>The metadata for the custom entity that you want to create. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.HasActivities">
      <summary>Gets or sets whether a custom entity is created that has a special relationship to activity entities and is a valid regarding object for the activity. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the custom entity that you create has a special relationship to activity entities; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.HasFeedback">
      <summary>Gets or sets whether the entity will have a special relationship to the Feedback entity. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity will have a special relationship to the Feedback entity; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.HasNotes">
      <summary>Gets or sets whether the custom entity that is created has a special relationship to the annotation entity. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the custom entity that is created has a special relationship to the annotation entity; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.PrimaryAttribute">
      <summary>Gets or sets the metadata for the primary attribute for the new entity. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see>The metadata for the primary attribute for the new entity. Required..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the unmanaged solution to which you want to add this custom entity. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the unmanaged solution to which you want to add this custom entity. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse.AttributeId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the primary attribute for the newly created entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>
The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the primary attribute for the newly created entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse.EntityId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the newly created entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>
The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the newly created entity. </returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest">
      <summary>Contains the data that is needed to create a new Many-to-Many (N:N) entity relationship.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest.IntersectEntitySchemaName">
      <summary>Gets or sets the name of the intersect entity to be created for this entity relationship. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the intersect entity to be created for this entity relationship. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest.ManyToManyRelationship">
      <summary>Gets or sets the definition of the Many-to-Many entity relationship to be created. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata"></see>The definition of the Many-to-Many entity relationship to be created. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the unmanaged solution you want to add this many-to-many entity relationship to. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the unmanaged solution you want to add this many-to-many entity relationship to. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse.ManyToManyRelationshipId">
      <summary>Gets the ID of the many-to-many entity relationship that is created.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see> The ID of the many-to-many entity relationship that is created. This corresponds to the <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see>. </returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest">
      <summary>Contains the data that is needed to create a new One-to-Many (1:N) entity relationship.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest.Lookup">
      <summary>Gets or sets the metadata for the lookup field used to store the ID of the related record. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see>The metadata for the lookup field used to store the ID of the related record. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest.OneToManyRelationship">
      <summary>Gets or sets the metadata for the relationship. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see>The metadata for the relationship. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the unmanaged solution you want to add this one-to-Many entity relationship to. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the unmanaged solution you want to add this one-to-Many entity relationship to. Optional..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse.AttributeId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see> that is created.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see> that is created..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse.RelationshipId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see>that is created.</summary>
      <returns>
          Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see> that is created..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest">
      <summary>Contains the data that is needed to create a new global option set.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest.OptionSet">
      <summary>Gets or sets the definition of the global option set. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>The definition of the global option set. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the unmanaged solution you want to add this global option set to. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the unmanaged solution you want to add this global option set to. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse.AttributeMetadata">
      <summary>Gets the metadata for the requested attribute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>The metadata for the requested attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyRequest">
      <summary>Contains the data that is needed to retrieve the data encryption key value.
    For the Web API use the RetrieveDataEncryptionKey Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyRequest"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse"></see> class.
    For the Web API the RetrieveDataEncryptionKeyResponse ComplexType is the response value from the RetrieveDataEncryptionKey Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse.EncryptionKey">
      <summary>Gets or sets the encryption key.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The value returned is the decrypted data encryption key.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest">
      <summary>Contains data that is needed to retrieve the changes for an entity.
    For the Web API use the RetrieveEntityChanges Function.
    Web API support for this message was added with December 2016 update for Microsoft Dynamics 365 (online) and December 2016 Service Pack for Microsoft Dynamics 365 (on-premises) .</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.Columns">
      <summary>Gets or sets the columns to retrieve.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.Query.ColumnSet"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.DataVersion">
      <summary>Gets or sets the data version.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The data version.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.EntityName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The entity name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.PageInfo">
      <summary>Gets or sets the paging information.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.Query.PagingInfo"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesResponse">
      <summary>Contains the response from <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesResponse"></see>class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesResponse.EntityChanges">
      <summary>Gets the changes for an entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BusinessEntityChanges"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest">
      <summary>Contains data that is needed to retrieve an alternate key.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest.EntityLogicalName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see> The name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest.LogicalName">
      <summary>Gets or sets the key name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The key name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest.MetadataId">
      <summary>Gets or sets the metadata ID.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The metadata ID.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest.RetrieveAsIfPublished">
      <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>True if the metadata that has not been published should be retrieved; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyResponse.EntityKeyMetadata">
      <summary>Gets the entity key metadata values.</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest">
      <summary>Contains the data that is needed to retrieve entity metadata. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.EntityFilters">
      <summary>Gets or sets a filter to control how much data for the entity is retrieved. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.EntityFilters"></see>a filter to control how much data for the entity is retrieved. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.LogicalName">
      <summary>Gets or sets the logical name of the entity to be retrieved. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity to be retrieved. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.MetadataId">
      <summary>A unique identifier for the entity. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The A unique identifier for the entity. This corresponds to the <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase"></see>. <see cref="Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.RetrieveAsIfPublished">
      <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the metadata that has not been published should be retrieved; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression">
      <summary>Specifies complex condition and logical filter expressions used for filtering the results of a metadata query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.#ctor(Microsoft.Xrm.Sdk.Query.LogicalOperator)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"></see> class.</summary>
      <param name="filterOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>. The filter operator</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.Conditions">
      <summary>Gets condition expressions that include metadata properties, condition operators and values.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression"></see>&amp;gt;The collection of metadata condition expressions.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.FilterOperator">
      <summary>Gets or sets the logical AND/OR filter operator.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>The filter operator.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.Filters">
      <summary>Gets a collection of logical filter expressions that filter the results of the metadata query.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"></see>&amp;gt;.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression">
      <summary>Specifies the properties for which non-null values are returned from a query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.#ctor(System.String[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression"></see> class.</summary>
      <param name="propertyNames">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>[]. The strings representing the metadata properties to retrieve.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.AllProperties">
      <summary>Gets or sets whether to retrieve all the properties of a metadata object.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true to specify to retrieve all metadata object properties; false to retrieve only specified metadata object properties.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.PropertyNames">
      <summary>Gets or sets a collection of strings representing the metadata properties to retrieve.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>&amp;gt; The collection of strings representing the metadata properties to retrieve.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase">
      <summary>Represents the abstract base class for constructing a metadata query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression">
      <summary>Represents the abstract base class for constructing a metadata query.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression.Criteria">
      <summary>Gets or sets the filter criteria for the metadata query.</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"></see>The filter criteria for the metadata query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression.Properties">
      <summary>Gets or sets the properties to be returned by the query.</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression"></see>The properties to be returned by the query.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression">
      <summary>Defines a complex query to retrieve entity relationship metadata for entities retrieved using an <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"></see></summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase">
      <summary>Contains the metadata for an entity relationship.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.#ctor(Microsoft.Xrm.Sdk.Metadata.RelationshipType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see> class</summary>
      <param name="type">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipType"></see>
The type of relationship.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IntroducedVersion">
      <summary>
          Gets a string identifying the solution version that the solution component was added in.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
A string identifying the solution version that the solution component was added in.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IsCustomizable">
      <summary>Gets or sets whether the entity relationship is customizable.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>Whether the entity relationship is customizable.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IsCustomRelationship">
      <summary>Gets whether the relationship is a custom relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the relationship is a custom relationship; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IsManaged">
      <summary>Gets whether the entity relationship is part of a managed solution. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity relationships is part of a managed solution; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IsValidForAdvancedFind">
      <summary>Gets or sets whether the entity relationship should be shown in Advanced Find.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the entity relationship should be shown in Advanced Find; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.RelationshipType">
      <summary>Gets the type of relationship.</summary>
      <returns>Type:<see cref="Microsoft.Xrm.Sdk.Metadata.RelationshipType"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.SchemaName">
      <summary>Gets or sets the schema name for the entity relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the entity relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.SecurityTypes">
      <summary>Gets or sets the security type for the relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.SecurityTypes"></see>&amp;gt;
The security type for the relationship.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.RelationshipType">
      <summary>Specifies the type of entity relationship.
    For the Web API use the RelationshipType EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.RelationshipType.Default">
      <summary>The default value. Equivalent to OneToManyRelationship. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.RelationshipType.ManyToManyRelationship">
      <summary>The entity relationship is a Many-to-Many relationship. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.RelationshipType.OneToManyRelationship">
      <summary>The entity relationship is a One-to-Many relationship. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata">
      <summary>Contains the metadata that describes a security privilege for access to an entity.
    For the Web API the corresponding type is SecurityPrivilegeMetadata ComplexType.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeBasic">
      <summary>Gets whether the privilege can be basic access level.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the privilege can be basic access level.; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeDeep">
      <summary>Gets whether the privilege can be deep access level.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the privilege can be deep access level; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeEntityReference">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeGlobal">
      <summary>Gets whether the privilege can be global access level.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the privilege can be global access level; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeLocal">
      <summary>Gets whether the privilege can be local access level.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the privilege can be local access level; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeParentEntityReference">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.Name">
      <summary>Gets the name of the privilege.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the privilege.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.PrivilegeId">
      <summary>Gets the ID of the privilege.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see> The ID of the privilege.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.PrivilegeType">
      <summary>Gets the type of the privilege.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.PrivilegeType"></see>The type of the privilege.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.SecurityTypes">
      <summary>Describes the security type for the relationship.
    For the Web API use the SecurityTypes EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.Append">
      <summary>The <see cref="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Append"></see> and <see cref="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.AppendTo"></see> privileges are checked for create or update operations. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.Inheritance">
      <summary>
          The referencing entity record inherits security from the referenced security record. Value = 8.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.None">
      <summary>No security privileges are checked during create or update operations. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.ParentChild">
      <summary>Security for the referencing entity record is derived from the referenced entity record. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.Pointer">
      <summary>Security for the referencing entity record is derived from a pointer record. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata">
      <summary>Contains the metadata for an attribute of type State.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata"></see> class</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata">
      <summary>Contains data to define an option for the options in a State attribute.
    For the Web API the corresponding type is StateOptionMetadata ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata.#ctor">
      <summary>Initializes a new instance of the<see cref="T:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata.DefaultStatus">
      <summary>Gets or sets the default status value associated with this state.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The default status value associated with this state.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata.InvariantName">
      <summary>Gets or sets the name of the state that does not change.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the state that does not change.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata">
      <summary>Contains the metadata for an attribute of type Status.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata"></see> class</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata">
      <summary>Contains one of the possible values for an attribute of type Status.
    For the Web API the corresponding type is StatusOptionMetadata ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.#ctor(System.Int32,System.Nullable{System.Int32})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata"></see> class.</summary>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>.
The value of the option.</param>
      <param name="state">Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;.
The state of the option.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.State">
      <summary>Gets or sets the state that this status is associated with.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The state that this status is associated with.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.TransitionData">
      <summary>Gets or sets the status transitions allowed for this status.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The encoded XML document that defines the allowed transitions.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata">
      <summary>Contains the metadata for an attribute of type String.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.
The schema name of the attribute to create.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.DatabaseLength">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.Format">
      <summary>Gets or sets the format for the string</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.StringFormat"></see>&amp;gt;
The format of the string attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.FormatName">
      <summary>Gets or sets the format for the string.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>The format for the string attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.FormulaDefinition">
      <summary>Gets or sets the formula definition for calculated and rollup attributes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The formula definition for calculated and rollup attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.ImeMode">
      <summary>Gets or sets the IME mode for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>&amp;gt;
The input method editor mode.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.IsLocalizable">
      <summary>Gets whether the attribute supports localizable values.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the attribute supports localizable values; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.MaxLength">
      <summary>Gets or sets the maximum length for the string.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>
The maximum length.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.MaxSupportedLength">
      <summary>The maximum supported length is 4000 characters.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.MinSupportedLength">
      <summary>The minimum supported length is 1 character.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.SourceTypeMask">
      <summary>Gets the bitmask value that describes the sources of data used in a calculated attribute or whether the data sources are invalid.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt; The value that indicates the source of data for a calculated or rollup attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.YomiOf">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>For internal use only.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StringFormat">
      <summary>
          Deprecated. Describes the formatting of a string attribute for the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see>.<see cref="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.Format"></see> property.
    For the Web API use the StringFormat EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Email">
      <summary>Specifies to display the string as an e-mail. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Phone">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.PhoneticGuide">
      <summary>Specifies to display the string as a phonetic guide. Value = 5.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Text">
      <summary>Specifies to display the string as text. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.TextArea">
      <summary>Specifies to display the string as a text area. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.TickerSymbol">
      <summary>Specifies to display the string as a ticker symbol. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Url">
      <summary>Specifies to display the string as a URL. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.VersionNumber">
      <summary>Specifies to display the string as a version number. Value = 6.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ChangeType">
      <summary>Represents the enumeration for the change type. </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ChangeType.NewOrUpdated">
      <summary>Specifies that the records are new or updated.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ChangeType.RemoveOrDeleted">
      <summary>Specifies that the records were removed or deleted.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ClaimTypes">
      <summary>Identifies the types of claims that are supported or may be supported in a future product release.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.EntityLogicalName">
      <summary>An entity logical name claim. Value = <see cref="http://schemas.microsoft.com/xrm/2011/Claims/EntityLogicalName">http://schemas.microsoft.com/xrm/2011/Claims/EntityLogicalName</see></summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.InitiatingUser">
      <summary>An initiating user claim. Value = <see cref="http://schemas.microsoft.com/xrm/2011/Claims/InitiatingUser">http://schemas.microsoft.com/xrm/2011/Claims/InitiatingUser</see></summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.Organization">
      <summary>An organization claim. Value = <see cref="http://schemas.microsoft.com/xrm/2011/Claims/Organization">http://schemas.microsoft.com/xrm/2011/Claims/Organization</see></summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.PluginAssembly">
      <summary>A plug-in assembly claim. Value = <see cref="http://schemas.microsoft.com/xrm/2011/Claims/PluginAssembly">http://schemas.microsoft.com/xrm/2011/Claims/PluginAssembly</see></summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.PluginPublisher">
      <summary>A plug-in publisher claim. Value = <see cref="http://schemas.microsoft.com/xrm/2011/Claims/PluginPublisher">http://schemas.microsoft.com/xrm/2011/Claims/PluginPublisher</see></summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.RequestName">
      <summary>A request name claim. Value = <see cref="http://schemas.microsoft.com/xrm/2011/Claims/RequestName">http://schemas.microsoft.com/xrm/2011/Claims/RequestName</see></summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.SecurityToken">
      <summary>A security token claim. Value = <see cref="http://schemas.microsoft.com/xrm/2011/Claims/SecurityToken">http://schemas.microsoft.com/xrm/2011/Claims/SecurityToken</see></summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.User">
      <summary>A user claim. Value = <see cref="http://schemas.microsoft.com/xrm/2011/Claims/User">http://schemas.microsoft.com/xrm/2011/Claims/User</see></summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials">
      <summary>Represents client-side user logon credentials.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.#ctor">
      <summary>Initializes a new instance of the AuthenticationCredentials class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.AppliesTo">
      <summary>Gets or sets the scope that a security token request applies to, as defined in the WS-Trust specification.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The scope that a security token request applies to.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.ClientCredentials">
      <summary>Gets or sets the service credential authentication settings for use on the client side of communication.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.servicemodel.description.clientcredentials.aspx">ClientCredentials</see> The service credential authentication settings.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.HomeRealm">
      <summary>Gets or sets the identity provider address.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.uri.aspx">URI</see> The identity provider address.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SecurityTokenResponse">
      <summary>Gets or sets the security token response.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SupportingCredentials">
      <summary>Gets or sets additional credentials required by the site.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Client.AuthenticationCredentials"></see>The additional credentials required by the site.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.UserPrincipalName">
      <summary>Gets or sets the UPN that is an internet-style login name for a user based on the Internet standard RFC 822.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The UPN.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.AuthenticationHelpers">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType">
      <summary>Identifies the type of identity provider used for authentication.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.ActiveDirectory">
      <summary>An Active Directory identity provider. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.Federation">
      <summary>A federated claims identity provider. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.LiveId">
      <summary>A Microsoft account identity provider. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.None">
      <summary>No identity provider. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.OnlineFederation">
      <summary>An online (Office 365) federated identity provider. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.CancelEventArgs">
      <summary>Contains arguments for a cancel event.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.CancelEventArgs.#ctor">
      <summary>Initializes a new instance of the CancelEventArgs class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.CancelEventArgs.Cancel">
      <summary>Gets or sets whether the event is cancelled. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the event is cancelled, otherwise false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs">
      <summary>Contains arguments for a WCF channel event.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ChannelEventArgs.#ctor(System.String)">
      <summary>Initializes a new instance of the ChannelEventArgs class using a message.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The message describing the event.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ChannelEventArgs.Message">
      <summary>Gets the message describing the event.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The message describing the event.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs">
      <summary>Contains arguments for a faulted WCF channel event.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.#ctor(System.Exception)">
      <summary>Initializes a new instance of the ChannelFaultedEventArgs class using an exception.</summary>
      <param name="exception">Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>. An exception or null.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the ChannelFaultedEventArgs class using message and an exception.</summary>
      <param name="message">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. A message describing the event.</param>
      <param name="exception">Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>. An exception or null.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.Exception">
      <summary>Gets the exception related to the event.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.exception.aspx">Exception</see>the exception related to the event.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.Message">
      <summary>Gets the message describing the event.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The message describing the event.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule">
      <summary>Represents a conversion rule for converting date and time value from UTC to DateOnly in the database.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule"></see> class.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.CreatedByTimeZone">
      <summary>Converts UTC value to a DateOnly value that the user who created the record would see in the UI.</summary>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.Equals(System.Object)">
      <summary>Determines whether the specified instance of DateTimeBehaviorConversionRule is equal to the current instance.</summary>
      <param name="obj">The DateTimeBehaviorConversionRule instance to compare with the current instance.</param>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the specified instance of DateTimeBehaviorConversionRule is equal to the current instance. Otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.GetHashCode">
      <summary>Returns a hash code for this instance.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The hash code for this instance.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.LastUpdatedByTimeZone">
      <summary>Converts UTC value to a DateOnly value that the user who last updated the record would see in the UI.</summary>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.op_Equality(Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule,Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule)">
      <summary>Indicates whether two DateTimeBehaviorConversionRule instances are equal.</summary>
      <param name="conversionRuleA">Type: <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule"></see>. Specifies a DateTimeBehaviorConversionRule.</param>
      <param name="conversionRuleB">Type: <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule"></see>. Specifies a DateTimeBehaviorConversionRule.</param>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the values of conversionRuleA and conversionRuleB are equal; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.op_Implicit(System.String)~Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule">
      <summary>Converts a string into a <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule"></see></summary>
      <param name="conversionRule">Type <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. Specifies a DateTimeBehaviorConversionRule.</param>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule"></see>A <see cref="Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule"></see> that represents the converted <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.op_Inequality(Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule,Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule)">
      <summary>Indicates whether two DateTimeBehaviorConversionRule instances are not equal.</summary>
      <param name="conversionRuleA">Type <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule"></see>. Specifies a DateTimeBehaviorConversionRule.</param>
      <param name="conversionRuleB">Type <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule"></see>. Specifies a DateTimeBehaviorConversionRule.</param>
      <returns>Returns <see cref="System.Boolean"></see>true if the values of conversionRuleA and conversionRuleB are not equal; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.OwnerTimeZone">
      <summary>Converts UTC value to a DateOnly value that the user who owns the record would see in the UI.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.SpecificTimeZone">
      <summary>Converts UTC value to a DateOnly value as per the time zone code specified in the <see cref="T:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest"></see>.<see cref="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.TimeZoneCode"></see> parameter.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.ClientInfo">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.ClientInfo.#ctor">
      <summary>Initializes a new instance of the ClientInfo class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.ClientType">
      <summary>Gets or sets the type of client that is querying for patches.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Discovery.ClientTypes"></see>The type of client that is querying for patches.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.CrmVersion">
      <summary>Gets or sets the Microsoft Dynamics 365 version that the client is running.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The version.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.LanguageCode">
      <summary>Gets or sets the language code for which the client has been configured.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The language code.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.OfficeVersion">
      <summary>Gets or sets the version of Microsoft Office installed on the client machine.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The Microsoft Office version.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.OrganizationId">
      <summary>Gets or sets the ID of the organization for which the client has been configured.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.OSVersion">
      <summary>Gets or sets the operating system version that the client is running.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The version of the operating system.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.PatchIds">
      <summary>Gets or sets the list of patches that the client has installed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The list of patched applied.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.UserId">
      <summary>Gets or sets the Microsoft Dynamics 365 system user ID of the client.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the user.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Depth">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Description">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.IsMandatory">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.LinkId">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.PatchId">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Title">
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.ClientTypes">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.DataMigration">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.DataMigrationConfiguration">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookConfiguration">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookDesktop">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookLaptop">
      <summary>
          For internal use only.
        </summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest">
      <summary>Contains the data that is needed to execute a request and the base class for all discovery service requests.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest.#ctor">
      <summary>Initializes a new instance of the DiscoveryRequest class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest.ExtensionData">
      <summary>Gets or sets the structure that contains extra data. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse">
      <summary>Contains the response from the request and is the base class for all discovery service responses.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse.#ctor">
      <summary>Initializes a new instance of the DiscoveryResponse class. </summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse.ExtensionData">
      <summary>Gets or sets the structure that contains extra data.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType">
      <summary>Indicates the type of network access an endpoint has.
    For the Web API use the EndpointAccessType EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType.Default">
      <summary>Default access. The actual access is determined by the endpoint URL. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType.Internet">
      <summary>Internet access. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType.Intranet">
      <summary>Intranet access. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection">
      <summary>A collection of service endpoints.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.EndpointCollection.#ctor">
      <summary> Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.KeyAttributeCollection">
      <summary>Represents the key attribute collection.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.KeyAttributeCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.KeyAttributeCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.KeyVaultAlgorithm">
       
    </member>
    <member name="F:Microsoft.Xrm.Sdk.KeyVaultAlgorithm.RSA15">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.KeyVaultAlgorithm.RSAOAEP">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.KnownTypesResolver">
      <summary>Resolves known organization message request and response types for the SDK contracts.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.KnownTypesResolver.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.KnownTypesResolver"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.KnownTypesResolver.ResolvedTypes">
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.KnownTypesResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver)">
      <summary>Enables users to map a xsi:type name to any type.</summary>
      <param name="typeName"><see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The xsi:type name to map.</param>
      <param name="typeNamespace"><see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The xsi:type namespace to map.</param>
      <param name="declaredType"><see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>. The type declared in the data contract.</param>
      <param name="knownTypeResolver"><see cref="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.datacontractresolver.aspx">System.Runtime.Serialization.DataContractResolver</see>. The known type resolver.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>
The type the xsi:type name and namespace is mapped to.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.KnownTypesResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@)">
      <summary>Maps any type to a new xsi:type representation.</summary>
      <param name="type"><see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>. The type to map.</param>
      <param name="declaredType"><see cref="https://msdn.microsoft.com/library/system.type.aspx">Type</see>. The type declared in the data contract.</param>
      <param name="knownTypeResolver"><see cref="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.datacontractresolver.aspx">System.Runtime.Serialization.DataContractResolver</see>. The known type resolver.</param>
      <param name="typeName"><see cref="http://msdn.microsoft.com/en-us/library/system.xml.xmldictionarystring.aspx">System.Xml.XmlDictionaryString</see>. The xsi:type name.</param>
      <param name="typeNamespace"><see cref="http://msdn.microsoft.com/en-us/library/system.xml.xmldictionarystring.aspx">System.Xml.XmlDictionaryString</see>. The xsi:type namespace.</param>
      <returns> Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if mapping succeeded; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Label">
      <summary>Contains a collection of translations for a label.
    For the Web API the corresponding type is Label ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Label.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Label"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Label.#ctor(Microsoft.Xrm.Sdk.LocalizedLabel,Microsoft.Xrm.Sdk.LocalizedLabel[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Label"></see> class.</summary>
      <param name="userLocalizedLabel">Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>. The label for the language of the current user.</param>
      <param name="labels">Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>[]. An array of localized labels.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Label.#ctor(System.String,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Label"></see> class.</summary>
      <param name="label">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The string for the user localized label.</param>
      <param name="languageCode">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. The language code for the label. </param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Label.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Label.LocalizedLabels">
      <summary>Gets the collection of localized labels.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.LocalizedLabelCollection"></see> The collection of localized labels.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Label.UserLocalizedLabel">
      <summary>Gets or set the label for the language of the current user.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.LocalizedLabel"></see>The label for the language of the current user.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.LocalizedLabel">
      <summary>Contains a localized label, including the label string and the language code.
    For the Web API the corresponding type is LocalizedLabel ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.LocalizedLabel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.LocalizedLabel.#ctor(System.String,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see> class setting the label string and the language code.</summary>
      <param name="label">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The localized label string..</param>
      <param name="languageCode">Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The language code for the label.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.LocalizedLabel.IsManaged">
      <summary>Gets or sets whether the label is managed.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>&amp;gt;true if the label is managed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.LocalizedLabel.Label">
      <summary>Gets or sets the localized label string.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The localized label string..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.LocalizedLabel.LanguageCode">
      <summary>Gets or sets the language code for the label.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The language code for the label..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection">
      <summary>Defines a collection of <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.LocalizedLabelCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.LocalizedLabelCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.LocalizedLabel})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection"></see> class</summary>
      <param name="list">Type: <see cref="https://msdn.microsoft.com/library/5y536ey6">IList</see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>&amp;gt;. Sets a list of localized labels.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping">
      <summary>Represents an individual folder-level tracking rule item in the collection (<see cref="T:Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection"></see>).
    For the Web API the corresponding type is MailboxTrackingFolderMapping ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.#ctor(System.String,System.String,System.Guid,System.String,System.Int32,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping"></see> class setting the values in the folder-level tracking rule with the values specified in the parameter list.</summary>
      <param name="exchangeFolderId">ID of the Exchange folder in the folder-level tracking rule.</param>
      <param name="exchangeFolderName">Name of the Exchange folder in the folder-level tracking rule.</param>
      <param name="regardingObjectId">ID of the entity record with which the Exchange folder is mapped.</param>
      <param name="regardingObjectName">Name of the entity represented by the <paramref name="regardingObjectId">regardingObjectId</paramref> property.</param>
      <param name="regardingObjectTypeCode">Entity type code of the entity represented by the <paramref name="regardingObjectId">regardingObjectId</paramref> property.</param>
      <param name="isFolderOnboarded">Indicates whether the tracking rule for the folder has run. true or false.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.ExchangeFolderId">
      <summary>Gets the ID of the Exchange folder in the folder-level tracking rule.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The ID of the Exchange folder in the folder-level tracking rule.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.ExchangeFolderName">
      <summary>Gets the name of the Exchange folder in the folder-level tracking rule.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the Exchange folder in the folder-level tracking rule.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.IsFolderOnboarded">
      <summary>Gets whether the tracking rule for the folder has run.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the tracking rule for the folder has run; false otherwise.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.RegardingObjectId">
      <summary>Gets the ID of the entity record with which the Exchange folder is mapped.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The ID of the entity record with which the Exchange folder is mapped.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.RegardingObjectName">
      <summary>Gets the name of the entity represented by the <paramref name="RegardingObjectId">RegardingObjectId</paramref> property.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the entity represented by the <paramref name="RegardingObjectId">RegardingObjectId</paramref> property.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.RegardingObjectTypeCode">
      <summary>Gets the entity type code of the entity represented by the <paramref name="RegardingObjectId">RegardingObjectId</paramref> property.</summary>
      <returns>Returns <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The entity type code of the entity represented by the <paramref name="RegardingObjectId">RegardingObjectId</paramref> property.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping.System#Runtime#Serialization#IExtensibleDataObject#ExtensionData">
      <summary>
          For internal use only.
        </summary>
      <returns>Returns <see cref="System.Runtime.Serialization.ExtensionDataObject"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection">
      <summary>Represents a collection of folder-level tracking rules.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection"></see> class setting a folder-level tracking rule.</summary>
      <param name="list">List of folder-level tracking rules.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest"></see> class.
    For the Web API the InsertOptionValueResponse ComplexType is the response value from the InsertOptionValue Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse.NewOptionValue">
      <summary>Gets the option value for the new option.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The option value for the new option.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest">
      <summary>Contains the data that is needed to insert a new option into a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata"></see> attribute.
    For the Web API use the InsertStatusValue Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.AttributeLogicalName">
      <summary>Gets or sets the logical name of the status attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the status attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.Description">
      <summary>Gets or sets a description for the option. Optional.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The description for the option. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.EntityLogicalName">
      <summary>Gets or sets the logical name of the entity that contains the attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity that contains the attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.Label">
      <summary>Gets or sets the label for the new status. Required.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Label"></see>The label for the new status. Required..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.OptionSetName">
      <summary>Reserved for future use. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>Reserved for future use. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.SolutionUniqueName">
      <summary>Gets or sets the solution that this attribute should be added to. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The solution that this attribute should be added to. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.StateCode">
      <summary>Gets or sets the state code for the new status. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The state code for the new status. Required.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.Value">
      <summary>Gets or sets the value for the new status. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;the value for the new status. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest"></see> class.
    For the Web API the InsertStatusValueResponse ComplexType is the response value from the InsertStatusValue Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse.NewOptionValue">
      <summary>Gets the option value for the new option.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The option value for the new option.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveRequest">
      <summary>Contains the data that is needed to check if data encryption is currently running (active or inactive).
    For the Web API use the IsDataEncryptionActive Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveRequest"></see> class.
    For the Web API the IsDataEncryptionActiveResponse ComplexType is the response value from the IsDataEncryptionActive Function.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse.IsActive">
      <summary>Gets whether data encryption is active or not.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>true if data encryption is active; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest">
      <summary>Contains the data that is needed to set the order for an option set.
    For the Web API use the OrderOption Action.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest"></see> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.AttributeLogicalName">
      <summary>Gets or sets the logical name of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"></see> attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the <see cref="Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"></see> attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.EntityLogicalName">
      <summary>Gets or sets the logical name of the entity that contains the attribute. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity that contains the attribute. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.OptionSetName">
      <summary>Gets or sets the name of the global option set you want to edit options for. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the global option set you want to edit options for. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.SolutionUniqueName">
      <summary>Gets or sets the name of the solution you want to add the solution component to. Optional.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the solution you want to add the solution component to. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.Values">
      <summary>Gets or sets the array of option values in the wanted order. Required.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The array of option values in the wanted order. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.OrderOptionResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.OrderOptionResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.OrderOptionResponse"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest">
      <summary>Contains data that is needed to submit a new asynchronous system job to create the index for the key.
    For Web API use ReactivateEntityKey action</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest.EntityKeyLogicalName">
      <summary>Gets or sets the entity key name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest.EntityLogicalName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1">
      <summary>
          A base class for static classes whose properties represent constants </summary>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Add``1(`0)">
      <param name="value"></param>
      <typeparam name="T2"></typeparam>
      <returns>Returns <see cref="System.Collections.Generic.IList`1"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Create``1(`0)">
      <param name="value"></param>
      <typeparam name="T2"></typeparam>
      <returns>Returns <see cref="System.Collections.Generic.IList`1"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.ExtensionData">
      <returns>Returns <see cref="System.Runtime.Serialization.ExtensionDataObject"></see>.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.ValidValues">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Value">
      <returns>Returns <see cref="System.Runtime.Serialization.ExtensionDataObject"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.ValueExistsInList(`0)">
      <summary>Indicates whether a value exists in the list.</summary>
      <param name="value"></param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see><see cref="System.Boolean"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata">
      <summary>Contains the metadata for an attribute of type DateTime.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.#ctor(System.Nullable{Microsoft.Xrm.Sdk.Metadata.DateTimeFormat})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> class</summary>
      <param name="format">Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat"></see>&amp;gt;.
The date/time display format.
    If this property is not assigned a value, it defaults to <see cref="F:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat.DateOnly"></see>.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.#ctor(System.Nullable{Microsoft.Xrm.Sdk.Metadata.DateTimeFormat},System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> class</summary>
      <param name="format">Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat"></see>&amp;gt;.
The date/time display format.
    If this property is not assigned a value, it defaults to <see cref="F:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat.DateOnly"></see>.</param>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>.
The schema name of the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.CanChangeDateTimeBehavior">
      <summary>Gets or sets whether the date and time behavior can be changed for the attribute.</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>true if the behavior can be changed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.DateTimeBehavior">
      <summary>Gets or sets the behavior of the attribute.</summary>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior"></see>Behavior of the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.Format">
      <summary>Gets or sets the date/time display format.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.DateTimeFormat"></see>&amp;gt;
The date/time display format.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.FormulaDefinition">
      <summary>Gets or sets the formula definition for calculated and rollup attributes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The formula definition for calculated and rollup attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.ImeMode">
      <summary>Gets or sets the input method editor (IME) mode for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>&amp;gt;
The input method editor mode for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.MaxSupportedValue">
      <summary>Gets the maximum supported value for this attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.datetime.aspx">DateTime</see>The maximum supported date for this attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.MinSupportedValue">
      <summary>Gets the minimum supported value for this attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.datetime.aspx">DateTime</see>The minimum supported date for this attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.SourceTypeMask">
      <summary>Gets the bitmask value that describes the sources of data used in a calculated attribute or whether the data sources are invalid.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt; The value that indicates the source of data for a calculated or rollup attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior">
      <summary>Specifies the behavior of a <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> attribute using the <see cref="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.DateTimeBehavior"></see> property.
    For the Web API the corresponding type is DateTimeBehavior ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior"></see> class.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.DateOnly">
      <summary>Stores the date value with the time value as 12:00 AM (00:00:00) without the time zone information. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.Equals(System.Object)">
      <param name="obj"></param>
      <returns>Returns <see cref="System.Boolean"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.GetHashCode">
      <returns>Returns <see cref="System.Int32"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.op_Equality(Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior,Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior)">
      <param name="behaviorA"></param>
      <param name="behaviorB"></param>
      <returns>Returns <see cref="System.Boolean"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.op_Implicit(System.String)~Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior">
      <param name="behavior"></param>
      <returns>Returns <see cref="Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior"></see>.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.op_Inequality(Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior,Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior)">
      <param name="behaviorA"></param>
      <param name="behaviorB"></param>
      <returns>Returns <see cref="System.Boolean"></see>.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.TimeZoneIndependent">
      <summary>Stores the date and time values without the time zone information. Value = 3.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.UserLocal">
      <summary>Stores the date and time value with current user local time zone information. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat">
      <summary>Describes the formatting of a <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> attribute.
    For the Web API use the DateTimeFormat EnumType.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat.DateAndTime">
      <summary>Display the date and time. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat.DateOnly">
      <summary>Display the date only. Value = 0.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata">
      <summary>Contains the metadata for an attribute type Decimal.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name of the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.FormulaDefinition">
      <summary>Gets or sets the formula definition for calculated and rollup attributes.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The formula definition for calculated and rollup attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.ImeMode">
      <summary>Gets or sets the input method editor (IME) mode for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>&amp;gt;
The input method editor (IME) mode for the attribute..</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MaxSupportedPrecision">
      <summary>The maximum supported value for Precision is 10.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MaxSupportedValue">
      <summary>The maximum supported value is 100 Billion.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.decimal.aspx">Decimal</see>&amp;gt;
The maximum value for the attribute.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MinSupportedPrecision">
      <summary>The minimum supported value for Precision is 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MinSupportedValue">
      <summary>The minimum supported value is -100 Billion.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.decimal.aspx">Decimal</see>&amp;gt;
The minimum value for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.Precision">
      <summary>Gets or sets the precision for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The precision for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.SourceTypeMask">
      <summary>Gets the bitmask value that describes the sources of data used in a calculated attribute or whether the data sources are invalid.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt; The value that indicates the source of data for a calculated or rollup attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.DependencyDepth">
       
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.Mobile">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.Offline">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.OnDemandContextOnly">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.OnDemandWithContext">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.OnDemandWithoutContext">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.Unknown">
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.UserContext">
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata">
      <summary>Contains the metadata for an attribute type Double.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata"></see> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.ImeMode">
      <summary>Gets or sets the input method editor (IME) mode for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>&amp;gt;
The input method editor (IME) mode for the attribute..</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MaxSupportedPrecision">
      <summary>The maximum supported value for Precision is 5.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MaxSupportedValue">
      <summary>The maximum supported value is 100 billion.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.double.aspx">Double</see>&amp;gt;
The maximum value for the attribute.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MinSupportedPrecision">
      <summary>The minimum supported value for Precision is 0.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MinSupportedValue">
      <summary>The minimum supported value is -100 billion.</summary>
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.double.aspx">Double</see>&amp;gt;
The minimum value for the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.Precision">
      <summary>Gets or sets the precision for the attribute.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>&amp;gt;
The precision for the attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityFilters">
      <summary>Describes the type of entity metadata to retrieve.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.All">
      <summary>Use this to retrieve all data for an entity. Value = 15.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Attributes">
      <summary>Use this to retrieve entity information plus attributes for the entity. Value = 2.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Default">
      <summary>Use this to retrieve only entity information. Equivalent to EntityFilters.Entity. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Entity">
      <summary>Use this to retrieve only entity information. Equivalent to EntityFilters.Default. Value = 1.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Privileges">
      <summary>Use this to retrieve entity information plus privileges for the entity. Value = 4.</summary>
      <returns></returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Relationships">
      <summary>Use this to retrieve entity information plus entity relationships for the entity. Value = 8.</summary>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.PagingInfo">
      <summary>Specifies a number of pages and a number of entity instances per page to return from the query.
    For the Web API the corresponding type is PagingInfo ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.PagingInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.PagingInfo"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.Count">
      <summary>Gets or sets the number of entity instances returned per page.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The number of entity instances returned per page.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.PageNumber">
      <summary>Gets or sets the number of pages returned from the query.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The number of pages returned from the query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.PagingCookie">
      <summary>Gets or sets the info used to page large result sets.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The info used to page large result sets.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.ReturnTotalRecordCount">
      <summary>Sets whether the total number of records should be returned from the query.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the <see cref="Microsoft.Xrm.Sdk.EntityCollection.TotalRecordCount"></see> should be set when the query is executed; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.QueryBase">
      <summary>Represents the abstract base class for constructing a query. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryBase"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryBase.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>The extension data.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.QueryByAttribute">
      <summary>Contains a query that is expressed as a set of attribute and value pairs. </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryByAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryByAttribute"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryByAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryByAttribute"></see> class.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the entity to query.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryByAttribute.AddAttributeValue(System.String,System.Object)">
      <summary>Adds an attribute value to the attributes collection.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute.</param>
      <param name="value">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The attribute value.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryByAttribute.AddOrder(System.String,Microsoft.Xrm.Sdk.Query.OrderType)">
      <summary>Adds an order to the orders collection.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The logical name of the attribute.</param>
      <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType"></see>. The order for that attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.Attributes">
      <summary>Gets the set of attributes selected in the query.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>&amp;gt;
The collection of attributes selected in the query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.ColumnSet">
      <summary>Gets or sets the column set.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The set of columns (fields) to be returned, used <see cref="Microsoft.Xrm.Sdk.Query.QueryByAttribute.Attributes"></see> collection.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.EntityName">
      <summary>Gets or sets the logical name of the entity to query.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The logical name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.Orders">
      <summary>Gets the order in which the entity instances are returned from the query. </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Query.OrderExpression"></see>&amp;gt;A collection that defines the order in which the entity instances are returned from the query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.PageInfo">
      <summary>Gets or sets the number of pages and the number of entity instances per page returned from the query.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.PagingInfo"></see>The number of pages and the number of entity instances per page returned from the query.
    A query can contain either <see cref="Microsoft.Xrm.Sdk.Query.QueryByAttribute.PageInfo"></see> or <see cref="Microsoft.Xrm.Sdk.Query.QueryByAttribute.TopCount"></see> property values. If both are specified, an error will be thrown.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.TopCount">
      <summary>Gets or sets the number of rows to be returned.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The number of rows to be returned.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.Values">
      <summary>Gets the attribute values to look for when the query is executed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>&amp;gt;A collection that defines the attribute values to look for when the query is executed.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.QueryExpression">
      <summary>Contains a complex query expressed in a hierarchy of expressions.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryExpression"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryExpression"></see> class setting the entity name.</summary>
      <param name="entityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the entity. </param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.Accept(Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor)">
      <param name="visitor"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.Accept(Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor2)">
      <param name="visitor"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.AddLink(System.String,System.String,System.String)">
      <summary>Adds the specified link to the query expression setting the entity name to link to, the attribute name to link from and the attribute name to link to.</summary>
      <param name="linkToEntityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of entity to link from.</param>
      <param name="linkFromAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link to.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.LinkEntity"></see>The link entity instance created and added to the query expression.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.AddLink(System.String,System.String,System.String,Microsoft.Xrm.Sdk.Query.JoinOperator)">
      <summary>Adds the specified link to the query expression setting the entity name to link to, the attribute name to link from and the attribute name to link to.</summary>
      <param name="linkToEntityName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of entity to link from.</param>
      <param name="linkFromAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute to link to.</param>
      <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator"></see>. The join operator.</param>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.LinkEntity"></see>The link entity instance created and added to the query expression.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.AddOrder(System.String,Microsoft.Xrm.Sdk.Query.OrderType)">
      <summary>Adds the specified order expression to the query expression.</summary>
      <param name="attributeName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the attribute.</param>
      <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType"></see>. The order type.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.ColumnSet">
      <summary>Gets or sets the columns to include.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The set of columns to return in the query results.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.Criteria">
      <summary>Gets or sets the complex condition and logical filter expressions that filter the results of the query.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.FilterExpression"></see>The query condition and filter criteria.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.Distinct">
      <summary>Gets or sets whether the results of the query contain duplicate entity instances.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the results of the query contain duplicate entity instances; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.QueryExpression.Empty">
      <returns></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.EntityName">
      <summary>Gets or sets the logical name of the entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The logical name of the primary entity for the query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.LinkEntities">
      <summary>Gets a collection of the links between multiple entity types.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Query.LinkEntity"></see>&amp;gt;The collection of links between entities for the query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.NoLock">
      <summary>Gets or sets a value that indicates that no shared locks are issued against the data that would prohibit other transactions from modifying the data in the records returned from the query.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if there are no shared locks are issued against the data that would prohibit other transactions from modifying the data in the records returned from the query; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.Orders">
      <summary>Gets the order in which the entity instances are returned from the query.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.Query.OrderExpression"></see>&amp;gt;The order expression that defines the order in which the entity instances are returned from the query.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.PageInfo">
      <summary>Gets or sets the number of pages and the number of entity instances per page returned from the query.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.Query.PagingInfo"></see>The number of pages and the number of entity instances per page returned from the query.
    A query can contain either <see cref="Microsoft.Xrm.Sdk.Query.QueryExpression.PageInfo"></see> or <see cref="Microsoft.Xrm.Sdk.Query.QueryExpression.TopCount"></see> property values. If both are specified, an error will be thrown.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.TopCount">
      <summary>Gets or sets the number of rows to be returned.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The number of rows to be returned.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.Visit(Microsoft.Xrm.Sdk.Query.QueryExpression)">
      <param name="query"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitColumnSet(Microsoft.Xrm.Sdk.Query.ColumnSet)">
      <param name="columnSet"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitConditionExpression(Microsoft.Xrm.Sdk.Query.ConditionExpression)">
      <param name="condition"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitFilterExpression(Microsoft.Xrm.Sdk.Query.FilterExpression)">
      <param name="filter"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitLinkEntity(Microsoft.Xrm.Sdk.Query.LinkEntity)">
      <param name="linkEntity"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitOrderExpression(Microsoft.Xrm.Sdk.Query.OrderExpression)">
      <param name="order"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitPagingInfo(Microsoft.Xrm.Sdk.Query.PagingInfo)">
      <param name="pageInfo"></param>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2.#ctor">
       
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2.Visit(Microsoft.Xrm.Sdk.Query.QueryExpression)">
      <param name="query"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2.VisitColumnSet(Microsoft.Xrm.Sdk.Query.ColumnSet)">
      <param name="columnSet"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2.VisitConditionExpression(Microsoft.Xrm.Sdk.Query.ConditionExpression)">
      <param name="condition"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2.VisitFilterExpression(Microsoft.Xrm.Sdk.Query.FilterExpression)">
      <param name="filter"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2.VisitLinkEntity(Microsoft.Xrm.Sdk.Query.LinkEntity)">
      <param name="linkEntity"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2.VisitOrderExpression(Microsoft.Xrm.Sdk.Query.OrderExpression)">
      <param name="order"></param>
      <returns></returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase2.VisitPagingInfo(Microsoft.Xrm.Sdk.Query.PagingInfo)">
      <param name="pageInfo"></param>
      <returns></returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.QuickFindConfiguration">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.QuickFindConfiguration.#ctor">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.QuickFindConfiguration.#ctor(System.String)">
      <summary>
          For internal use only.
        </summary>
      <param name="entityName"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindConfiguration.EntityName">
      <summary>
          For internal use only.
        </summary>
      <returns>
      <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
    </returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.QuickFindConfigurationCollection">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.QuickFindConfigurationCollection.#ctor">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.QuickFindResult">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.QuickFindResult.#ctor">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.QuickFindResult.#ctor(System.Int32,Microsoft.Xrm.Sdk.EntityCollection)">
      <summary>
          For internal use only.
        </summary>
      <param name="error"></param>
      <param name="entities"></param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.QuickFindResult.#ctor(System.Int32,Microsoft.Xrm.Sdk.EntityCollection,Microsoft.Xrm.Sdk.DataCollection{System.String})">
      <summary>
          For internal use only.
        </summary>
      <param name="error"></param>
      <param name="entities"></param>
      <param name="queryColumns"></param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.Data">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityCollection"></see>.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.ErrorCode">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.ExtensionData">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.QueryColumnSet">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.DataCollection`1"></see>.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.QuickFindResultCollection">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.QuickFindResultCollection.#ctor">
      <summary>
          For internal use only.
        </summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.RelatedEntityCollection">
      <summary>Contains a collection of related entities.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.RelatedEntityCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RelatedEntityCollection"></see> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RelatedEntityCollection.IsReadOnly">
      <summary>Gets a value indicating whether the <see cref="T:Microsoft.Xrm.Sdk.RelatedEntityCollection"></see> is read-only.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the <see cref="Microsoft.Xrm.Sdk.RelatedEntityCollection"></see> is read-only; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Relationship">
      <summary>Represents a relationship between two entities.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Relationship.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Relationship.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see> class setting the schema name property.</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>. The name of the relationship.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Relationship.Equals(System.Object)">
      <summary>Determines whether two instances are equal.</summary>
      <param name="obj">Type: <see cref="https://msdn.microsoft.com/library/system.object.aspx">Object</see>. The Relationship to compare with the current Relationship.</param>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the specified Relationship is equal to the Relationship Object; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Relationship.ExtensionData">
      <summary>
          Gets or sets the structure that contains extra data.
        </summary>
      <returns>Type: <see cref="System.Runtime.Serialization.ExtensionDataObject"></see>
The extension data.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Relationship.GetHashCode">
      <summary>Serves as a hash function for this type.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>
The hash code for the current Relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Relationship.PrimaryEntityRole">
      <summary>Gets or sets the entity role: referenced or referencing.</summary>
      <returns>Type: <see cref="System.Nullable`1"></see>&amp;lt;<see cref="Microsoft.Xrm.Sdk.EntityRole"></see>&amp;gt;
The entity role.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Relationship.SchemaName">
      <summary>Gets or sets the name of the relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the relationship as defined defined in the <see cref="Microsoft.Xrm.Sdk.Relationship.SchemaName"></see> property.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Relationship.ToString">
      <summary>Returns a String that represents the current Relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The name of the current Relationship.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.RelationshipQueryCollection">
      <summary>Provides a collection of relationship queries.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.RelationshipQueryCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RelationshipQueryCollection"></see> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute">
      <summary>Used by the code generation tool to create classes based on entities.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the entity relationship.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute.#ctor(System.String,Microsoft.Xrm.Sdk.EntityRole)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute"></see> class</summary>
      <param name="schemaName">Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the entity relationship.</param>
      <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>The entity role for the entity.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute.PrimaryEntityRole">
      <summary>Gets the entity role for the entity.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityRole"></see>The entity role for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute.SchemaName">
      <summary>Gets the schema name for the entity relationship.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>
The schema name for the entity relationship.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.RemoteExecutionContext">
      <summary>Defines the contextual information sent to a remote service endpoint at run-time.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.RemoteExecutionContext.#ctor">
      <summary>Initializes a new instance of the RemoteExecutionContext class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.BusinessUnitId">
      <summary>Gets the global unique identifier of the business unit that the entity currently being processed by the event execution pipeline belongs to.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier of the business unit.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.CorrelationId">
      <summary>Gets the global unique identifier for tracking plug-in execution. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier for tracking plug-in execution.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Depth">
      <summary>Gets the current depth of execution in the call stack.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The current depth of execution in the call stack.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.ExtensionData">
      <summary>A structure that contains extra data.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.runtime.serialization.extensiondataobject.aspx">ExtensionDataObject</see>A structure that contains extra data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.InitiatingUserId">
      <summary>Gets the global unique identifier of the system user account under which the current pipeline is executing.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier of the system user account.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.InputParameters">
      <summary>Gets the parameters of the request message that triggered the event that caused the plug-in to execute.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ParameterCollection"></see> The parameters of the request message that triggered the event.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.IsExecutingOffline">
      <summary>Gets a value indicating if the plug-in is executing from the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client while it is offline. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the client is offline; otherwise false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.IsInTransaction">
      <summary>Gets a value indicating if the plug-in is executing within the database transaction.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the plug-in is executing within the database transaction; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.IsOfflinePlayback">
      <summary>Gets a value indicating if the plug-in is executing as a result of the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client transitioning from offline to online and synchronizing with the Microsoft Dynamics 365 server.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.boolean.aspx">Boolean</see>true if the plug-in is executing as a result of the client synchronizing with the Microsoft Dynamics 365 server; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.IsolationMode">
      <summary>Gets a value indicating if the plug-in is executing in the sandbox.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>A value indicating if the plug-in is executing in the sandbox. Valid values are 1 (none) or 2 (sandbox).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.MessageName">
      <summary>Gets the name of the Web service message that is being processed by the event execution pipeline.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the Web service message.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Mode">
      <summary>Gets the mode of plug-in execution.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>The mode of plug-in execution. Valid values are 0 (synchronous) and 1 (asynchronous).</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OperationCreatedOn">
      <summary>Gets the date and time that the related System Job was created.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.datetime.aspx">DateTime</see>The date and time the related System Job was created.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OperationId">
      <summary>Gets the global unique identifier of the related System Job.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier of the related System Job.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OrganizationId">
      <summary>Gets the global unique identifier of the organization that the entity belongs to and the plug-in executes under.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OrganizationName">
      <summary>Gets the unique name of the organization that the entity currently being processed belongs to and the plug-in executes under.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The unique name of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OutputParameters">
      <summary>Gets the parameters of the response message after the core platform operation has completed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ParameterCollection"></see>The parameters of the response message.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OwningExtension">
      <summary>Gets a reference to the related SdkMessageProcessingingStep or ServiceEndpoint.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityReference"></see>The reference to the related SdkMessageProcessingingStep or ServiceEndpoint.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.ParentContext">
      <summary>Gets the remote execution context from the parent operation.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.RemoteExecutionContext"></see>The remote execution context from the parent operation.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.PostEntityImages">
      <summary>Gets the properties of the primary entity after the core platform operation has been completed.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityImageCollection"></see>The properties of the primary entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.PreEntityImages">
      <summary>Gets the properties of the primary entity before the core platform operation has begins.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.EntityImageCollection"></see>The properties of the primary entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.PrimaryEntityId">
      <summary>Gets the global unique identifier of the primary entity for which the pipeline is processing events.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier of the primary entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.PrimaryEntityName">
      <summary>Gets the name of the primary entity for which the pipeline is processing events.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the primary entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.RequestId">
      <summary>Gets the global unique identifier of the request being processed by the event execution pipeline.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/System.Nullable.aspx">Nullable</see>&amp;lt;<see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>&amp;gt;The global unique identifier of the request.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.SecondaryEntityName">
      <summary>Gets the name of the secondary entity that has a relationship with the primary entity.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.string.aspx">String</see>The name of the secondary entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.SharedVariables">
      <summary>Gets the custom properties that are shared between plug-ins.</summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.ParameterCollection"></see>The custom properties that are shared between plug-ins.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Stage">
      <summary>Gets the stage in the execution pipeline that a synchronous plug-in is registered for. </summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.int32.aspx">Int32</see>. Valid values are 10, 20, 40, and 50The stage in the execution pipeline that a synchronous plug-in is registered for.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.UserId">
      <summary>Gets the global unique identifier of the system user for whom the plug-in invokes Web service methods on behalf of.</summary>
      <returns>Type: <see cref="https://msdn.microsoft.com/library/system.guid.aspx">Guid</see>The global unique identifier of the system user.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Microsoft#Xrm#Sdk#IPluginExecutionContext#ParentContext">
      <summary>
          For internal use only.
        </summary>
      <returns>Type: <see cref="Microsoft.Xrm.Sdk.IPluginExecutionContext"></see>.</returns>
    </member>
  </members>
</doc>