sync-webresources
Version:
A powershell solution that will push a local folder structure into CRM WebResources, modularized for npm.
736 lines • 123 kB
text/xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Xrm.Sdk.Deployment</name>
</assembly>
<members>
<member name="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest">
<summary>Contains the data that is needed to add a deployment administrator. The user must already exist in Active Directory.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest.Name">
<summary>Gets or sets the name of the deployment administrator to be added. Required.</summary>
<returns>Type: Returns_StringThe name of the deployment administrator to be added, which string must be in the format domain\userid.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorResponse">
<summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest"></see>.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorResponse"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.AddressScheme">
<summary>The address scheme: http or https.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.AddressScheme.http">
<summary>The address scheme is hypertext transfer protocol.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.AddressScheme.https">
<summary>The address scheme is secure hypertext transfer protocol.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.AsyncSettings">
<summary>Contains setting values that can be changed to tune a pn_microsoftcrm deployment.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AsyncSettings"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.JobTimeoutLockedInterval">
<summary>Gets or sets the interval used to query to see if there are any organization maintenance jobs that have timed out. </summary>
<returns>Type: Returns_Int32
The interval at which the service will determine if any job has been running longer than <see cref="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.MaxJobExecutionTime"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.MaxJobExecutionTime">
<summary>Gets or sets a value used for organization maintenance jobs to determine if a job has timed out.</summary>
<returns>Type: Returns_Int32
The timeout value for organization maintenance jobs.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.MaxRetries">
<summary>Gets or sets the number of times an asynchronous job will retry before it fails or suspends.</summary>
<returns>Type: Returns_Int32
The number of retries for an asynchronous job.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.MaxStateStatusUpdateMaxRetryCount">
<summary>Gets or sets the maximum number of times a database operation will be attempted before failure.</summary>
<returns>Type: Returns_Int32
The number of retries for a database operation.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.OrgDatabaseMaintenanceJobInterval">
<summary>Gets or sets the interval used to query to see if there is a pending organization maintenance job.</summary>
<returns>Type: Returns_Int32
The query interval for organization maintenance jobs.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.RetryInterval">
<summary>Gets or sets the default rate of retries for failed asynchronous operations.</summary>
<returns>Type: Returns_Int32
The retry rate for failed asynchronous operations.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.SdkRootDomain">
<summary>Gets or sets the root domain used for calls into the pn_microsoftcrm service from the asynchronous service.</summary>
<returns>Type: Returns_String
The root domain.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.SelectInterval">
<summary>Gets or sets the interval used to determine if new asynchronous operations should be loaded into memory.</summary>
<returns>Type: Returns_Int32
The interval for loading asynchronous operations into memory.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.ThrottlingConfiguration">
<summary>Gets or sets the throttling configuration.</summary>
<returns>Type: Returns_String
The throttling configuration. Example: "BulkDelete=15;Workflow=1;Event=1".</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.TimeoutLockedInterval">
<summary>Gets or sets the interval used to query to see if there are any asynchronous operations that have timed out. </summary>
<returns>Type: Returns_Int32
The query interval.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.AttributeCollection">
<summary>Contains a collection of attributes.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.AttributeCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AttributeCollection"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest">
<summary>Contains the data that is needed to initiate the asynchronous operation to create an organization.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest.Organization">
<summary>Gets or sets the organization instance to be created. Required.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.Organization"></see>The organization instance to be created.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest.SysAdminName">
<summary>Gets or sets the name of the system administrator for the new organization. Required.</summary>
<returns>Type: Returns_StringThe name of the system administrator for the new organization.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationResponse">
<summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest"></see>.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationResponse"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest">
<summary>Contains the data that is needed to begin the asynchronous operation to import an organization.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.DatabaseName">
<summary>Gets or sets the database name for the organization. Required.</summary>
<returns>Type: Returns_StringThe database name for the organization.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.FriendlyName">
<summary>Gets or sets the sets display name, or long name, of the organization database. Optional.</summary>
<returns>Type: Returns_StringThe sets display name, or long name, of the organization database.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.SqlServerName">
<summary>Gets or sets the name of the pn_MS_SQL_Server where the pn_microsoftcrm organization database is located. Required.</summary>
<returns>Type: Returns_StringThe name of the pn_MS_SQL_Server where the pn_microsoftcrm organization database is located.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.SrsUrl">
<summary>Gets or sets the URL of the pn_MS_SQL_Server on which the pn_Connector_for_SRS_short is installed. Required.</summary>
<returns>Type: Returns_StringThe URL of the pn_MS_SQL_Server on which the pn_Connector_for_SRS_short is installed.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.UniqueName">
<summary>Gets or sets the unique name for the organization. Optional.</summary>
<returns>Type: Returns_StringThe unique name for the organization.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.UserMappingMethod">
<summary>Gets or sets the mapping method to use to map user accounts from the original server to the new server. Optional.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ImportUserMappingMethod"></see>The mapping method to use to map user accounts from the original server to the new server.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.UserMappingXml">
<summary>Gets or sets the XML user account mapping rules. Optional.</summary>
<returns>Type: Returns_StringThe XML user account mapping rules.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationResponse">
<summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest"></see>.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationResponse"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest">
<summary>Contains the data that is needed to begin the asynchronous operation to update an organization.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest.Tag">
<summary>Gets or sets the ID or instance tag of the organization to update. Required.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>
The ID or instance tag of the organization to update.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationResponse">
<summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest"></see>.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationResponse"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest">
<summary>Contains the data that is needed to begin the asynchronous operation to upgrade an organization.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest.Tag">
<summary>Gets or sets the ID or the instance tag of the organization to upgrade. Required.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>
The ID or the instance tag of the organization to upgrade.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationResponse">
<summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest"></see>.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationResponse"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.Certificate">
<summary>Contains information about a certificate.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.Certificate.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.Certificate"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.CertificateType">
<summary>Gets or sets the certificate type.</summary>
<returns>Type: Returns_StringThe certificate type.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.Data">
<summary>Gets or sets the certificate data.</summary>
<returns>Type: Returns_StringThe certificate data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.Id">
<summary>Gets or sets the certificate ID.</summary>
<returns>Type: Returns_GuidThe certificate ID.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.Name">
<summary>Gets or sets the certificate name.</summary>
<returns>Type: Returns_StringThe certificate name.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.StoreFindType">
<summary>Gets or sets the store find type.</summary>
<returns>Type: Returns_StringThe store find type.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.StoreLocation">
<summary>Gets or sets the store location.</summary>
<returns>Type: Returns_StringThe store location.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.StoreName">
<summary>Gets or sets the store name.</summary>
<returns>Type: Returns_StringThe store name.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings">
<summary>Contains the settings for claims based authentication.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.Enabled">
<summary>Gets or sets whether or not claims is enabled.</summary>
<returns>Type: Returns_Booleantrue if the claims is enabled; otherwise, false.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.EncryptionCertificate">
<summary>Gets or sets the encryption certificate name.</summary>
<returns>Type: Returns_StringThe encryption certificate name.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.FederationMetadataUrl">
<summary>Gets or sets the federation metadata URL.</summary>
<returns>Type: Returns_StringThe federation metadata URL.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.FederationProviderType">
<summary>Gets or sets the federation provider type.</summary>
<returns>Type: Returns_Int32The provider type.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.SessionSecurityTokenLifetimeInHours">
<summary>Gets or sets the lifetime for the token session security (in hours).</summary>
<returns>Type: Returns_Int32The token lifetime in hours.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity">
<summary>Contains attributes for a specific table in the configuration database.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity.Attributes">
<summary>Gets or sets the collection of attribute values.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.AttributeCollection"></see>The collection of attribute values.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity.Id">
<summary>Gets or sets the ID of the configuration entity.</summary>
<returns>Type: Returns_GuidThe ID of the configuration entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity.LogicalName">
<summary>Gets or sets the logical name of the configuration entity.</summary>
<returns>Type: Returns_StringThe logical name of the configuration entity.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings">
<summary>Server level settings that control use of custom code.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings.#ctor">
<summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings.AllowDeclarativeWorkflows">
<summary>Gets or sets whether XAML workflows are allowed on the server.</summary>
<returns>Type: Returns_Booleantrue if XAML workflows are allowed on the server; otherwise, false.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings.AllowExternalCode">
<summary>Gets or sets whether plug-ins and custom workflow activities can be registered on the server. </summary>
<returns>Type: Returns_Booleantrue if the plug-ins and custom workflow activities can be registered on the server; otherwise, false.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DashboardSettings">
<summary>Server level dashboard settings.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DashboardSettings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DashboardSettings"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DashboardSettings.MaximumControlsLimit">
<summary>Gets or sets the maximum number of controls allowed on dashboards for the server.</summary>
<returns>Type: Returns_Int32
The maximum number of controls allowed on dashboards for the server.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError">
<summary>Contains information about an error that occurred with a deferred operation.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.ErrorCode">
<summary>Gets or sets the error code.</summary>
<returns>Type: Returns_Int32The error code.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.ErrorDetails">
<summary>Gets or sets the detailed error information.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection"></see>The collection of error information.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.Message">
<summary>Gets or sets the error message.</summary>
<returns>Type: Returns_StringThe error message.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest">
<summary>Base class for all asynchronous requests for the deployment Web service.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest.#ctor">
<summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationResponse">
<summary>Base class for all asynchronous responses for the deployment Web service.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeferredOperationResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationResponse"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationResponse.OperationId">
<summary>Gets the ID of the asynchronous request.</summary>
<returns>Type: Returns_GuidThe ID of the asynchronous request.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState">
<summary>Describes the possible states for an asynchronous operation.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Completed">
<summary>Specifies that the operation has completed. Value = 3.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Failed">
<summary>Specifies that the operation has failed. Value = 4.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Processing">
<summary>Specifies that the operation is in progress. Value = 2.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Queued">
<summary>Specifies that the operation is queued but has not been started. Value = 1.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Unknown">
<summary>Specifies that the operation state is unknown. Value = 0.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus">
<summary>Contains information about the status of a deferred operation.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.AssociatedEntityInstance">
<summary>Gets or sets the ID of the deployment entity instance associated with this deferred operation.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>The ID of the deployment entity instance associated with this deferred operation.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.ProcessingCompletedTime">
<summary>Gets or sets the time that the deferred operation processing completed.</summary>
<returns>Type: Returns_DateTimeThe time that the deferred operation processing completed.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.ProcessingError">
<summary>Gets or sets the error information for the deferred operation.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError"></see>The error information for the deferred operation.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.ProcessingStartTime">
<summary>Gets or sets the time that the deferred operation processing started.</summary>
<returns>Type: Returns_DateTimeThe time that the deferred operation processing started.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.State">
<summary>Gets or sets the current state of the deferred operation.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState"></see>The current state of the deferred operation.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.SubmissionTime">
<summary>Gets or sets the time that the deferred operation processing was submitted.</summary>
<returns>Type: Returns_DateTimeThe time that the deferred operation processing was submitted.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeleteRequest">
<summary>Contains the data that is needed to delete a deployment record.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeleteRequest.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeleteRequest"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeleteRequest.EntityType">
<summary>Gets or sets the type of deployment entity to be deleted.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>the type of deployment entity to be deleted.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeleteRequest.InstanceTag">
<summary>Gets or sets the ID or the instance tag for the deployment record to be deleted.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>The ID or the instance tag for the deployment record to be deleted.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeleteResponse">
<summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeleteRequest"></see>.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeleteResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeleteResponse"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator">
<summary>Contains information about a deployment administrator in a pn_microsoftcrm deployment.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator.Id">
<summary>Gets the ID of the deployment administrator.</summary>
<returns>Type: Returns_GuidThe ID of the deployment administrator.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator.Name">
<summary>Gets or sets the domain name and user ID of the deployment administrator.</summary>
<returns>Type: Returns_String
The domain name and user ID of the deployment administrator.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings">
<summary>Base class for configuration settings entities.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings.#ctor">
<summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntity">
<summary>Base class for deployment entities.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentEntity.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntity"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType">
<summary>Describes the type of deployment entity.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.AsyncSettings">
<summary>The asynchronous settings entity. Value = 0. </summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.Certificate">
<summary>The certificate entity. Value = 0x11.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ClaimsSettings">
<summary>The claims settings entity. Value = 1.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.CustomCodeSettings">
<summary>The custom code settings entity. Value = 13.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.DashboardSettings">
<summary>The dashboard settings entity. Value = 2.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.DeferredOperationStatus">
<summary>The deferred operation status entity. Value = 0x16.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.DeploymentAdministrator">
<summary>The deployment administrator entity. Value = 0x12.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.DupSettings">
<summary>The duplicate detection settings entity. Value = 3.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.EtmSettings">
<summary>The ETM settings entity. Value = 4.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.IfdSettings">
<summary>The Internet-facing deployment (IFD) settings entity. Value = 5.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ImportSettings">
<summary>The data import settings entity. Value = 6.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.LicenseProperties">
<summary>The license properties entity. Value = 0x15.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.MarketplaceSettings">
<summary>The marketplace settings entity. Value = 12.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.MonitoringSettings">
<summary>The monitoring settings entity. Value = 0x17.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.MultiEntityQuickFindSettings">
<summary>The multi-entity quick find settings entity. Value = 15.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.Organization">
<summary>The organization entity. Value = 20.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.QuickFindSettings">
<summary>The quick find settings entity. Value = 10.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.Server">
<summary>The server entity. Value = 0x13.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ServerSideSyncACTSettings">
<summary>The server side synchronization ACT settings entity. Value = 0x1b.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ServerSideSyncEmailSettings">
<summary>The server side synchronization email settings entity. Value = 0x19.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ServerSideSyncQueueSettings">
<summary>The server side synchronization queue settings entity. Value = 0x1a.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.SqmSettings">
<summary>The service quality metrics (SQM) settings entity. Value = 11.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.TeamSettings">
<summary>The team settings entity. Value = 14.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ThrottleSettings">
<summary>The throttle settings entity. Value = 7.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.TraceSettings">
<summary>The trace settings entity. Value = 8.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.WebAddressSettings">
<summary>The web address settings entity. Value = 9.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.WorkflowSettings">
<summary>The workflow settings entity. Value = 10.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.YammerSettings">
<summary>The Yammer settings entity. Value = 0x18.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel">
<summary>Contains information about an error with the deployment web service.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Error">
<summary>An error occurred. Value = 4.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Info">
<summary>Information about the operation. Value = 1.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Skipped">
<summary>An operation was skipped. Value = 2.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Success">
<summary>The operation succeeded. Value = 0.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Warning">
<summary>A warning about the operation. Value = 3.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject">
<summary>Base class for deployment Web service entities and settings.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentObject.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentObject.ExtensionData">
<summary>ExtensionData</summary>
<returns><see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see></returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient">
<summary>Implements <see cref="T:Microsoft.Xrm.Sdk.Deployment.IDeploymentService"></see> interface and provides an authenticated WCF channel to the deployment service..</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
<param name="binding">Type: Returns_Binding. The binding.</param>
<param name="remoteAddress">Type: Returns_EndpointAddress. The address of the remote endpoint.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
<param name="endpointConfigurationName">Type: Returns_String. The name of the endpoint configuration.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor(System.String,System.ServiceModel.EndpointAddress)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
<param name="endpointConfigurationName">Type: Returns_String. The name of the endpoint configuration.</param>
<param name="remoteAddress">Type: Returns_EndpointAddress. The address of the remote endpoint.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
<param name="endpointConfigurationName">Type: Returns_String. The name of the endpoint configuration.</param>
<param name="remoteAddress">Type: Returns_String. The address of the remote endpoint.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.Delete(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType,Microsoft.Xrm.Sdk.Deployment.EntityInstanceId)">
<summary>Deletes a deployment record.</summary>
<param name="id">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>. The ID of the deployment record to delete.</param>
<param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity specified by the id parameter.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.Execute(Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest)">
<summary>Executes a deployment service message in the form of a request, and returns a response.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse"></see>
The response from the request.</returns>
<param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest"></see>. A request instance that defines the action to be performed.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.Retrieve(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType,Microsoft.Xrm.Sdk.Deployment.EntityInstanceId)">
<summary>Retrieves a deployment record.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>The deployment record.</returns>
<param name="id">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>. The ID of the deployment record to retrieve.</param>
<param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity specified by the id parameter.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.RetrieveAll(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType)">
<summary>Retrieves all deployment records for the specified deployment entity type.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>>The collection of all deployment records.</returns>
<param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity for which to retrieve all records.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.Update(Microsoft.Xrm.Sdk.Deployment.DeploymentObject)">
<summary>Updates a deployment record.</summary>
<param name="deploymentObject">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>. An instance of a deployment record with all values populated. See Remarks.</param>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault">
<summary>Represents a deployment service fault.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.#ctor">
<summary>Initializes a new instance of the the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.ErrorCode">
<summary>Gets or sets the error code.</summary>
<returns>Type: Returns_Int32The error code.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.ErrorDetails">
<summary>Gets or sets the collection of detailed information about the error.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection"></see>The collection of error information.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.InnerFault">
<summary>Gets or sets the fault instance that caused the current fault.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault"></see>The fault instance.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.Message">
<summary>Gets or sets the error message.</summary>
<returns>Type: Returns_StringThe error message.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.Timestamp">
<summary>Gets or sets the date/time value when the error occurred.</summary>
<returns>Type: Returns_DateTimeThe date/time of the error.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest">
<summary>Contains the data that is needed to execute a request and the base class for all deployment service requests.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest.#ctor">
<summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse">
<summary>Contains the response from the request and the base class for all deployment Web service responses.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.DupSettings">
<summary>Contains duplicate detection settings that can be used to tune a deployment.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.DupSettings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DupSettings"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.BulkDetectBatchSize">
<summary>Gets or sets the bulk duplicate detection batch size.</summary>
<returns>Type: Returns_Int32
The batch size.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.MatchcodeLength">
<summary>Gets or sets the length of the match code.</summary>
<returns>Type: Returns_Int32
The length of the match code.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.MatchcodePersistenceInterval">
<summary>Gets or sets the persistence interval for the match code.</summary>
<returns>Type: Returns_Int32
The persistence interval.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.MaxPublishedRules">
<summary>Gets or sets the maximum number of published rules.</summary>
<returns>Type: Returns_Int32
The maximum number of published rules.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.PublishAsyncPollingInterval">
<summary>Gets or sets the polling interval for the asynchronous job.</summary>
<returns>Type: Returns_Int32
The polling interval.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.PublishPageSize">
<summary>Gets or sets the page size for results.</summary>
<returns>Type: Returns_Int32
The page size.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId">
<summary>Contains the information needed to identify a deployment entity record: deployment entity type and ID.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId.Id">
<summary>Gets or sets the ID of the record.</summary>
<returns>Type: Returns_Guid
The ID of the record.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId.Name">
<summary>Gets or sets the name of the deployment entity.</summary>
<returns>Type: Returns_String
The name of the deployment entity.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection">
<summary>Contains the collection of error details.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.EtmSettings">
<summary>Contains Enterprise Transaction Monitor (ETM) settings.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.EtmSettings.#ctor">
<summary>Initializes a new instance of the EtmSettings class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.EtmSettings.Enabled">
<summary>Gets or sets whether Enterprise Transaction Monitor (ETM) is enabled.</summary>
<returns>Type: Returns_BooleanFlag indicating whether Enterprise Transaction Monitor (ETM) is enabled.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Deployment.EtmSettings.ThrottlingEnabled">
<summary>Gets or sets whether Enterprise Transaction Monitor (ETM) throttling is enabled.</summary>
<returns>Type: Returns_BooleanFlag indicating whether Enterprise Transaction Monitor (ETM) throttling is enabled.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Deployment.IDeploymentService">
<summary>Provides programmatic access to deployment information.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.Delete(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType,Microsoft.Xrm.Sdk.Deployment.EntityInstanceId)">
<summary>Deletes a deployment record.</summary>
<param name="id">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>. The ID of the deployment record to delete. See Remarks.</param>
<param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity specified by the id parameter.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.Execute(Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest)">
<summary>Executes a message in the form of a request, and returns a response.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse"></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 Request parameter</returns>
<param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest"></see>. A request instance that defines the action to be performed.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.Retrieve(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType,Microsoft.Xrm.Sdk.Deployment.EntityInstanceId)">
<summary>Retrieves a deployment record.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>The deployment record.</returns>
<param name="id">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>. The ID of the deployment record to retrieve. See Remarks.</param>
<param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity specified by the id parameter.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.RetrieveAll(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType)">
<summary>Retrieves all deplo