bin/Debug/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.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" /> 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" /> class.</summary>
      <param name="entityLogicalName">Type: String. The name of the entity the attribute belongs to.</param>
      <param name="attributeLogicalName">Type: String. The attribute on which the aggregate, group by, or select operation was performed.</param>
      <param name="value">Type: Object. 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: String
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: String
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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AliasedValue.Value">
      <summary>Gets the value returned by the query.</summary>
      <returns>Type: ObjectThe value returned by the query.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AnalyticsStoreDetails">
      <summary>Contains information about the analytics storage container.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.AnalyticsStoreDetails.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.AnalyticsStoreDetails.Endpoint" />
    <member name="P:Microsoft.Xrm.Sdk.AnalyticsStoreDetails.ExtensionData" />
    <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" /> 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" /> class</summary>
      <param name="logicalName">Type: String.
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: String
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 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 name="mappingName" />
      <param name="attributeCrmName" />
      <param name="attributeExchangeName" />
      <param name="entityTypeCode" />
      <param name="syncDirection" />
      <param name="defaultSyncDirection" />
      <param name="allowedSyncDirection" />
      <param name="isComputed" />
      <param name="computedProperties" />
      <param name="attributeCrmDisplayName" />
      <param name="attributeExchangeDisplayName" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AllowedSyncDirection">
      <returns>Type: Int32.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeCrmDisplayName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeCrmName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeExchangeDisplayName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeExchangeName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.AttributeMappingId">
      <returns>Returns <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.ComputedProperties">
      <returns>Returns <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.DefaultSyncDirection">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.EntityTypeCode">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.IsComputed">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.MappingName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.SyncDirection">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributeMapping.System#Runtime#Serialization#IExtensibleDataObject#ExtensionData">
      <returns>Returns <see cref="T:System.Runtime.Serialization.ExtensionDataObject" />.</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 name="M:Microsoft.Xrm.Sdk.AttributeMappingCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.AttributeMapping})">
      <param name="list" />
    </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" /> 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" /> class setting the attribute Id, and whether it is valid to create, read and update the attribute value.</summary>
      <param name="attributeId">Type: Guid. The attribute ID.</param>
      <param name="canCreate">Type: Int32. Whether the attribute value can be specified on create.</param>
      <param name="canRead">Type: Int32. Whether the attribute value can be read.</param>
      <param name="canUpdate">Type: Int32. 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: GuidThe 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: Int32.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.CanRead">
      <summary>Gets whether read of the attribute value is allowed.</summary>
      <returns>Type: Int32.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.CanUpdate">
      <summary>Gets whether update of the attribute value is allowed.</summary>
      <returns>Type: Int32.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.ExtensionData">
      <summary>Gets or sets the structure that contains extra data.</summary>
      <returns>Type: ExtensionDataObject
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" /> 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" /> class, setting the list property.</summary>
      <param name="list">Type: IList&lt;<see cref="T:Microsoft.Xrm.Sdk.AttributePrivilege" />&gt;. The list of attribute privileges.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.AuthenticationType" />
    <member name="F:Microsoft.Xrm.Sdk.AuthenticationType.ClientAssertionCertificate" />
    <member name="F:Microsoft.Xrm.Sdk.AuthenticationType.ClientCredential" />
    <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 <see langword="BaseServiceFault" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ActivityId" />
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ErrorCode">
      <summary>Gets or sets the fault error code.</summary>
      <returns>Type: Int32The 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="T:Microsoft.Xrm.Sdk.ErrorDetailCollection" />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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.HelpLink" />
    <member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.Message">
      <summary>Gets or sets the message for the fault.</summary>
      <returns>Type: StringThe 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: DateTimeThe 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" /> 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" /> class</summary>
      <param name="value">Type: Boolean.
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" /> 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="T:Microsoft.Xrm.Sdk.BusinessEntityChangesCollection" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.DataToken">
      <summary>Gets or sets the data token.</summary>
      <returns>Type: String</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.ExtensionData">
      <summary>Gets or sets the extension data object.</summary>
      <returns>Type:<see cref="T:System.Runtime.Serialization.ExtensionDataObject" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.GlobalMetadataVersion">
      <summary>Gets or sets the metadata version.</summary>
    </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: Boolean<see langword="True" /> if there are more records; otherwise <see langword="false" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.BusinessEntityChanges.PagingCookie">
      <summary>Gets or sets the paging cookie.</summary>
      <returns>Type: String</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" /> 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" /> 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
<see langword="CallerImpersonationScope" /> class.</summary>
      <param name="service">Type: <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />. Specifies an organization service object.</param>
      <param name="callerId">Type: Guid. 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 <see langword="CallerImpersonationScope" /> object.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ChangeType.RemoveOrDeleted">
      <summary>Specifies that the records were removed or deleted.</summary>
    </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 = http://schemas.microsoft.com/xrm/2011/Claims/EntityLogicalName</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.InitiatingUser">
      <summary>An initiating user claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/InitiatingUser</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.Organization">
      <summary>An organization claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/Organization</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.PluginAssembly">
      <summary>A plug-in assembly claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/PluginAssembly</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.PluginPublisher">
      <summary>A plug-in publisher claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/PluginPublisher</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.RequestName">
      <summary>A request name claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/RequestName</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.SecurityToken">
      <summary>A security token claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/SecurityToken</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.ClaimTypes.User">
      <summary>A user claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/User</summary>
    </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 <see langword="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: URI 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: ClientCredentials 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: URI 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="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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="T:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials" />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: StringThe 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.Federation">
      <summary>A federated claims identity provider. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.LiveId">
      <summary>A Microsoft account identity provider. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.None">
      <summary>No identity provider. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.OnlineFederation">
      <summary>An online (Office 365) federated identity provider. Value = 4.</summary>
    </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 <see langword="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: Boolean<see langword="true" /> if the event is cancelled, otherwise <see langword="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 <see langword="ChannelEventArgs" /> class using a message.</summary>
      <param name="message">Type: String. 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: StringThe 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 <see langword="ChannelFaultedEventArgs" /> class using an exception.</summary>
      <param name="exception">Type: Exception. An exception or <see langword="null" />.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see langword="ChannelFaultedEventArgs" /> class using message and an exception.</summary>
      <param name="message">Type: String. A message describing the event.</param>
      <param name="exception">Type: Exception. An exception or <see langword="null" />.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.Exception">
      <summary>Gets the exception related to the event.</summary>
      <returns>Type: Exceptionthe 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: StringThe message describing the event.</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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType.SecurityToken">
      <summary>A security token for use with claims authentication. Value = 1.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection">
      <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary" /> 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" /> 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: URI. Specifies the key used to retrieve a <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary" /> object from the collection.</param>
      <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary" />.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy">
      <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService" /> 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 <see langword="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" />. A service configuration.</param>
      <param name="securityTokenResponse">Type: <see cref="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SecurityTokenResponse" />. 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 <see langword="DiscoveryServiceProxy" /> class using a service configuration and client credentials.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />. A service configuration.</param>
      <param name="clientCredentials">Type: ClientCredentials. 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 <see langword="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" />. A service management.</param>
      <param name="securityTokenResponse">Type: <see cref="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SecurityTokenResponse" />. 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 <see langword="DiscoveryServiceProxy" /> class using a service management and client credentials.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />. A service management.</param>
      <param name="clientCredentials">Type: ClientCredentials. 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 <see langword="DiscoveryServiceProxy" /> class using a discovery service URI, home realm URI, and client and device credentials.</summary>
      <param name="uri">Type: URI. The URI of the discovery service.</param>
      <param name="homeRealmUri">Type: URI. 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: ClientCredentials. The logon credentials of the client.</param>
      <param name="deviceCredentials">Type: ClientCredentials. The Microsoft account device credentials.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)">
      <summary>See <see langword="IDiscoveryService" />.<see cref="M:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)" /></summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest" />. A discovery service request.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse" />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: URI 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: URI 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" /> class.</summary>
      <param name="logicalName">Type: String. 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: String 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 <see langword="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="T:Microsoft.Xrm.Sdk.Client.IdentityProviderType" />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: URI 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" /> class.</summary>
    </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: StringThe 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: URI 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: String 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: String 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.IdentityProviderType.LiveId">
      <summary>Windows Live ID. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.IdentityProviderType.OrgId">
      <summary>OrgId, also known as User Id. Value = 2.</summary>
    </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 <see langword="IdentityProviderTypeDictionary" /> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.IEndpointSwitch">
      <summary>Do not use this interface. Disaster recovery failover is now handled automatically.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.AlternateEndpoint">
      <returns>Type: URI</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.CanSwitch(System.Uri)">
      <param name="currentUri">Type: URI.</param>
      <returns>Type: Boolean<see langword="true" /></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointAutoSwitchEnabled">
      <returns>Type: Boolean</returns>
    </member>
    <member name="E:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointSwitched" />
    <member name="E:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointSwitchRequired" />
    <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.HandleEndpointSwitch">
      <returns>Type: Boolean<see langword="true" /></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.IsPrimaryEndpoint">
      <returns>Type: Boolean</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.PrimaryEndpoint">
      <returns>Type: URI</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.SwitchEndpoint" />
    <member name="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1">
      <summary>Represents a configured Microsoft Dynamics 365 service.</summary>
      <typeparam name="TService">Type: Type. 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: SecurityToken. 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="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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: ClientCredentials. Specifies a client credential instance containing either Windows credentials or UserName credentials.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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: ClientCredentials. Specifies a client credential instance containing UserName credentials where the UserName and Password properties are set.</param>
      <param name="deviceSecurityToken">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />. A security token response received from authenticating the user's device with Microsoft account.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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: SecurityToken. Specifies a security token issued from an identity provider.</param>
      <param name="appliesTo">Type: String. Specifies the identifier of the STS to authenticate on behalf of.</param>
      <param name="crossRealmSts">Type: URI. Specifies the URI of the cross realm STS metadata endpoint.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />
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: ClientCredentials. Specifies a client credentials instance with the <see langword="Windows" /> credentials or the <see langword="UserName" /> (<see langword=".UserName" /> and <see langword=".Password" />) set.</param>
      <param name="appliesTo">Type: String. Specifies the identifier of the STS to authenticate on behalf of.</param>
      <param name="crossRealmSts">Type: URI. Specifies the URI of the cross realm STS metadata endpoint.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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: ClientCredentials. Specifies a client credential instance.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />
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="T:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType" />Thee type of authentication being used.</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: ChannelFactory&lt;TService&gt;The channel factory.</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" />. Specifies the type of authentication.</param>
      <returns>Type: ChannelFactory&lt;TService&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" />
      <returns>Type: <see cref="T:System.ServiceModel.ChannelFactory`1" />.</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: ClientCredentials. Specifies client authentication credentials.</param>
      <returns>Type: ChannelFactory&lt; TService&gt;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="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection" />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="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint" />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: ServiceEndpointThe 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: String. Specifies a user principal name (UPN).</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IdentityProvider" />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="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary" />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="T:Microsoft.Xrm.Sdk.Client.PolicyConfiguration" />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="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary" />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" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />. 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" />. Specifies the user’s logon credentials.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials" />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="T:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType" />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: ChannelFactory&lt;TService&gt; where TService: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />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" />. Specifies the type of authentication.</param>
      <returns>Type: ChannelFactory&lt;TService&gt; where TService: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />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" />
      <returns>Type: <see cref="T:System.ServiceModel.ChannelFactory`1" />.</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: ClientCredentials. Specifies the client credentials to use.</param>
      <returns>Type: ChannelFactory&lt;TService&gt; where TService: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />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="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection" />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: ServiceEndpointThe 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: String. Specifies a user principal name (UPN).</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IdentityProvider" />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="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary" />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="T:Microsoft.Xrm.Sdk.Client.PolicyConfiguration" />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" /> 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="T:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType" />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: EndpointAddress 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: Binding 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: EndpointAddress 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: TrustVersionThe 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" /> objects.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary.#ctor">
      <summary>Initializes a new instance of the <see langword="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" />. Specifies the credential type used by the issuer endpoint.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint" />The issuer endpoint from a Secure Token Service.</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: URI 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 <see langword="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" />.</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>
    </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" /> are overwritten by the data source values. Value = 3.</summary>
    </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>
    </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>
    </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 <see langword="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="T:Microsoft.Xrm.Sdk.Client.IdentityProviderTypeDictionary" />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" /> class.</summary>
      <param name="service">Type: <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />. 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" /> is tracking.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The source entity for the new link.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. 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" />. 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" /> is tracking.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext" />.</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" /> 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" />. The parent entity that is being tracked by the context.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. 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" />. 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" /> to start tracking the specified entity.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. 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" /> 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" />. The source entity in the new link.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. 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" />. 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" />.</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="T:Microsoft.Xrm.Sdk.ConcurrencyBehavior" />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: String. The logical name of the entity to be queried.</param>
      <returns>Type: IQueryable&lt;<see cref="T:Microsoft.Xrm.Sdk.Entity" />&gt;.The query of the specified entity.</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" />. The entity to be queried.</typeparam>
      <returns>Type: IQueryable&lt;<see cref="T:Microsoft.Xrm.Sdk.Entity" />&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: IQueryProvider. The provider of the Web service.</param>
      <param name="entityLogicalName">Type: String. The logical name of the entity to be queried.</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The entity to be queried.</typeparam>
      <returns>Type: IQueryable&lt;<see cref="T:Microsoft.Xrm.Sdk.Entity" />&gt;The query of the specified entity type..</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" />.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The source entity in the link to be marked for deletion.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. 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" />. 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" />.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. 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" />.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The tracked entity to be changed to the deleted state.</param>
      <param name="recursive">Type: Boolean. <see langword="true" /> to specify entities to be deleted recursively, otherwise <see langword="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" /> is tracking.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The entity to be removed from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext" /> is tracking.</param>
      <returns>Type: Boolean. <see langword="true" /> if the specified entity was detached; otherwise <see langword="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" /> is tracking.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The entity to be removed from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext" /> is tracking.</param>
      <param name="recursive">Type: Boolean. <see langword="true" /> to specify entities to be detached recursively, otherwise <see langword="false" />.</param>
      <returns>Type: Boolean. Returns <see langword="true" /> if the specified entity was detached; otherwise <see langword="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" />.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The source entity participating in the link to be marked for deletion.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. 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" />. The target entity involved in the link that is bound to the source object.</param>
      <returns>Type: Boolean. <see langword="true" /> if the specified entity was detached; otherwise <see langword="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: Boolean.</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" />. The request to be sent.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse" />. 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" /> 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" />.</summary>
      <returns>Type: IEnumerable&lt;<see cref="T:Microsoft.Xrm.Sdk.Entity" />&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" />.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The entity to be determined if it is attached.</param>
      <returns>Type: Boolean. <see langword="true" /> if the specified entity is attached to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext" />; otherwise, <see langword="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" />.</summary>
      <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The source entity in the link.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. 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" />. The target entity in the link.</param>
      <returns>Type: Boolean. <see langword="true" /> if the specified entity is attached to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext" />; otherwise, <see langword="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" />. The entity to be determined if it is deleted.</param>
      <returns>Type: Boolean. <see langword="true" /> if the specified entity is deleted; otherwise, <see langword="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" />. The source entity in the link.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. 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" />. The target entity in the link.</param>
      <returns>Type: Boolean. <see langword="true" /> if the specified entity is deleted; otherwise, <see langword="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" />. The entity with the relationship to be loaded.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. 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" />. The entity that contains the property to load.</param>
      <param name="propertyName">Type: String. 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="T:Microsoft.Xrm.Sdk.Client.MergeOption" />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" />. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext" />.</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" />. 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" />. 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" />. 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" />. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext" />.</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" />. 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" />. 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" />. 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)" /> is called and before a response is returned.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest" />. The request being processed.</param>
      <param name="response">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse" />. 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)" /> is called and before an exception is re-thrown.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest" />. The request being processed.</param>
      <param name="exception">Type: Exception. 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)" /> is called.</summary>
      <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest" />. 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" />. 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" />. Save changes options.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.QueryProvider">
      <summary>Gets the query provider.</summary>
      <returns>Type: IQueryProviderThe 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" /> is tracking to Microsoft Dynamics 365.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" />A <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" /> that contains status, headers, and errors that result from the call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" />.</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" /> is tracking to Microsoft Dynamics 365.</summary>
      <param name="options">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions" />. Indicates how changes are saved.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" />A <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" /> that contains status, headers, and errors that result from the call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChangesDefaultOptions">
      <summary>Gets or sets the <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions" /> values that are used by the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)" /> method.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions" />The <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions" /> values that are used by the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)" /> 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" /> to <see langword="Modified" />.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The tracked entity to be assigned to the <see langword="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" /> to <see langword="Modified" />.</summary>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The tracked entity to be assigned to the <see langword="Modified" /> state.</param>
      <param name="recursive">Type: Boolean. <see langword="true" /> if operation should be recursive; otherwise <see langword="false" />.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy">
      <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" /> 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" /> class using a service configuration and a security token response.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />&gt;. A service configuration.</param>
      <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />. 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" /> class using a service configuration and client credentials.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />&gt;. A service configuration.</param>
      <param name="clientCredentials">Type: ClientCredentials. 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" /> class using a service management and a security token response.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />&gt;. A service management.</param>
      <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />. 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" /> class using a service configuration and client credentials.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />&gt;. A service management.</param>
      <param name="clientCredentials">Type: ClientCredentials. 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" /> class using a organization service URI, home realm URI, and client and device credentials.</summary>
      <param name="uri">Type: URI. The URI of the organization service.</param>
      <param name="homeRealmUri">Type: URI. 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: ClientCredentials. The logon credentials of the client.</param>
      <param name="deviceCredentials">Type: ClientCredentials. 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: String. The logical name of the entity specified in the <paramref name="entityId" /> parameter.</param>
      <param name="entityId">Type: Guid. 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" />. The name of the relationship to be used to create the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection" />. 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 name="entityId" />
      <param name="relationship" />
      <param name="relatedEntities" />
    </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: Guid.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" />
    <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" />. An entity instance that contains the properties to set in the newly created record.</param>
      <returns>Type: GuidThe 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" />
      <returns>Type: GuidThe 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: String. The logical name of the entity specified in the <paramref name="entityId" /> parameter.</param>
      <param name="id">Type: Guid. 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 name="id" />
    </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: String. The logical name of the entity specified in the <paramref name="entityId" /> parameter.</param>
      <param name="entityId">Type: Guid. 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" />. The name of the relationship to be used to remove the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection" />. 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 name="entityId" />
      <param name="relationship" />
      <param name="relatedEntities" />
    </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: Assembly. 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" />. An instance of a request class that defines the action to be performed.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse" />. You must cast the return value of this method to the specific instance of the response that corresponds to the <paramref name="Request" /> 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" />
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse" />.</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: String. The logical name of the entity specified in the <paramref name="entityId" /> parameter.</param>
      <param name="id">Type: Guid. The ID of the record you want to retrieve.</param>
      <param name="columnSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />. A query that specifies the set of columns, or attributes, to retrieve.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />.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 name="id" />
      <param name="columnSet" />
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />.</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" />. A query that determines the set of records to retrieve.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" />.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" />
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.SdkClientVersion">
      <summary>Gets or sets the version of the client.</summary>
      <returns>Type: String.The version of the client.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.SyncOperationType">
      <summary>For internal use only.</summary>
      <returns>Type: String.</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" />. 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" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.UserType" />
    <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: URI 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: URIThe 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: StringThe 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: StringThe 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" /> 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 <see langword="ProxyTypesBehavior" /> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.#ctor(System.Reflection.Assembly)">
      <summary>Initializes a new instance of the <see langword="ProxyTypesBehavior" /> class using an assembly containing proxy types generated by the CrmSvcUtil utility.</summary>
      <param name="proxyTypesAssembly">Type: Assembly. 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 IEndpointBehavior Interface.</summary>
      <param name="serviceEndpoint">Type: ServiceEndpoint. A service endpoint.</param>
      <param name="bindingParameters">Type: BindingParameterCollection. 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 IEndpointBehavior Interface.</summary>
      <param name="serviceEndpoint">Type: ServiceEndpoint. A service endpoint.</param>
      <param name="behavior">Type: ClientRuntime. 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 IEndpointBehavior Interface.</summary>
      <param name="serviceEndpoint">Type: ServiceEndpoint. A service endpoint.</param>
      <param name="endpointDispatcher">Type: EndpointDispatcher. 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 IEndpointBehavior Interface.</summary>
      <param name="serviceEndpoint">Type: ServiceEndpoint. 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: Boolean.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.AuthorizationUrl">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.Certificate">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.DomainName">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.EduDomains">
      <summary>For internal use only.</summary>
      <returns>Type: Int32.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationBrandName">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationGlobalVersion">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationTier">
      <summary>For internal use only.</summary>
      <returns>Type: Int32.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.IsFederatedNamespace">
      <summary>For internal use only.</summary>
      <returns>Type: Boolean.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.LogOn">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.MetadataUrl">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.NamespaceType">
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.PreferredProtocol">
      <summary>For internal use only.</summary>
      <returns>Type: Int32.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.SamlAuthUrl">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.State">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.TokenServiceAuthenticationUrl">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.UserState">
      <summary>For internal use only.</summary>
      <returns>Type: String.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute">
      <summary>Indicates the name of the message request, represented by the Microsoft.Crm.Services.Utility.SdkMessageRequest 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" /> class.</summary>
      <param name="name">Type: String. 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: String 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 Microsoft.Crm.Services.Utility.SdkMessageResponse 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" /> class.</summary>
      <param name="name">Type: String. 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: String The name of the message response.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions">
      <summary>Describes how the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> 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" /> method should continue applying changes to tracked entities in Microsoft Dynamics 365 even if an action fails. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.SaveChangesOptions.None">
      <summary>The <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> method should throw an exception when an error occurs while updating data in Microsoft Dynamics 365. Value = 0.</summary>
    </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 <see langword="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="T:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType" />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: RequestSecurityTokenResponseThe 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: SecurityTokenThe 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: IOutputChannel or IRequestChannel. 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" /> class using a channel factory. For internal use only.</summary>
      <param name="factory">Type: ChannelFactory. 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: IOutputChannel or IRequestChannel 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: ICommunicationObjectThe 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: IOutputChannel or IRequestChannelThe 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: ChannelFactoryThe 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" />. 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" />. 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" />. 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" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />.</typeparam>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />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" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />.</typeparam>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />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" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />.</typeparam>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1" />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" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />.</typeparam>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1" />A service management object.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary">
      <summary>Contains a dictionary of ServiceEndpoint 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" /> 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" /> 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: Collection 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="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary" />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: MetadataSetThe 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="T:Microsoft.Xrm.Sdk.Client.ServiceUrls" />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" /> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />. 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" /> class using a service configuration and security token response.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />. A service configuration.</param>
      <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />. 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" /> class using a service configuration and client logon credentials.</summary>
      <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />. A service configuration.</param>
      <param name="clientCredentials">Type: ClientCredentials. 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" /> class using a service management and security token response.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1" />. A service management.</param>
      <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />. 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" /> class using a service management and client logon credentials.</summary>
      <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1" />. A service management.</param>
      <param name="clientCredentials">Type: ClientCredentials. 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" /> class using a service URI, a home realm URI, client logon credentials, and Windows Live device credentials.</summary>
      <param name="uri">Type: URI. The URI of the service.</param>
      <param name="homeRealmUri">Type: URI. The URI of the WS-Trust metadata endpoint of a second ADFS instance.</param>
      <param name="clientCredentials">Type: ClientCredentials. The client’s logon credentials.</param>
      <param name="deviceCredentials">Type: ClientCredentials. The credentials of a device registered with Windows Live. Only required when authenticating with Microsoft Dynamics 365 (online), otherwise use <see langword="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" />.</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" />.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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" />.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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: ChannelFactoryA 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: ClientCredentialsThe 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: Boolean. 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: ClientCredentialsThe Windows Live credentials of a registered device..</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Dispose">
      <summary>Custom implementation of <see langword="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 <see langword="Dispose" /> that disposes the service channel and channel factory.</summary>
      <param name="disposing">Type: Boolean.</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: Booleantrue 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="T:Microsoft.Xrm.Sdk.Client.IEndpointSwitch" />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(Microsoft.Xrm.Sdk.BaseServiceFault,System.Nullable{System.Boolean})">
      <summary>For internal use only.</summary>
      <param name="fault" />
      <param name="retry" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.HandleFailover(System.Nullable{System.Boolean})">
      <summary>For internal use only.</summary>
      <param name="retry" />
    </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="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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: URIThe 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: Booleantrue 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" />. 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" />. 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" />. 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="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse" />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="T:Microsoft.Xrm.Sdk.Client.ServiceChannel`1" />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="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1" />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="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1" />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: Binding. The target channel binding.</param>
      <param name="sendTimeout">Type: TimeSpan.A send operation timespan.</param>
      <param name="openTimeout">Type: TimeSpan. An open operation timespan.</param>
      <param name="closeTimeout">Type: TimeSpan.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: MessageSecurityException. The exception to check.</param>
      <param name="retry">Type: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Booleantrue 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: TimeSpanThe 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: StringThe 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" /> 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: URI 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: Booleantrue 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: URIThe primary endpoint of an organization.</returns>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Bearer">
      <summary>A bearer token. Value = 7.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Certificate">
      <summary>A certificate configured for user identification. Value = 5.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Kerberos">
      <summary>A Kerberos credential. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.None">
      <summary>No credential endpoint is found. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.SymmetricToken">
      <summary>A symmetric credential token. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Username">
      <summary>A username and password credential. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Windows">
      <summary>An integrated Windows authentication credential. Value = 6.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Client.UserType.ExternalPartyUser">
      <summary>An external party user.</summary>
    </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" />
    <member name="P:Microsoft.Xrm.Sdk.Client.XrmBinding.MaxReceivedMessageSize" />
    <member name="P:Microsoft.Xrm.Sdk.Client.XrmBinding.ReaderQuotas" />
    <member name="P:Microsoft.Xrm.Sdk.Client.XrmBinding.Scheme" />
    <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>
    </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>
    </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>
    </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 Collection.</summary>
      <typeparam name="T">The type of elements in the list.</typeparam>
    </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" />.</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" />. The array itself cannot be null, but it can contain elements that are null, if type <paramref name="T" /> is a reference type.</param>
    </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 <see langword="DataCollection" />.</summary>
      <param name="items">Type: IEnumerable&lt;T&gt;.
The collection whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1" />. The collection itself cannot be null, but it can contain elements that are null, if type <paramref name="T" /> 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" /> to a new array.</summary>
      <returns>Type: Type[]
An array containing copies of the elements of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1" />.</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" /> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
      <param name="collection" />
    </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.Add(System.Collections.Generic.KeyValuePair{`0,`1})">
      <summary>Adds the specified key and value to the dictionary.</summary>
      <param name="item">Type: KeyValuePair&lt;TKey, TValue&gt;. The key and value 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" />.</summary>
      <param name="items">Type: IEnumerable&lt;KeyValuePair&lt;TKey, TValue&gt;&gt;.
The collection whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1" />. The collection itself cannot be null, but it can contain elements that are null, if type <paramref name="T" /> 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" />.</summary>
      <param name="items">Type: KeyValuePair&lt;TKey, TValue&gt;[].
The array whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1" />. The array itself cannot be null, but it can contain elements that are null, if type <paramref name="T" /> 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" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Contains(`0)">
      <summary>Determines whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" /> contains a specific value.</summary>
      <param name="key">Type: TKey. The key to locate in the collection.</param>
      <returns>Type: Booleantrue if item is found in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" />; otherwise, false.</returns>
    </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" /> contains a specific value.</summary>
      <param name="key">Type: KeyValuePair&lt;TKey, TValue&gt;. The key value pair to locate in the collection.</param>
      <returns>Type: Booleantrue if item is found in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" />; 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" /> contains a specific key value.</summary>
      <param name="key">Type: TKey. The key to locate in the collection.</param>
      <returns>Type: Booleantrue if item is found in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" />; 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: KeyValuePair&lt;TKey, TValue&gt;[]. The</param>
      <param name="arrayIndex">Type: Int32. Copies the entire <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" /> 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: Int32
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: IEnumerator&lt;KeyValuePair&lt;TKey, TValue&gt;&gt;
An IEnumerator 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" /> is read-only.</summary>
      <returns>Type: Booleantrue if the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" /> 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: <see langword="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" />.</summary>
      <returns>Type: ICollection&lt;TKey&gt;
A collection containing the keys in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" />.</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" />.</summary>
      <param name="key">Type: TKey. The object to remove from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" />.</param>
      <returns>Type: Booleantrue if the object was found and removed; otherwise, false.</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" />.</summary>
      <param name="item">Type: KeyValuePair&lt;TKey, TValue&gt;.
The object to remove from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" />.</param>
      <returns>Type: Booleantrue if the object was found and removed; otherwise, false.</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: IEnumerator
An IEnumerator object that can be used to iterate through the collection.</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: Booleantrue if the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" /> 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" />.</summary>
      <returns>Type: ICollection&lt;TValue&gt;
A collection containing the values in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2" />.</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" /> 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>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.Equals(System.Object)">
      <summary>Determines whether the specified instance of <see langword="DateTimeBehaviorConversionRule" /> is equal to the current instance.</summary>
      <param name="obj">The <see langword="DateTimeBehaviorConversionRule" /> instance to compare with the current instance.</param>
      <returns>Returns Boolean<see langword="true" /> if the specified instance of <see langword="DateTimeBehaviorConversionRule" /> is equal to the current instance. Otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.GetHashCode">
      <summary>Returns a hash code for this instance.</summary>
      <returns>Returns Int32The 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>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.op_Equality(Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule,Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule)">
      <summary>Indicates whether two <see langword="DateTimeBehaviorConversionRule" /> instances are equal.</summary>
      <param name="conversionRuleA">Type: <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule" />. Specifies a <see langword="DateTimeBehaviorConversionRule" />.</param>
      <param name="conversionRuleB">Type: <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule" />. Specifies a <see langword="DateTimeBehaviorConversionRule" />.</param>
      <returns>Returns Boolean<see langword="true" /> if the values of conversionRuleA and conversionRuleB are equal; otherwise, <see langword="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" /></summary>
      <param name="conversionRule">Type String. Specifies a <see langword="DateTimeBehaviorConversionRule" />.</param>
      <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule" />A <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule" /> that represents the converted String.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule.op_Inequality(Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule,Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule)">
      <summary>Indicates whether two <see langword="DateTimeBehaviorConversionRule" /> instances are not equal.</summary>
      <param name="conversionRuleA">Type <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule" />. Specifies a <see langword="DateTimeBehaviorConversionRule" />.</param>
      <param name="conversionRuleB">Type <see cref="T:Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule" />. Specifies a <see langword="DateTimeBehaviorConversionRule" />.</param>
      <returns>Returns <see cref="T:System.Boolean" /><see langword="true" /> if the values of conversionRuleA and conversionRuleB are not equal; otherwise, <see langword="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>
    </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 cref="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.TimeZoneCode" /> parameter.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.DependencySummary">
      <summary>Contains data from the dependent entity.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.DependencySummary.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependencyId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependencyType" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependentComponentBaseSolutionId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependentComponentDisplayName" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependentComponentName" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependentComponentNodeId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependentComponentObjectId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependentComponentParentId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.DependentComponentType" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.RequiredComponentBaseSolutionId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.RequiredComponentDisplayName" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.RequiredComponentName" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.RequiredComponentNodeId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.RequiredComponentObjectId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.RequiredComponentParentId" />
    <member name="P:Microsoft.Xrm.Sdk.DependencySummary.RequiredComponentType" />
    <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 <see langword="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="T:Microsoft.Xrm.Sdk.Discovery.ClientTypes" />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: StringThe 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: Int32The 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: StringThe 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: GuidThe 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: StringThe 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: GuidThe 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: GuidThe 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Depth">
      <returns>Type: Int32</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Description">
      <returns>Type: String</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.IsMandatory">
      <returns>Type: Boolean</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.LinkId">
      <returns>Type: String</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.PatchId">
      <returns>Type: Guid</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Title">
      <returns>Type: String</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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.DataMigrationConfiguration">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookConfiguration">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookDesktop">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookLaptop">
      <summary>For internal use only.</summary>
    </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 <see langword="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: ExtensionDataObjectThe 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 <see langword="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: ExtensionDataObjectThe 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType.Internet">
      <summary>Internet access. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType.Intranet">
      <summary>Intranet access. Value = 2.</summary>
    </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" /> class.</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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointType.OrganizationService">
      <summary>The organization service. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointType.WebApplication">
      <summary>The Web application service. Value = 2.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.None">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.Outlook">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.Portal">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.WebApplication">
      <summary>For internal use only.</summary>
    </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" />. A request instance that defines the action to be performed.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse" />. 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 <see langword="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="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection" />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.EnvironmentId">
      <summary>Gets or sets the unique identifier of the organization’s environment.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.ExtensionData">
      <summary>Gets or sets extra data of the organization.</summary>
      <returns>Type: ExtensionDataObject 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: String The friendly name of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.Geo">
      <summary>Gets or sets a value that represents the geographic region the tenant is found in.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.OrganizationId">
      <summary>Gets or sets global unique identifier of the organization.</summary>
      <returns>Type: GuidThe 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: String 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="T:Microsoft.Xrm.Sdk.Discovery.OrganizationState" />The state of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.TenantId">
      <summary>Gets or sets the unique identifier of the PowerApps tenant that contains the environment and organization.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.UniqueName">
      <summary>Gets or sets the unique name of the organization.</summary>
      <returns>Type: StringThe 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: String 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" /> 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" /> 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease.V5">
      <summary>The Microsoft Dynamics CRM 2011 release. Value = 1.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationState.Enabled">
      <summary>The organization is enabled. Value = 0.</summary>
    </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 <see langword="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="T:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType" />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="T:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease" />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: StringThe organization unique name.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse">
      <summary>Contains the response from processing <see cref="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse.#ctor">
      <summary>Initializes a new instance of the <see langword="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="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail" />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 <see langword="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="T:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType" />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:Boolean.</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="T:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease" />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" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse.#ctor">
      <summary>Initializes a new instance of the <see langword="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="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection" />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 <see langword="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: StringThe 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: GuidThe 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: StringThe 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: StringThe 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" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse.#ctor">
      <summary>Initializes a new instance of the <see langword="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: GuidThe 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 <see langword="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="T:Microsoft.Xrm.Sdk.DiscoveryServiceFault" />The fault instance that caused the current fault.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EmailEngagementAggregate" />
    <member name="M:Microsoft.Xrm.Sdk.EmailEngagementAggregate.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalAttachmentOpens" />
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalEmailOpens" />
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalEmailReplies" />
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalEmails" />
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalFollowedEmails" />
    <member name="P:Microsoft.Xrm.Sdk.EmailEngagementAggregate.TotalLinkClicks" />
    <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" /> 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" /> class setting the entity name.</summary>
      <param name="entityName">Type: String. 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" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.AttributeCollection" />
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: String. The logical name of the attribute.</param>
      <returns>Type: Booleantrue if the <see cref="T:Microsoft.Xrm.Sdk.Entity" /> 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="T:Microsoft.Xrm.Sdk.EntityState" />.
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: ExtensionDataObjectGets 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="T:Microsoft.Xrm.Sdk.FormattedValueCollection" />
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: String. The logical name of the attribute.</param>
      <typeparam name="T">Type: Type. The type of the attribute.</typeparam>
      <returns>Type: Type
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: String. The logical name of the attribute.</param>
      <returns>Type: String
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: String. 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" />. The type of the entity.</typeparam>
      <returns>Type: IEnumerableThe 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: String. The name of the relationship.</param>
      <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole" />. The role of the primary entity in the relationship (referenced or referencing).</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The type of the entity.</typeparam>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />The collection of related entity instances for the specified relationship.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.HasLazyFileAttribute">
      <summary>For internal use only.</summary>
    </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: Guid
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: String. The logical name of the attribute.</param>
      <returns>Type: ObjectThe attribute specified by the <paramref name="attributeName" /> parameter.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.KeyAttributes">
      <summary>Gets or sets the key attributes.</summary>
      <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.KeyAttributeCollection" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.LazyFileAttributeKey">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.LazyFileAttributeValue">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.LazyFileSizeAttributeKey">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.LazyFileSizeAttributeValue">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Entity.LogicalName">
      <summary>Gets or sets the logical name of the entity.</summary>
      <returns>Type: Stringthe 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="T:Microsoft.Xrm.Sdk.RelatedEntityCollection" />
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: String</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: String. The logical name of the attribute.</param>
      <param name="value">Type: Object. 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: String. The schema name of the relationship.</param>
      <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole" />. The role of the primary entity in the relationship (referenced or referencing).</param>
      <param name="entities">Type: IEnumerable. The collection of entity instances to set.</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. 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: String. The schema name of the relationship.</param>
      <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole" />. The role of the primary entity in the relationship (referenced or referencing).</param>
      <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. The entity instance to set.</param>
      <typeparam name="TEntity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />. 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" />. The entity type to return.</typeparam>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />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="T:Microsoft.Xrm.Sdk.EntityReference" />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" /> 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" /> 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" /> class setting the list of entities.</summary>
      <param name="list">Type: IList&lt;<see cref="T:Microsoft.Xrm.Sdk.Entity" />&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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Entity" />&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: Stringthe 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: ExtensionDataObjectThe 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: Int32. The index of the item.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />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: StringThe 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: Booleantrue if there are more records available; otherwise, false. This is used in conjunction with the <see cref="P:Microsoft.Xrm.Sdk.EntityCollection.PagingCookie" /> 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: String
The current paging information. This is used in conjunction with <see cref="P:Microsoft.Xrm.Sdk.EntityCollection.MoreRecords" /> 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" /> was <see langword="true" /> when the query was executed .</summary>
      <returns>Type: Int32The 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: Booleantrue if the results of the query exceeds the total record count; otherwise, false..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityFilePointersRequest">
      <summary>Contains the data to reconcile entity file pointers.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityFilePointersRequest.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.EntityFilePointersRequest.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.EntityFilePointersRequest.FilePointers">
      <summary>List of file pointers to reconcile.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityFilePointersRequest.ObjectTypeCode" />
    <member name="T:Microsoft.Xrm.Sdk.EntityFilePointersResponse">
      <summary>Contains the response from processing <see cref="T:Microsoft.Xrm.Sdk.EntityFilePointersRequest" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityFilePointersResponse.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.EntityFilePointersResponse.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.EntityFilePointersResponse.UnReferencedFiles" />
    <member name="T:Microsoft.Xrm.Sdk.EntityImageCollection">
      <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.Entity" /> 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" /> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityImageCollection.#ctor(System.Collections.Generic.IDictionary{System.String,Microsoft.Xrm.Sdk.Entity})">
      <param name="collection" />
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityKeyIndexStatus.Failed">
      <summary>Specifies that the key index creation failed.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityKeyIndexStatus.InProgress">
      <summary>Specifies that the key index creation is in progress.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityKeyIndexStatus.Pending">
      <summary>Specifies that the key index creation is pending.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.EntityRecordCountCollection" />
    <member name="M:Microsoft.Xrm.Sdk.EntityRecordCountCollection.#ctor" />
    <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" /> 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" /> 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" /> 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" /> 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: String. The logical name of the entity.</param>
      <param name="id">Type: Guid. 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" /> 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: Object. The <see cref="T:Microsoft.Xrm.Sdk.EntityReference" /> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.EntityReference" />.</param>
      <returns>Type: Boolean
 
true if the specified <see cref="T:Microsoft.Xrm.Sdk.EntityReference" /> is equal to the <see cref="T:Microsoft.Xrm.Sdk.EntityReference" /> 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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.EntityReference.GetHashCode">
      <summary>Serves as a hash function for this type.</summary>
      <returns>Type: Int32
The hash code for the current <see cref="T:Microsoft.Xrm.Sdk.EntityReference" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityReference.Id">
      <summary>Gets or sets the ID of the record.</summary>
      <returns>Type: Guid
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="T:Microsoft.Xrm.Sdk.KeyAttributeCollection" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.EntityReference.LogicalName">
      <summary>Gets or sets the logical name of the entity.</summary>
      <returns>Type: StringThe 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: StringThe 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: String.</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" /> 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" /> class setting the list of entity references.</summary>
      <param name="list">Type: IList&lt;<see cref="T:Microsoft.Xrm.Sdk.EntityReference" />&gt;. A list of entity references.</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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.EntityRole.Referencing">
      <summary>Specifies that the entity is the referencing entity. Value = 0.</summary>
    </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" /> 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" />. Value = 2.</summary>
    </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" />. Value = 1.</summary>
    </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" />. Value = 0.</summary>
    </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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.ExtensionData">
      <summary>Gets or sets the structure that contains extra data.</summary>
      <returns>Type: ExtensionDataObjectThe 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="T:Microsoft.Xrm.Sdk.OrganizationServiceFault" />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: Int32The 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="T:Microsoft.Xrm.Sdk.OrganizationResponse" />The message response.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection">
      <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem" /> 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" /> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ExecuteMultipleSettings">
      <summary>Defines the execution behavior of <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleSettings" /> 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" /> collection should continue if a fault is returned for the current request being processed.</summary>
      <returns>Type: Booleantrue 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: ExtensionDataObjectThe 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: Booleantrue 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ExecuteTransactionFault.FaultedRequestIndex">
      <returns>Type: Int32The index in the <see cref="P:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest.Requests" /> 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.FieldPermissionType.NotAllowed">
      <summary>The action is not allowed. Value = 0.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.FieldPermissionType.Validate(System.Int32)">
      <summary>Validates the field permission value.</summary>
      <param name="value">Type: Int32. The value to validate.</param>
    </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" /> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.GlobalSearchConfigurationCollection">
      <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.GlobalSearchConfigurations" /> instances.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.GlobalSearchConfigurationCollection.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.GlobalSearchConfigurationResponseCollection" />
    <member name="M:Microsoft.Xrm.Sdk.GlobalSearchConfigurationResponseCollection.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.GlobalSearchConfigurations">
      <summary>Contains information about a search provider and results web page.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.#ctor" />
    <member name="M:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean)">
      <param name="searchProviderName" />
      <param name="searchProviderResultsPage" />
      <param name="isLocalized" />
      <param name="isEnabled" />
      <param name="isSearchBoxVisible" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.IsEnabled" />
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.IsLocalized" />
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.IsSearchBoxVisible" />
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.SearchProviderName" />
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.SearchProviderResultsPage" />
    <member name="P:Microsoft.Xrm.Sdk.GlobalSearchConfigurations.System#Runtime#Serialization#IExtensibleDataObject#ExtensionData" />
    <member name="T:Microsoft.Xrm.Sdk.IAssemblyAuthenticationContext" />
    <member name="M:Microsoft.Xrm.Sdk.IAssemblyAuthenticationContext.AcquireToken(System.String,System.String,Microsoft.Xrm.Sdk.AuthenticationType)">
      <param name="authority" />
      <param name="resource" />
      <param name="authenticationType" />
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IAssemblyAuthenticationContext2" />
    <member name="M:Microsoft.Xrm.Sdk.IAssemblyAuthenticationContext2.ResolveAuthorityAndResourceFromChallengeUri(System.Uri,System.String@,System.String@)">
      <param name="aadChallengeUri" />
      <param name="authority" />
      <param name="resource" />
    </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="T:Microsoft.Xrm.Sdk.ChangeType" />.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IEntityDataSourceRetrieverService" />
    <member name="M:Microsoft.Xrm.Sdk.IEntityDataSourceRetrieverService.RetrieveEntityDataSource" />
    <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: GuidThe GUID of the business unit. This property corresponds to the <see langword="BusinessUnitId" /> property, which is the primary key for the <see langword="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: GuidThe 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: Int32T 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: GuidThe GUID of the system user account under which the current pipeline is executing. This property corresponds to the <see langword="SystemUserId" /> property, which is the primary key for the <see langword="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="T:Microsoft.Xrm.Sdk.ParameterCollection" />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: Booleantrue 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: Booleantrue 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: Booleantrue 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: Int32Indicates 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: StringThe 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: Int32The mode of plug-in execution.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OperationCreatedOn">
      <summary>Gets the date and time that the related <see langword="System Job" /> was created.</summary>
      <returns>Type: DateTimeThe date and time that the related <see langword="System Job" /> was created.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OperationId">
      <summary>Gets the GUID of the related <see langword="System Job" />.</summary>
      <returns>Type: GuidThe GUID of the related <see langword="System Job" />. This corresponds to the <see langword="AsyncOperationId" /> attribute, which is the primary key for the <see langword="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: GuidThe GUID of the organization that the entity belongs to and the plug-in executes under. This corresponds to the <see langword="OrganizationId" /> attribute, which is the primary key for the <see langword="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: StringThe 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="T:Microsoft.Xrm.Sdk.ParameterCollection" />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 <see langword="SdkMessageProcessingingStep" /> or <see langword="ServiceEndpoint" />.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference" />A reference to the related <see langword="SdkMessageProcessingingStep" /> or <see langword="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="T:Microsoft.Xrm.Sdk.EntityImageCollection" />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="T:Microsoft.Xrm.Sdk.EntityImageCollection" />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: GuidThe 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 <see langword="AccountId" /> attribute, which is the primary key for the <see langword="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: StringThe 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: Nullable&lt;Guid&gt;The GUID of the request being processed by the event execution pipeline. This corresponds to the <see cref="P:Microsoft.Xrm.Sdk.OrganizationRequest.RequestId" /> property, which is the primary key for the <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest" /> 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: StringThe 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="T:Microsoft.Xrm.Sdk.ParameterCollection" />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: GuidThe GUID of the system user for whom the plug-in invokes web service methods on behalf of. This property corresponds to the <see langword="SystemUserId" /> property, which is the primary key for the <see langword="SystemUser" /> entity.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IKeyVaultClient" />
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.Decrypt(System.String,System.String,System.Byte[])">
      <param name="keyIdentifier" />
      <param name="algorithm" />
      <param name="encryptedData" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.DeleteSecret(System.String)">
      <param name="secretName" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.DeleteSecret(System.String,System.String)">
      <param name="vaultAddress" />
      <param name="secretName" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.Encrypt(System.String,System.String,System.Byte[])">
      <param name="keyIdentifier" />
      <param name="algorithm" />
      <param name="rawData" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.GetSecret(System.String)">
      <param name="secretName" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.GetSecret(System.String,System.String)">
      <param name="vaultAddress" />
      <param name="secretName" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.IKeyVaultClient.PreferredAuthType" />
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.SetSecret(System.String,System.String)">
      <param name="secretName" />
      <param name="value" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IKeyVaultClient.SetSecret(System.String,System.String,System.String)">
      <param name="vaultAddress" />
      <param name="secretName" />
      <param name="value" />
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ILocalConfigStore" />
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.GetAllData" />
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.GetData``1(System.String)">
      <param name="keyName" />
      <typeparam name="T" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.GetDataByKeyNames(System.Collections.Generic.List{System.String})">
      <param name="keyNames" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.SetData(System.Collections.Generic.Dictionary{System.String,System.Object})">
      <param name="keyData" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ILocalConfigStore.SetData(System.String,System.Object)">
      <param name="keyName" />
      <param name="data" />
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ImportFileUploadResponse" />
    <member name="M:Microsoft.Xrm.Sdk.ImportFileUploadResponse.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ErrorCode" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ErrorMessage" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.FileName" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.HasError" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.HeaderColumnIndexesToBeIgnoredCsv" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ImportFileId" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ImportId" />
    <member name="P:Microsoft.Xrm.Sdk.ImportFileUploadResponse.ImportType" />
    <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" /> 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" /> class with an operation status.</summary>
      <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus" />. The status of the operation.</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" /> class with an operation status, an error code, and an error message.</summary>
      <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus" />. The status of the operation.</param>
      <param name="errorCode">Type: Int32. The error code that identifies the specific error.</param>
      <param name="message">Type: String. 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" /> class with an operation status and an error message.</summary>
      <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus" />. The status of the operation.</param>
      <param name="message">Type: String. The error message that explains the reason for the exception.</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" /> class with an error message.</summary>
      <param name="message">Type: String. 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" /> class with a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">Type: String. The error message that explains the reason for the exception.</param>
      <param name="exception">Type: Exception. The inner exception that is the cause of this 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: Int32The error code.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Sets the SerializationInfo with information about the exception.</summary>
      <param name="info">Type: SerializationInfo. The serialized object data about the exception being thrown.</param>
      <param name="context">Type: StreamingContext. 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="T:Microsoft.Xrm.Sdk.OperationStatus" />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: String. The logical name of the entity that is specified in the <paramref name="entityId" /> parameter.</param>
      <param name="entityId">Type: Guid. The ID of the record to which the related records are associated.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. The name of the relationship to be used to create the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection" />. 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" />. An entity instance that contains the properties to set in the newly created record.</param>
      <returns>Type:Guid
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: String. The logical name of the entity that is specified in the <paramref name="entityId" /> parameter.</param>
      <param name="id">Type: Guid. 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: String. The logical name of the entity that is specified in the <paramref name="entityId" /> parameter.</param>
      <param name="entityId">Type: Guid. The ID of the record from which the related records are disassociated.</param>
      <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship" />. The name of the relationship to be used to remove the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection" />. 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" />. A request instance that defines the action to be performed.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse" />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" /> 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: String. The logical name of the entity that is specified in the <paramref name="entityId" /> parameter.</param>
      <param name="id">Type: Guid. The ID of the record that you want to retrieve.</param>
      <param name="columnSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />. A query that specifies the set of columns, or attributes, to retrieve.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />
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" />. A query that determines the set of records to retrieve.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" />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" />. 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" /> 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" /> instance for the organization that the specified user is a member of.</summary>
      <param name="userId">Type: Nullable&lt;Guid&gt;. Specifies the system user that calls to the service are made for.
When called in a plug-in or custom workflow activity, a <see langword="null" /> value indicates the SYSTEM user and a <see langword="Guid.Empty" /> value indicates the same user as <see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext" />.<see cref="P:Microsoft.Xrm.Sdk.IExecutionContext.UserId" /> or <see cref="T:Microsoft.Xrm.Sdk.Workflow.IWorkflowContext" />.<see cref="P:Microsoft.Xrm.Sdk.IExecutionContext.UserId" />. Any other value indicates a specific system user.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" />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: IService_Provider. A container for service objects. Contains references to the plug-in execution context (<see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext" />), tracing service (<see cref="T:Microsoft.Xrm.Sdk.ITracingService" />), organization service (<see cref="T:Microsoft.Xrm.Sdk.IOrganizationServiceFactory" />), and notification service (<see cref="T:Microsoft.Xrm.Sdk.IServiceEndpointNotificationService" />).</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.IPluginExceptionProvider" />
    <member name="M:Microsoft.Xrm.Sdk.IPluginExceptionProvider.GetException(System.Int32)">
      <param name="errorCode" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IPluginExceptionProvider.GetException(System.Int32,System.Object[])">
      <param name="errorCode" />
      <param name="arguments" />
    </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="T:Microsoft.Xrm.Sdk.IPluginExecutionContext" />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: Int32. 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.IPluginExecutionContextExtensions">
      <summary>Contains data that describes additional information about a plug-in's execution.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IPluginExecutionContextExtensions.IsAutoTransact(Microsoft.Xrm.Sdk.IPluginExecutionContext)">
      <param name="context" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.IPluginExecutionContextExtensions.IsWithinMainTransaction(Microsoft.Xrm.Sdk.IPluginExecutionContext)">
      <param name="context" />
      <returns>True if the plug-in executes within the main database transaction (stages 20-40) of the Execution Pipeline; otherwise false.</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: AssemblyThe 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" />. The service endpoint to post to in the cloud.</param>
      <param name="context">Type: <see cref="T:Microsoft.Xrm.Sdk.IExecutionContext" />. The event execution context.</param>
      <returns>Type: StringThe 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" />. Defines the contextual information passed to a plug-in at run-time.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ITokenService" />
    <member name="M:Microsoft.Xrm.Sdk.ITokenService.RetrieveAADAccessToken(System.String,System.String,System.String)">
      <param name="clientId" />
      <param name="serverId" />
      <param name="tenant" />
    </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: String. Information to be logged.</param>
      <param name="args">Type: Object[]. 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" />. Defines the contextual information passed to a plug-in at run-time.</param>
      <returns>Type: String 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" />. Defines the contextual information passed to a plug-in at run-time.</param>
      <returns>Type: String The response from the request.</returns>
    </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" /> class.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.KeyVaultAlgorithm" />
    <member name="F:Microsoft.Xrm.Sdk.KeyVaultAlgorithm.RSA15" />
    <member name="F:Microsoft.Xrm.Sdk.KeyVaultAlgorithm.RSAOAEP" />
    <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" /> class.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.CrmContracts2011" />
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.MicrosoftSerialization2003slash10" />
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.MicrosoftSerialization2003slash10Arrays" />
    <member name="P:Microsoft.Xrm.Sdk.KnownTypesResolver.ResolvedTypes" />
    <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">String. The xsi:type name to map.</param>
      <param name="typeNamespace">String. The xsi:type namespace to map.</param>
      <param name="declaredType">Type. The type declared in the data contract.</param>
      <param name="knownTypeResolver">System.Runtime.Serialization.DataContractResolver. The known type resolver.</param>
      <returns>Type: Type
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">Type. The type to map.</param>
      <param name="declaredType">Type. The type declared in the data contract.</param>
      <param name="knownTypeResolver">System.Runtime.Serialization.DataContractResolver. The known type resolver.</param>
      <param name="typeName">System.Xml.XmlDictionaryString. The xsi:type name.</param>
      <param name="typeNamespace">System.Xml.XmlDictionaryString. The xsi:type namespace.</param>
      <returns>Type: Booleantrue if mapping succeeded; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.W3XmlSchema2011" />
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.XrmContracts2011" />
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.XrmContracts7dot1" />
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.XrmMetadata2011" />
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.XrmMetadata2013" />
    <member name="F:Microsoft.Xrm.Sdk.KnownTypesResolver.XrmMetadata9" />
    <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" /> 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" /> class.</summary>
      <param name="userLocalizedLabel">Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel" />. The label for the language of the current user.</param>
      <param name="labels">Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel" />[]. 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" /> class.</summary>
      <param name="label">Type: String. The string for the user localized label.</param>
      <param name="languageCode">Type: Int32. 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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Label.LocalizedLabels">
      <summary>Gets the collection of localized labels.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection" /> 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="T:Microsoft.Xrm.Sdk.LocalizedLabel" />The label for the language of the current user.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.LayerDesiredOrder">
      <summary>Holds data for a single hint.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.LayerDesiredOrder.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.LayerDesiredOrder.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.LayerDesiredOrder.Solutions" />
    <member name="P:Microsoft.Xrm.Sdk.LayerDesiredOrder.Type" />
    <member name="T:Microsoft.Xrm.Sdk.LayerDesiredOrderType">
      <summary>The type of the hint.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.LayerDesiredOrderType.Above" />
    <member name="F:Microsoft.Xrm.Sdk.LayerDesiredOrderType.Base" />
    <member name="F:Microsoft.Xrm.Sdk.LayerDesiredOrderType.Below" />
    <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" /> 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" /> class setting the label string and the language code.</summary>
      <param name="label">Type: String
The localized label string..</param>
      <param name="languageCode">Type: Int32
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: Nullable&lt;Boolean&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: String
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: Int32
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" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.LocalizedLabelCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection" /> 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" /> class</summary>
      <param name="list">Type: IList&lt;<see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel" />&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" />).
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" /> 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" /> 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" /> property.</param>
      <param name="regardingObjectTypeCode">Entity type code of the entity represented by the <paramref name="regardingObjectId" /> property.</param>
      <param name="isFolderOnboarded">Indicates whether the tracking rule for the folder has run. <see langword="true" /> or <see langword="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 StringThe 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 StringThe 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 Boolean<see langword="true" /> if the tracking rule for the folder has run; <see langword="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 GuidThe 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" /> property.</summary>
      <returns>Returns StringThe name of the entity represented by the <paramref name="RegardingObjectId" /> 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" /> property.</summary>
      <returns>Returns Int32The entity type code of the entity represented by the <paramref name="RegardingObjectId" /> 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="T:System.Runtime.Serialization.ExtensionDataObject" />.</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" /> 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" /> 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.ManagedProperty`1">
      <summary>Represents a strongly typed managed property.</summary>
      <typeparam name="T">Type: Type. 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" /> 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" /> class</summary>
      <param name="managedPropertyLogicalName">Type: String. 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: Booleantrue 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: ExtensionDataObjectThe 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: String
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: String
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" /> 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="T:Microsoft.Xrm.Sdk.EntityReferenceCollection" />
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="T:Microsoft.Xrm.Sdk.Relationship" />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="T:Microsoft.Xrm.Sdk.EntityReference" />
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" /> 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" /> 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" /> 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: String
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" /> 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" /> 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: Booleantrue 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest.EntityName">
      <summary>Gets or sets the logical entity name. Required.</summary>
      <returns>Type: String
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" /> 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" /> 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: Booleantrue 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest.EntityName">
      <summary>Gets or sets the logical entity name. Required</summary>
      <returns>Type: String
The logical entity name. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest" /> 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" /> 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: Booleantrue 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" /> 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="T:Microsoft.Xrm.Sdk.EntityAttributeCollection" />.</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 Boolean<see langword="true" /> if automatically convert to DateOnly value; otherwise <see langword="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 StringThe 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 <see langword="SpecificTimeZone" /> is specified in <see cref="P:Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest.ConversionRule" /> parameter.</summary>
      <returns>Returns Int32The 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" /> 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" /> 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 GuidID 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata" />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: String
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: String
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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse.AttributeId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the attribute that is created.</summary>
      <returns>Type: Guid
The <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata" />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: String
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" /> 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" />
class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsResponse.AttributeId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata" /> that is created.</summary>
      <returns>Type: GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest.EntityKey">
      <summary>Gets or sets the entity key.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata" /></returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest.EntityName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: String 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: String The name of the solution.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityKeyResponse.EntityKeyId">
      <summary>Gets the entity key ID.</summary>
      <returns>Type: Guid</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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata" />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: Boolean<see langword="true" /> if the custom entity that you create has a special relationship to activity entities; otherwise, <see langword="false" />. The default is <see langword="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: Nullable&lt;Boolean&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: Booleantrue if the custom entity that is created has a special relationship to the annotation entity; otherwise, false. The default is <see langword="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="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata" />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: String
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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse.AttributeId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the primary attribute for the newly created entity.</summary>
      <returns>Type: Guid
The <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> 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" /> of the newly created entity.</summary>
      <returns>Type: Guid
The <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> 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" /> 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: StringThe 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="T:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata" />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: StringThe 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" /> 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" /> 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: Guid The ID of the many-to-many entity relationship that is created. This corresponds to the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" />.</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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata" />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="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata" />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: StringThe 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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse.AttributeId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata" /> that is created.</summary>
      <returns>Type: GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata" /> 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" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata" />that is created.</summary>
      <returns>Type: GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata" />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: StringThe name of the unmanaged solution you want to add this global option set to. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse.OptionSetId">
      <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the newly created <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata" />.</summary>
      <returns>Type: GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the newly created <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata" />.</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" /> 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="T:Microsoft.Xrm.Sdk.Entity" />
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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.CreateResponse.id">
      <summary>Gets the ID of the newly created record.</summary>
      <returns>Type: GuidThe 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" /> 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: StringThe 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: StringThe 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" /> 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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyRequest.EntityLogicalName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: StringThe 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: StringThe 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" /> 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" /> 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" /> 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: StringThe logical name of the entity. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest" /> 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" /> 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" /> 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: StringThe 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" /> 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" /> 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" /> 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: StringThe 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: StringThe 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: StringThe 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: StringThe 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: Int32The 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" /> 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" /> 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" /> 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: StringThe 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" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.ConcurrencyBehavior" />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="T:Microsoft.Xrm.Sdk.EntityReference" />
The reference to the record that you want to delete.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRequest" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.EntityReferenceCollection" />
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="T:Microsoft.Xrm.Sdk.Relationship" />
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="T:Microsoft.Xrm.Sdk.EntityReference" />
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" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.OrganizationRequest" />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" /> 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" /> 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" />.</summary>
      <returns>Type: Guid
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" />.</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="T:Microsoft.Xrm.Sdk.OrganizationRequestCollection" />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="T:Microsoft.Xrm.Sdk.ExecuteMultipleSettings" />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" /> 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" /> 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: Booleantrue 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="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection" />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" /> 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="T:Microsoft.Xrm.Sdk.OrganizationRequestCollection" />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: BooleanSet to <see langword="true" /> if responses should be returned; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionResponse.Responses">
      <summary>Gets the collection of responses.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponseCollection" />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 <see langword="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" /> 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" /> 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: String[]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" /> 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: StringThe 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" /> 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" /> 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: String[]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" /> 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: StringThe 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" /> 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" /> 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: String[]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" /> 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: StringThe 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="T:Microsoft.Xrm.Sdk.Label" />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: StringThe 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="T:Microsoft.Xrm.Sdk.Label" />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: StringThe name of the global option set. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.ParentValues" />
    <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: StringThe 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: Nullable&lt;Int32&gt;The value for the option. Optional.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse.NewOptionValue">
      <summary>Gets the option value for the new option.</summary>
      <returns>Type: Int32The 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" /> 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" /> 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: StringThe 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="T:Microsoft.Xrm.Sdk.Label" />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: StringThe 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="T:Microsoft.Xrm.Sdk.Label" />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: StringReserved 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: StringThe 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: Int32The 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: Nullable&lt;Int32&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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse.NewOptionValue">
      <summary>Gets the option value for the new option.</summary>
      <returns>Type: Int32The 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" /> 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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse.IsActive">
      <summary>Gets whether data encryption is active or not.</summary>
      <returns>Type: String<see langword="true" /> if data encryption is active; otherwise, <see langword="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" /> 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" /> attribute. Optional.</summary>
      <returns>Type: StringThe logical name of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata" /> 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: StringThe 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: StringThe 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: StringThe 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: Int32The 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" /> 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" /> 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.
This message does not have a corresponding Web API action or function in Microsoft Dynamics 365 (online &amp; on-premises). More information: Missing functions and actions for some organization service messages.</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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest.EntityKeyLogicalName">
      <summary>Gets or sets the entity key name.</summary>
      <returns>Type: String</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest.EntityLogicalName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: String</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyResponse">
      <summary>Contains the response from <see cref="T:Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.EntityFilters" />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: Booleantrue 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" /> 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" /> 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" /> instances.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata" />[]an array of <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata" /> 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: StringA 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 <see langword="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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata" />[]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" /> 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: Booleantrue 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase" />[]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" /> 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 <see langword="Audit" />.<see langword="AttributeMask" /> property. Optional.</summary>
      <returns>Type: Int32A column number value to identify an attribute from the <see langword="Audit" />.<see langword="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: StringThe 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: StringThe 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: GuidThe unique identifier for the attribute. This corresponds to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase" />.<see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" />.</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: Booleantrue if the metadata that has not been published should be retrieved; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata" />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" /> 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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse.EncryptionKey">
      <summary>Gets or sets the encryption key.</summary>
      <returns>Type: String. 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.</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" /> 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="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.DataVersion">
      <summary>Gets or sets the data version.</summary>
      <returns>Type: StringThe data version.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.EntityName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: StringThe entity name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.GetGlobalMetadataVersion">
      <summary>Gets or sets a boolean value that specifies whether metadata version is to be returned. Optional.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest.PageInfo">
      <summary>Gets or sets the paging information.</summary>
      <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.Query.PagingInfo" />.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesResponse">
      <summary>Contains the response from <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest" /> 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" />class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesResponse.EntityChanges">
      <summary>Gets the changes for an entity.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BusinessEntityChanges" />.</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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest.EntityLogicalName">
      <summary>Gets or sets the entity name.</summary>
      <returns>Type: String 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: StringThe key name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest.MetadataId">
      <summary>Gets or sets the metadata ID.</summary>
      <returns>Type: GuidThe 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: Boolean<see langword="True" /> if the metadata that has not been published should be retrieved; otherwise, <see langword="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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyResponse.EntityKeyMetadata">
      <summary>Gets the entity key metadata values.</summary>
      <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata" />.</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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.EntityFilters" />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: StringThe 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: GuidThe A unique identifier for the entity. This corresponds to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase" />. <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> 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: Booleantrue if the metadata that has not been published should be retrieved; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata" />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" /> 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: StringThe 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: GuidThe ID of the managed property. This corresponds to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase" />.<see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata" />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" /> 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" /> 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: String
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="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters" />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="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression" />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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection" />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="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection" />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: String
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" /> 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="T:Microsoft.Xrm.Sdk.Query.QueryBase" />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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.EntityCollection" />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" /> 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" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata" /> to be retrieved. Optional.</summary>
      <returns>Type: GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata" /> 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: String 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: Booleantrue if the the unpublished metadata should be retrieved; otherwise, false..</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase" /> 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" /> 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" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase" /> to be retrieved. Optional.</summary>
      <returns>Type: Guid The <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId" /> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase" /> 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: StringThe 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: Booleantrue 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase" />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" /> 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="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />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="T:Microsoft.Xrm.Sdk.RelationshipQueryCollection" />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: Boolean.</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="T:Microsoft.Xrm.Sdk.EntityReference" />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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Entity" />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: Object</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 <see langword="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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse.Timestamp">
      <summary>Gets the time stamp of the metadata.</summary>
      <returns>Type: StringThe 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" /> 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: Boolean<see langword="true" /> indicates to set (change) the data encryption key; otherwise, <see langword="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: String.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata" />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: StringThe 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: Booleantrue 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: StringThe 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" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata" />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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Booleantrue 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: StringThe 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" /> 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" /> 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" /> 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: Booleantrue 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="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase" />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: StringThe 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" /> 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" /> 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" /> 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: StringThe 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="T:Microsoft.Xrm.Sdk.Label" />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: StringThe 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="T:Microsoft.Xrm.Sdk.Label" />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" />. Required.</summary>
      <returns>Type: Booleantrue if the text defined for languages not included in the <paramref name="Label" /> 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: StringThe name of the global option set. Optional.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.ParentValues" />
    <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: StringThe 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: Int32The value for the option. Required.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueResponse">
      <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest" /> 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" /> 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" /> 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: Booleantrue 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="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase" />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: StringThe 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" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.ConcurrencyBehavior" />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="T:Microsoft.Xrm.Sdk.Entity" />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" /> 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" /> 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" /> 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" /> 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: StringThe 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: Nullable&lt;Int32&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" /> property. Optional.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label" />the description label for the statecode option that is specified in the <see cref="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value" /> 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: StringThe 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" /> property. Optional.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label" />The display label for this statecode option that is specified by the <see cref="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value" /> 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: Boolean<see langword="true" /> if any newly defined labels should only overwrite existing labels when their language code matches; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.OptionSetName">
      <summary>For internal use only.</summary>
      <returns>Type: StringFor 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: Int32The 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" /> 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" /> 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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpsertRequest.Target">
      <summary>Gets or sets the target entity.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Messages.UpsertResponse">
      <summary>Contains the response from <see cref="T:Microsoft.Xrm.Sdk.Messages.UpsertRequest" /></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" /> 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: Boolean<see langword="True" /> if a record was created, <see langword="false" /> otherwise.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Messages.UpsertResponse.Target">
      <returns>Gets the target entity.<see cref="T:Microsoft.Xrm.Sdk.EntityReference" />.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.AlternatekeyAttribute" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AlternatekeyAttribute.#ctor" />
    <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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior.UseCollectionName">
      <summary>Use the collection name for the associated menu. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior.UseLabel">
      <summary>Use the label for the associated menu. Value = 1.</summary>
    </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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.AvailableOffline" />
    <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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior" />&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: ExtensionDataObjectThe 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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup" />&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" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.IsCustomizable" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Label">
      <summary>Gets or sets the label for the associated menu.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label" />
A string that contains the menu label.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.MenuId" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Order">
      <summary>Gets or sets the order for the associated menu.</summary>
      <returns>Type: Nullable&lt;int&gt;
An integer that controls the relative position of navigation items in the group.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.QueryApi" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.ViewId" />
    <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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Marketing">
      <summary>Show the associated menu in the marketing group. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Sales">
      <summary>Show the associated menu in the sales group. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Service">
      <summary>Show the associated menu in the service group. Value = 2.</summary>
    </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" /> 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" /> class.</summary>
      <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode" />. 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" /> class.</summary>
      <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode" />. Sets the type for the attribute.</param>
      <param name="schemaName">Type: String. 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: String
The attribute name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeType">
      <summary>Gets the type for the attribute.</summary>
      <returns>Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode" />&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="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" />
The name of the attribute type.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AutoNumberFormat" />
    <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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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: Nullable&lt;Int32&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: String
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="T:Microsoft.Xrm.Sdk.Label" />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="T:Microsoft.Xrm.Sdk.Label" />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: String
The logical name of the entity that contains the attribute.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.ExternalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.InheritsFrom" />
    <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: String
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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />
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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />The property that determines whether the attribute allows customization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsDataSourceSecret" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsFilterable" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsGlobalFilterEnabled" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsLogical">
      <summary>Gets whether the attribute is a logical attribute.</summary>
      <returns>Type: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />The property that determines whether the attribute display name can be changed.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsRequiredForForm">
      <summary>Gets or sets whether the attribute must be included in a form in a model-driven app.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsRetrievable">
      <summary>Gets whether the data in the attribute can be retrieved.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsSearchable" />
    <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: Nullable&lt;Boolean&gt;true if the attribute is secured for field-level security; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsSortableEnabled" />
    <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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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: Nullable&lt;Boolean&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">
      <summary>Gets or sets whether the attribute can be added to a form in a model-driven app.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForGrid">
      <summary>Gets or sets whether the attribute can be included in a view.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForRead">
      <summary>Gets whether the value can be retrieved.</summary>
      <returns>Type: Nullable&lt;Boolean&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: Nullable&lt;Boolean&gt;true if the value can be updated; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidODataAttribute" />
    <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: Nullable&lt;Guid&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: String
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="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty" />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: String
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: Nullable&lt;Int32&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.None">
      <summary>No requirements are specified. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.Recommended">
      <summary>It is recommended that the attribute has a value. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.SystemRequired">
      <summary>The attribute is required to have a value. Value = 1.</summary>
    </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" /> 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" /> class.</summary>
      <param name="value">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel" />.</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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Boolean">
      <summary>A Boolean attribute. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.CalendarRules">
      <summary>An attribute that contains calendar rules. Value = 0x10.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Customer">
      <summary>An attribute that represents a customer. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.DateTime">
      <summary>A date/time attribute. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Decimal">
      <summary>A decimal attribute. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Double">
      <summary>A double attribute. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.EntityName">
      <summary>An entity name attribute. Value = 20.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Integer">
      <summary>An integer attribute. Value = 5.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Lookup">
      <summary>A lookup attribute. Value = 6.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.ManagedProperty">
      <summary>A managed property attribute. Value = 0x13.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Memo">
      <summary>A memo attribute. Value = 7.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Money">
      <summary>A money attribute. Value = 8.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Owner">
      <summary>An owner attribute. Value = 9.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.PartyList">
      <summary>A partylist attribute. Value = 10.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Picklist">
      <summary>A picklist attribute. Value = 11.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.State">
      <summary>A state attribute. Value = 12.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Status">
      <summary>A status attribute. Value = 13.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.String">
      <summary>A string attribute. Value = 14.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Uniqueidentifier">
      <summary>An attribute that is an ID. Value = 15.</summary>
    </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>
    </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 cref="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeTypeName" />
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" /> class.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.BigIntType">
      <summary>An attribute type that stores a <see langword="Long" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.BooleanType">
      <summary>An attribute type that stores a <see langword="Boolean" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.CalendarRulesType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" /> or <see langword="CalendarRules[]" /> value</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.CustomerType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityReference" /> to either an Account or Contact.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.DateTimeType">
      <summary>An attribute type that stores a <see langword="System.DateTime" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.DecimalType">
      <summary>An attribute type that stores a <see langword="Decimal" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.DoubleType">
      <summary>An attribute type that stores a <see langword="Double" /> value.</summary>
    </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>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.Equals(System.Object)">
      <summary>Determines whether two instances are equal.</summary>
      <param name="obj">Type: Object. The <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" /> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" />.</param>
      <returns>Type: Booleantrue if the specified <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" /> is equal to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" /> object; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.FileType" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.GetHashCode">
      <summary>Returns a hash code value for this type.</summary>
      <returns>Type: Int32
The hash code for the current <see langword="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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.IntegerType">
      <summary>An attribute type that stores an <see langword="Integer" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.LookupType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityReference" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.ManagedPropertyType">
      <summary>An attribute type that stores a <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.MemoType">
      <summary>An attribute type that stores a <see langword="String" /> value formatted for multiple lines of text.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.MoneyType">
      <summary>An attribute type that stores a <see langword="Money" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.MultiSelectPicklistType" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.op_Equality(Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName,Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName)">
      <summary>Indicates whether two <see langword="AttributeTypeDisplayName" /> instances are the same.</summary>
      <param name="attributeTypeDisplayNameA">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" />. Specifies a AttributeTypeDisplayName.</param>
      <param name="attributeTypeDisplayNameB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" />. Specifies a AttributeTypeDisplayName.</param>
      <returns>Type: Booleantrue 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" /></summary>
      <param name="attributeTypeDisplayName">Type: String. Specifies a AttributeTypeDisplayName.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" />A <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" /> that represents the converted String.</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" />. Specifies a AttributeTypeDisplayName.</param>
      <param name="attributeTypeDisplayNameB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName" />. Specifies a AttributeTypeDisplayName.</param>
      <returns>Type: Booleantrue 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" /> value to a Team or SystemUser record.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.PartyListType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" /> or <see langword="ActivityParty[]" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.PicklistType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue" />.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.StateType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue" /> representing the valid statecode values for an entity.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.StatusType">
      <summary>An attribute type that stores an <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue" /> representing the valid statuscode values for an entity.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.StringType">
      <summary>An attribute type that stores a String value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.UniqueidentifierType">
      <summary>An attribute type that stores a <see langword="System.Guid" /> value.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.VirtualType">
      <summary>An attribute type that represents a value not included within records.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata">
      <summary>Contains the metadata for an attribute type <see langword="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" /> 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" /> class</summary>
      <param name="schemaName">Type: String
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>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Int64&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>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Int64&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 <see langword="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" /> 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" /> class</summary>
      <param name="optionSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata" /> 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" /> class</summary>
      <param name="schemaName">Type: String
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" /> class</summary>
      <param name="schemaName">Type: String
The schema name of the attribute.</param>
      <param name="optionSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata" /> 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: Nullable&lt;Boolean&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: StringThe 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="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata" /> 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: Nullable&lt;Int32&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 <see langword="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" /> 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" /> class</summary>
      <param name="trueOption">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata" /> The option metadata for the true option.</param>
      <param name="falseOption">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata" /> 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="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata" />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="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata" />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" /> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Assign">
      <summary>The referenced entity record owner is changed.</summary>
      <returns>Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType" />&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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType" />&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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Merge">
      <summary>The record is merged with another record.</summary>
      <returns>Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType" />&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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType" />&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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType" />&gt;
 
When <see langword="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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType" />&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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType" />&gt;
Sharing is removed for the referenced entity record.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.CascadeSPGenerationRequest" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.CascadeSPGenerationRequest.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeSPGenerationRequest.CascadeRollupEntities" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeSPGenerationRequest.CascadingChangeList" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeSPGenerationRequest.EntitiesBeingChanged" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeSPGenerationRequest.IsBackedByXdb" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeSPGenerationRequest.RequestCorrelationId" />
    <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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.NoCascade">
      <summary>Do nothing. Value = 0.</summary>
    </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>
    </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>
    </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>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ClientEntityMetadata" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ClientEntityMetadata.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ClientEntityMetadata.AttributeNames" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ClientEntityMetadata.EntityMetadata" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ClientEntityMetadata.ExtensionData" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ClientMetadataResults" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ClientMetadataResults.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ClientMetadataResults.Entities" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ClientMetadataResults.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ClientMetadataResults.OtherMetadata" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ClientMetadataResults.RelationshipNavigationEntities" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1">
      <summary>A base class for static classes whose properties represent constants</summary>
      <typeparam name="T" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.#ctor" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Add``1(`0)">
      <param name="value" />
      <typeparam name="T2" />
      <returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Create``1(`0)">
      <param name="value" />
      <typeparam name="T2" />
      <returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.ExtensionData">
      <returns>Returns <see cref="T:System.Runtime.Serialization.ExtensionDataObject" />.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.ValidValues" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Value">
      <returns>Returns <see cref="T:System.Runtime.Serialization.ExtensionDataObject" />.</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" />
      <returns>Type: Boolean<see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata">
      <summary>Contains the metadata for an attribute of type <see langword="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" /> 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" /> class</summary>
      <param name="format">Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat" />&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" />.</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" /> class</summary>
      <param name="format">Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat" />&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" />.</param>
      <param name="schemaName">Type: String.
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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" /><see langword="true" /> if the behavior can be changed; otherwise, <see langword="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="T:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior" />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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat" />&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: StringThe 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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode" />&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: DateTimeThe 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: DateTimeThe 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: Nullable&lt;Int32&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" /> attribute using the <see cref="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.DateTimeBehavior" /> 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" /> 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>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.Equals(System.Object)">
      <param name="obj" />
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.GetHashCode">
      <returns>Returns <see cref="T:System.Int32" />.</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 name="behaviorB" />
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior.op_Implicit(System.String)~Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior">
      <param name="behavior" />
      <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior" />.</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 name="behaviorB" />
      <returns>Returns <see cref="T:System.Boolean" />.</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>
    </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>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat">
      <summary>Describes the formatting of a <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata" /> 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat.DateOnly">
      <summary>Display the date only. Value = 0.</summary>
    </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" /> 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" /> class</summary>
      <param name="schemaName">Type: String
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: StringThe 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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode" />&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MaxSupportedValue">
      <summary>The maximum supported value is 100 Billion.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Decimal&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MinSupportedValue">
      <summary>The minimum supported value is -100 Billion.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Decimal&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: Nullable&lt;Int32&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: Nullable&lt;Int32&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 name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.Mobile" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.Offline" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.OnDemandContextOnly" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.OnDemandWithContext" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.OnDemandWithoutContext" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.Unknown" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DependencyDepth.UserContext" />
    <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" /> 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" /> class</summary>
      <param name="schemaName">Type: String
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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode" />&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MaxSupportedValue">
      <summary>The maximum supported value is 100 billion.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Double&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MinSupportedValue">
      <summary>The minimum supported value is -100 billion.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Double&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: Nullable&lt;Int32&gt;
The precision for the attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityAndAttribute" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityAndAttribute.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityAndAttribute.AttributeName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityAndAttribute.EntityName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityAndAttribute.ExtensionData" />
    <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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Default">
      <summary>Use this to retrieve only entity information. Equivalent to <see langword="EntityFilters.Entity" />. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Entity">
      <summary>Use this to retrieve only entity information. Equivalent to <see langword="EntityFilters.Default" />. Value = 1.</summary>
    </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>
    </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>
    </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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.AsyncJob">
      <summary>Gets or sets the asynchronous job.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.DisplayName">
      <summary>Gets or sets the display name.</summary>
      <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.Label" />.</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="T:Microsoft.Xrm.Sdk.EntityKeyIndexStatus" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.EntityLogicalName">
      <summary>Gets or sets the entity logical name.</summary>
      <returns>Type: String</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.IntroducedVersion">
      <summary>Gets or sets the introduced version.</summary>
      <returns>Type: String</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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.IsExportKey" />
    <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: Boolean<see langword="True" /> if it is managed, <see langword="false" /> otherwise.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.IsSynchronous" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.KeyAttributes">
      <summary>Gets or sets the key attributes.</summary>
      <returns>Type: String</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.LogicalName">
      <summary>Gets or sets the logical name.</summary>
      <returns>Type: String</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata.SchemaName">
      <summary>Gets or sets the schema name.</summary>
      <returns>Type: String</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" /> 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: Nullable&lt;Int32&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="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata" />[]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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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.CanBeInCustomEntityAssociation" />
    <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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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" />
    <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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&gt;<see langword="True" /> if change tracking is enabled; <see langword="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: String
The collection schema name of the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DataProviderId" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DataSourceId" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DaysSinceRecordLastModified" />
    <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="T:Microsoft.Xrm.Sdk.Label" />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="T:Microsoft.Xrm.Sdk.Label" />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="T:Microsoft.Xrm.Sdk.Label" />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: Nullable&lt;Boolean&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: StringThe 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: String
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: Nullable&lt;Boolean&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: String The entity set name.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ExternalCollectionName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ExternalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.HasActivities" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.HasFeedback" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.HasNotes" />
    <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: String
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: String
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: String
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" />
    <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: String
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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />&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: Nullable&lt;Boolean&gt;true if the entity is available offline; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsBPFEntity" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsBusinessProcessEnabled">
      <summary>Gets whether the entity is enabled for business process flows.</summary>
      <returns>Type: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />&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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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: Nullable&lt;Boolean&gt;true if charts are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsEnabledForExternalChannels">
      <returns>Type: Nullable&lt;Boolean&gt;.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsEnabledForTrace">
      <summary>For internal use only.</summary>
      <returns>Type: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&gt;<see langword="true" /> if the entity is enabled for interactive experience; otherwise, <see langword="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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&gt;<see langword="True" /> if Parature knowledge management integration is enabled; <see langword="false" /> otherwise.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsLogicalEntity" />
    <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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />The property that determines whether entity mapping is available for the entity..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsMSTeamsIntegrationEnabled" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsOfflineInMobileClient" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsOneNoteIntegrationEnabled">
      <summary>Gets or sets whether OneNote integration is enabled for the.</summary>
      <returns>Type: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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" /> and <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayCollectionName" /> can be changed by editing the entity in the application.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />The property that determines whether the entity <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayName" /> and <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayCollectionName" /> 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: Nullable&lt;Boolean&gt;true if the entity is enabled for SLAs; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsSolutionAware" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsStateModelAware">
      <summary>Gets whether the entity supports setting custom state transitions.</summary>
      <returns>Type: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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="T:Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata" />[]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: String 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: String
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="T:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata" />[]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="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata" />[]The array of many-to-one relationships for the entity.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.MobileOfflineFilters" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ObjectTypeCode">
      <summary>Gets the entity type code.</summary>
      <returns>Type: Nullable&lt;Int32&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="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata" />[]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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes" />&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: String
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: String
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: String
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="T:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata" />[]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: String
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: String
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: String
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: Nullable&lt;Boolean&gt;true if the entity is searchable in relevance search; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.UsesBusinessDataLabelTable" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection">
      <summary>Defines a collection of <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata" /></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" /> 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" /> 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" /> class</summary>
      <param name="schemaName">Type: String
The schema name of the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata.IsEntityReferenceStored" />
    <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" /> 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" /> class.</summary>
      <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode" /> The attribute type code.</param>
      <param name="schemaName">Type: String
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: Nullable&lt;Int32&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="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata" />The available options for the attribute.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.FileAttributeMetadata">
      <summary>Contains the metadata for an attribute type File.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.FileAttributeMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.FileAttributeMetadata" /> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.FileAttributeMetadata.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.FileAttributeMetadata" /> class using the specified schema.</summary>
      <param name="schemaName">Type: String
The schema name for the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.FileAttributeMetadata.MaxSizeInKB">
      <summary>Gets or sets the maximum size (in kilobytes) of the file.</summary>
      <returns>Attributes of this type can be up to 128MB in length, and defaults to 32MB.</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" /> 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" /> class.</summary>
      <param name="schemaName">Type: String
The schema name for the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.CanStoreFullImage">
      <summary>Gets or sets whether the image attribute can store a full-size image in addition to a thumbnail image.</summary>
      <returns>True if the attribute can store a full image; otherwise false.</returns>
    </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: Nullable&lt;Boolean&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: Nullable&lt;Int16&gt;
The maximum height for the image.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.MaxSizeInKB">
      <summary>Gets or sets the maximum allowable size (in kilobytes) of the stored image.</summary>
      <returns>Attributes of this type can be up to 30MB in length, and defaults to 10MB.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.MaxWidth">
      <summary>Gets the maximum width of the image.</summary>
      <returns>Type: Nullable&lt;Int16&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Auto">
      <summary>Specifies that the IME mode is chosen automatically. Value =0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Disabled">
      <summary>Specifies that the IME mode is disabled. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Inactive">
      <summary>Specifies that the IME mode is inactive. Value = 1.</summary>
    </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" /> 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" /> class</summary>
      <param name="schemaName">Type: String
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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.IntegerFormat" />&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: StringThe 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>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Int32&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>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Int32&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: Nullable&lt;Int32&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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.Locale">
      <summary>Specifies a locale. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.None">
      <summary>Specifies to display an edit field for an integer. Value = 0.</summary>
    </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>
    </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" /> class</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.#ctor(System.Nullable{Microsoft.Xrm.Sdk.Metadata.LookupFormat})">
      <param name="format" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.Format" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.Targets">
      <summary>Gets or sets the target entity types for the lookup.</summary>
      <returns>Type: String[]
The array of target entity types for the lookup.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest.AppId" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest.EntityAndAttribute" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest.LookupEntityByName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest.QueryString" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest.RelatedRecordId" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataRequest.ReturnMetadata" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupDataResponse" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupDataResponse.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataResponse.EntityResponses" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupDataResponse.ExtensionData" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.CustomFilter" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.EntityLogicalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.FetchXml" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.LayoutJson" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.PagingInfo" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.RelationshipName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityInfo.ViewId" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.DisplayCollectionName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.DisplayName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.IconVectorName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.IsEnabledInUnifiedInterface" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.IsReadOnlyInMobileClient" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.LogicalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.PrimaryIdAttribute" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityMetadata.PrimaryNameAttribute" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupEntityResponse" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupEntityResponse.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityResponse.Data" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityResponse.EntityLogicalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityResponse.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityResponse.Metadata" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityResponse.PagingCookie" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupEntityResponse.TotalRecordCount" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupFormat" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.LookupFormat.Connection" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.LookupFormat.None" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.LookupFormat.Regarding" />
    <member name="F:Microsoft.Xrm.Sdk.Metadata.LookupFormat.Text" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupMetadata" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupMetadata.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupMetadata.Entity" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupMetadata.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupMetadata.View" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupView" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupView.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupView.Columns" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupView.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupView.FetchXml" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupView.LayoutJson" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupView.ViewId" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupView.ViewName" />
    <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" /> 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" /> 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>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ManagedPropertyLogicalName">
      <summary>For internal use only.</summary>
      <returns>Type: StringFor internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ParentAttributeName">
      <summary>For internal use only.</summary>
      <returns>Type: StringFor internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ParentComponentType">
      <summary>For internal use only.</summary>
      <returns>Type: Nullable&lt;Int32&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="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode" />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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.High">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.Low">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.None">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.Normal">
      <summary>For internal use only.</summary>
    </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" /> class</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.Description">
      <summary>For internal use only.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label" />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="T:Microsoft.Xrm.Sdk.Label" />For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EnablesAttributeName">
      <summary>For internal use only.</summary>
      <returns>Type: StringFor internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EnablesEntityName">
      <summary>For internal use only.</summary>
      <returns>Type: StringFor internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.ErrorCode">
      <summary>For internal use only.</summary>
      <returns>Type: Nullable&lt;Int32&gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EvaluationPriority">
      <summary>For internal use only.</summary>
      <returns>Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority" />&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: String
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: Nullable&lt;Boolean&gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.IsPrivate">
      <summary>For internal use only.</summary>
      <returns>Type: Nullable&lt;Boolean&gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.LogicalName">
      <summary>For internal use only.</summary>
      <returns>Type: StringFor internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.ManagedPropertyType">
      <summary>For internal use only.</summary>
      <returns>Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType" />&gt;For internal use only.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.Operation">
      <summary>For internal use only.</summary>
      <returns>Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation" />&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Create">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.CreateUpdate">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Delete">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.None">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Update">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.UpdateDelete">
      <summary>For internal use only.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.Custom">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.CustomEvaluator">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.Operation">
      <summary>For internal use only.</summary>
    </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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration" />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: String
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: String
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: String
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="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration" />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: String
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: String
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: String
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: String
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 <see langword="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" /> 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" /> class</summary>
      <param name="schemaName">Type: String
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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormat" />&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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode" />&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: Nullable&lt;Boolean&gt;<see langword="true" /> if the attribute supports localizable values; otherwise, <see langword="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: Nullable&lt;Int32&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.MinSupportedLength">
      <summary>The minimum supported length is 1.</summary>
    </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" /> 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: ExtensionDataObjectThe 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: Nullable&lt;Boolean&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: Nullable&lt;Guid&gt;
The unique identifier for the metadata item.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute.LogicalCollectionName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute.LogicalName" />
    <member name="T:Microsoft.Xrm.Sdk.Metadata.MetadataQuery" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.AppId" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.ChangedAfter" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.DependencyDepth" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.EntityLogicalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.Exclude" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.GetDefault" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataId" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataNames" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataSubtype" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.MetadataType" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.SystemMetadataDelta" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataQuery.UserMetadataDelta" />
    <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" /> 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" /> class</summary>
      <param name="schemaName">Type: String.
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: StringFor 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: StringThe 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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode" />&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 : Nullable&lt;Boolean&gt;<see langword="true" /> if the attribute is the base currency; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxSupportedPrecision">
      <summary>The maximum supported precision for this attribute is 4.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxSupportedValue">
      <summary>The maximum supported value for this attribute is 922337000000000.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxValue">
      <summary>Gets or sets the maximum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Double&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MinSupportedValue">
      <summary>The minimum supported value for this attribute is -922337000000000.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MinValue">
      <summary>Gets or sets the minimum value for the attribute.</summary>
      <returns>Type: Nullable&lt;Double&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: Nullable&lt;Int32&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: Nullable&lt;Int32&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: Nullable&lt;Int32&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 name="M:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.#ctor" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.#ctor(System.String)">
      <param name="schemaName" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.ChildPicklistLogicalNames" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.FormulaDefinition" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.ParentPicklistLogicalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.MultiSelectPicklistAttributeMetadata.SourceTypeMask" />
    <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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration" />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="T:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration" />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: Nullable&lt;Boolean&gt;<see langword="true" /> if this relationships is the designated hierarchical self-referential relationship for this entity; otherwise, <see langword="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: String
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: String
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: String
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: String
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: String
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: String
The name of the single -valued navigation property used by this relationship.</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" /> class</summary>
    </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" /> class</summary>
      <param name="label">Type: <see cref="T:Microsoft.Xrm.Sdk.Label" />The label containing the text for the option..</param>
      <param name="value">Type: Nullable&lt;Int32&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},System.Collections.Generic.IEnumerable{System.Int32})">
      <param name="label" />
      <param name="value" />
      <param name="parentOptionValues" />
    </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" /> class</summary>
      <param name="value">Type: Nullable&lt;Int32&gt;
The value of the option.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.#ctor(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})">
      <param name="value" />
      <param name="parentOptionValues" />
    </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: StringThe 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="T:Microsoft.Xrm.Sdk.Label" />The label containing the description for the option..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.ExternalValue" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.IsManaged">
      <summary>Gets whether the option is part of a managed solution.</summary>
      <returns>Type: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.Label" />The label containing the text for the option..</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.ParentValues" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.Value">
      <summary>Gets or sets the value of the option.</summary>
      <returns>Type: Nullable&lt;Int32&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 cref="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.Options" /> 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" /> 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" /> class</summary>
      <param name="list">Type: IList&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata" />&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" /> 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" /> class</summary>
      <param name="options">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection" />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="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection" />The options available in the option set.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.ParentOptionSetName" />
    <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" /> 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="T:Microsoft.Xrm.Sdk.Label" />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="T:Microsoft.Xrm.Sdk.Label" />The display name for a global option set.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.ExternalTypeName" />
    <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: String
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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: String
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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetType" />&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" /> attribute. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.Picklist">
      <summary>The option set provides a list of options. Value = 0.</summary>
    </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" /> attribute. Value = 1.</summary>
    </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" /> attribute. Value = 2.</summary>
    </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>
    </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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.OrganizationOwned">
      <summary>The entity is owned by an organization. Value = 8.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.UserOwned">
      <summary>The entity is owned by a system user. Value = 1.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata">
      <summary>Contains the metadata for an attribute type <see langword="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" /> 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" /> class.</summary>
      <param name="schemaName">Type: String
The schema name of the attribute.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.ChildPicklistLogicalNames" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.FormulaDefinition">
      <summary>Gets or sets the formula definition for calculated and rollup attributes.</summary>
      <returns>Type: StringThe formula definition for calculated and rollup attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.ParentPicklistLogicalName" />
    <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: Nullable&lt;Int32&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.AppendTo">
      <summary>The append to privilege. Value = 8.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Assign">
      <summary>The assign privilege. Value = 5.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Create">
      <summary>The create privilege. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Delete">
      <summary>The delete privilege. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.None">
      <summary>Specifies no privilege. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Read">
      <summary>The read privilege. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Share">
      <summary>The share privilege. Value = 6.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Write">
      <summary>The write privilege. Value = 3.</summary>
    </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" /></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" /> 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" /> 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Attribute">
      <summary>Deleted Attribute metadata. Value = 2.</summary>
    </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" /></summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Entity">
      <summary>Deleted Entity metadata. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Label">
      <summary>Deleted Label metadata. Value = 8.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.OptionSet">
      <summary>Deleted OptionSet metadata. Value = 16.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Relationship">
      <summary>Deleted Relationship metadata. Value = 4.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityKeyQueryExpression" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.EntityKeyQueryExpression.#ctor" />
    <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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.KeyQuery" />
    <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="T:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression" />.</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="T:Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression" />.</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" /> 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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;Int32&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: Int32.</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" /> 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" /> class.</summary>
      <param name="propertyName">Type: String. The name of the metadata property in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator" />. The condition operator.</param>
      <param name="value">Type: Object 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="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator" />. 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: ExtensionDataObjectThe 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: String
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: Object 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.GreaterThan">
      <summary>The value is greater than the compared value. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.In">
      <summary>The value exists in a list of values. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.LessThan">
      <summary>The value is less than the compared value. Value = 5.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.NotEquals">
      <summary>The two values are not equal. Value = 1.</summary>
    </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>
    </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" /> 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" /> class.</summary>
      <param name="filterOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator" />. 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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression" />&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: ExtensionDataObjectThe 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="T:Microsoft.Xrm.Sdk.Query.LogicalOperator" />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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression" />&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" /> 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" /> class.</summary>
      <param name="propertyNames">Type: String[]. 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: Booleantrue 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: ExtensionDataObjectThe 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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;String&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" /> 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: ExtensionDataObjectThe 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" /> 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="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression" />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="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression" />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" /></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" /> 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" /> 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" /> class</summary>
      <param name="type">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipType" />
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: String
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="T:Microsoft.Xrm.Sdk.BooleanManagedProperty" />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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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: Nullable&lt;Boolean&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="T:Microsoft.Xrm.Sdk.Metadata.RelationshipType" />.</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: String
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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.SecurityTypes" />&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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.RelationshipType.ManyToManyRelationship">
      <summary>The entity relationship is a Many-to-Many relationship. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.RelationshipType.OneToManyRelationship">
      <summary>The entity relationship is a One-to-Many relationship. Value = 0.</summary>
    </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: Booleantrue 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: Booleantrue if the privilege can be deep access level; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeEntityReference" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeGlobal">
      <summary>Gets whether the privilege can be global access level.</summary>
      <returns>Type: Booleantrue 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: Booleantrue if the privilege can be local access level; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeParentEntityReference" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.ExtensionData">
      <summary>Gets or sets the structure that contains extra data.</summary>
      <returns>Type: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.Name">
      <summary>Gets the name of the privilege.</summary>
      <returns>Type: String
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: Guid 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="T:Microsoft.Xrm.Sdk.Metadata.PrivilegeType" />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" /> and <see cref="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.AppendTo" /> privileges are checked for create or update operations. Value = 1.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.None">
      <summary>No security privileges are checked during create or update operations. Value = 0.</summary>
    </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>
    </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>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata">
      <summary>Contains the metadata for an attribute of type <see langword="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" /> 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" /> 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: Nullable&lt;Int32&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: String
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 <see langword="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" /> class</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata">
      <summary>Contains one of the possible values for an attribute of type <see langword="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" /> 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" /> class.</summary>
      <param name="value">Type: Int32.
The value of the option.</param>
      <param name="state">Type: Nullable&lt;Int32&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: Nullable&lt;Int32&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: String
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" /> 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" /> class</summary>
      <param name="schemaName">Type: String.
The schema name of the attribute to create.</param>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.DatabaseLength" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.Format">
      <summary>Gets or sets the format for the string</summary>
      <returns>Type: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormat" />&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="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" />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: StringThe 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: Nullable&lt;<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode" />&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: Nullable&lt;Boolean&gt;<see langword="true" /> if the attribute supports localizable values; otherwise, <see langword="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: Nullable&lt;int&gt;
The maximum length.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.MaxSupportedLength">
      <summary>The maximum supported length is 4000 characters.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.MinSupportedLength">
      <summary>The minimum supported length is 1 character.</summary>
    </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: Nullable&lt;Int32&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: StringFor 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 cref="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.Format" /> 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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Phone">
      <summary>For internal use only.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.PhoneticGuide">
      <summary>Specifies to display the string as a phonetic guide. Value = 5.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Text">
      <summary>Specifies to display the string as text. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.TextArea">
      <summary>Specifies to display the string as a text area. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.TickerSymbol">
      <summary>Specifies to display the string as a ticker symbol. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Url">
      <summary>Specifies to display the string as a URL. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.VersionNumber">
      <summary>Specifies to display the string as a version number. Value = 6.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName">
      <summary>Specifies the format of a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata" /> attribute using the <see cref="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.FormatName" /> 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" /> 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" /> as an email address.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Equals(System.Object)">
      <summary>Determines whether two instances are equal.</summary>
      <param name="obj">Type: Object. The <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" /> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" />.</param>
      <returns>Type: Booleantrue if the specified <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" /> is equal to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" /> 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: Int32
The hash code for the current <see langword="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" />. Specifies a StringFormatName.</param>
      <param name="stringFormatB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" />. Specifies a StringFormatName.</param>
      <returns>Type: Booleantrue 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" /></summary>
      <param name="formatName">Type: String. Specifies a StringFormatName.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" />A <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" /> that represents the converted String.</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" />. Specifies a StringFormatName.</param>
      <param name="stringFormatB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName" />. Specifies a StringFormatName.</param>
      <returns>Type: Booleantrue 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" /> as an phone number.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.PhoneticGuide">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata" /> as an phonetic guide.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Text">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata" /> as text.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.TextArea">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata" /> as a text area.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.TickerSymbol">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata" /> as a ticker symbol.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Url">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata" /> as a URL.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.VersionNumber">
      <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata" /> as a version number.</summary>
    </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" /> 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" /> class.</summary>
      <param name="schemaName">Specifies the schema name.</param>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Metadata.ViewColumn" />
    <member name="M:Microsoft.Xrm.Sdk.Metadata.ViewColumn.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ViewColumn.Alias" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ViewColumn.AttributeLogicalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ViewColumn.DataType" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ViewColumn.EntityLogicalName" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ViewColumn.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Metadata.ViewColumn.Format" />
    <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" /> 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" /> class setting the value.</summary>
      <param name="value">Type: Decimal. 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: Object. The <see cref="T:Microsoft.Xrm.Sdk.Money" /> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.Money" />.</param>
      <returns>Type: Booleantrue if the specified <see cref="T:Microsoft.Xrm.Sdk.Money" /> is equal to the <see cref="T:Microsoft.Xrm.Sdk.Money" /> 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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Money.GetHashCode">
      <summary>Returns a hash code value for this type.</summary>
      <returns>Type: Int32
The hash code for the current <see langword="Money" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Money.Value">
      <summary>Gets or sets the value of the attribute.</summary>
      <returns>Type: DecimalThe 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" /> 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="T:System.Runtime.Serialization.ExtensionDataObject" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.NewOrUpdatedItem.NewOrUpdatedEntity">
      <summary>Gets or sets the new or updated entity.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.NewOrUpdatedItem.Type">
      <summary>Gets or sets the change type.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ChangeType" />.</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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Failed">
      <summary>The operation has failed. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Retry">
      <summary>The operation is being retried. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Succeeded">
      <summary>The operation has succeeded. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Suspended">
      <summary>The operation has been suspended. Value = 3.</summary>
    </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" /> 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" /> class</summary>
      <param name="value">Type: Int32. 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" />, The <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue" /> to compare.</param>
      <returns>Type: Booleantrue if the specified <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue" /> is equal to this <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue" /> 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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.GetHashCode">
      <summary>Gets a hash code for the value.</summary>
      <returns>Type: Int32
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: Int32
The current value.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.OptionSetValueCollection">
      <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue" /> instances.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValueCollection.#ctor" />
    <member name="M:Microsoft.Xrm.Sdk.OptionSetValueCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.OptionSetValue})">
      <param name="list" />
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointAccessType.Internet">
      <summary>Internet access. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointAccessType.Intranet">
      <summary>Intranet access. Value = 2.</summary>
    </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" /> 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" /> from a Microsoft.Xrm.Sdk.Discovery.<see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection" />.</summary>
      <param name="collection">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection" />. An endpoint collection.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Organization.EndpointCollection" />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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointType.OrganizationService">
      <summary>The organization service. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.EndpointType.WebApplication">
      <summary>The web application service. Value = 2.</summary>
    </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" /> 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="T:Microsoft.Xrm.Sdk.Organization.EndpointCollection" />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.EnvironmentId">
      <summary>Gets or sets the unique identifier of the organization’s environment.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.ExtensionData">
      <summary>Gets or sets extra data of the organization.</summary>
      <returns>Type: ExtensionDataObjectExtra 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: StringThe friendly name of the organization.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.FromDiscovery(Microsoft.Xrm.Sdk.Discovery.OrganizationDetail)">
      <summary>Populates a <see langword="Microsoft.Xrm.Sdk.Organization" />.<see cref="T:Microsoft.Xrm.Sdk.Organization.OrganizationDetail" /> from a <see langword="Microsoft.Xrm.Sdk.Discovery" />.<see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail" /> object.</summary>
      <param name="detail">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail" />. An organization detail of the <see langword="Discovery" /> namespace.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Organization.OrganizationDetail" />A populated organization detail of the <see langword="Organization" /> namespace.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.Geo">
      <summary>Gets or sets a value that represents the geographic region the tenant is found in.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.OrganizationId">
      <summary>Gets or sets the global unique identifier of the organization.</summary>
      <returns>Type: GuidThe 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: StringThe 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="T:Microsoft.Xrm.Sdk.Organization.OrganizationState" />The state of the organization.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.TenantId">
      <summary>Gets or sets the unique identifier of the PowerApps tenant that contains the environment and organization.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationDetail.UniqueName">
      <summary>Gets or sets the unique name of the organization.</summary>
      <returns>Type: StringThe 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: String The organization name used in the URL for the organization web service.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Organization.OrganizationInfo">
      <summary>Provides information about an organization such as the organization type and solutions in the organization.
or the Web API the corresponding type is OrganizationType ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Organization.OrganizationInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Organization.OrganizationInfo" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationInfo.ExtensionData">
      <summary>Gets or sets the extension data objects.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationInfo.InstanceType">
      <summary>Gets or sets the organization type.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.OrganizationInfo.Solutions">
      <summary>Gets or sets list of solutions in the organization.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationState.Enabled">
      <summary>The organization is enabled. Value = 0.</summary>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Organization.OrganizationType">
      <summary>Indicates the type of the organization.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.BackEnd" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.Customer" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.CustomerFreeTest" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.CustomerPreview" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.CustomerTest" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.Default" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.Developer" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.EmailTrial" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.Monitoring" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.MsftInvestigation" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.Placeholder" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.Secondary" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.Support" />
    <member name="F:Microsoft.Xrm.Sdk.Organization.OrganizationType.TestDrive" />
    <member name="T:Microsoft.Xrm.Sdk.Organization.Solution">
      <summary>Provides information about a solution.
For the Web API the corresponding type is Solution ComplexType.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Organization.Solution.#ctor">
      <summary>Initializes a new instance of the Solution class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.Solution.ExtensionData">
      <summary>Gets or sets the extension data object.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.Solution.FriendlyName">
      <summary>Gets or sets the friendly name of the solution. Required</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.Solution.Id">
      <summary>Gets or sets the ID of the solution. Required</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.Solution.PublisherId">
      <summary>Gets or sets the ID of the solution publisher. Required</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.Solution.PublisherIdName">
      <summary>Gets or sets the name of the solution publisher. Required</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.Solution.PublisherUniqueName">
      <summary>Gets or sets the unique name of the solution publisher. Required</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.Solution.SolutionUniqueName">
      <summary>Gets or sets the unique name of the solution. Required</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Organization.Solution.VersionNumber">
      <summary>Gets or sets the version of the solution. Required</summary>
    </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" /> 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" /> class setting the request name parameter.</summary>
      <param name="requestName">Type: String. 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: ExtensionDataObject
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" /> collection.</summary>
      <param name="parameterName">Type: String. The name of the parameter.</param>
      <returns>Type: Object
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="T:Microsoft.Xrm.Sdk.ParameterCollection" />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: Nullable&lt;Guid&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: StringThe 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" /> class.</summary>
    </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" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.ExtensionData">
      <summary>Gets or sets the structure that contains extra data.</summary>
      <returns>Type: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.Item(System.String)">
      <summary>Gets an indexer for the <paramref name="Results" /> collection.</summary>
      <param name="parameterName">Type: String. The name of the parameter.</param>
      <returns>Type: ObjectThe 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: StringThe 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="T:Microsoft.Xrm.Sdk.ParameterCollection" />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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.OrganizationServiceFault" />The fault instance that caused the current fault.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.OrganizationServiceFault.ToString" />
    <member name="P:Microsoft.Xrm.Sdk.OrganizationServiceFault.TraceText">
      <summary>Gets the text of the fault trace.</summary>
      <returns>Type: StringThe 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" /> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ParameterCollection.#ctor(System.Collections.Generic.IDictionary{System.String,System.Object})">
      <param name="collection" />
    </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" /> 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" /> class setting the <see cref="P:Microsoft.Xrm.Sdk.Query.ColumnSet.AllColumns" /> property.</summary>
      <param name="allColumns">Type: Boolean. A <see langword="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" /> class setting the <see cref="P:Microsoft.Xrm.Sdk.Query.ColumnSet.Columns" /> property.</summary>
      <param name="columns">Type: String[]. Specifies an array of <see langword="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: String. Specifies a <see langword="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: String[]. Specifies an array of <see langword="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: Booleantrue to specify to retrieve all attributes; false to to retrieve only specified attributes.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.AttributeExpressions" />
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.Columns">
      <summary>Gets the collection of <see langword="String" />s containing the names of the attributes to be retrieved from a query.</summary>
      <returns>Type: ICollection
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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.HasLazyFileAttribute">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.LazyFileAttributeEntityName">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.LazyFileAttributeKey">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.LazyFileAttributeSizeLimit">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.LazyFileAttributeValue">
      <summary>For internal use only.</summary>
    </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" /> 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" /> class setting the attribute name and condition operator.</summary>
      <param name="attributeName">Type: String. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. 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" /> class setting the attribute name, condition operator and a collection of values.</summary>
      <param name="attributeName">Type: String. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. The condition operator.</param>
      <param name="values">Type: ICollection. 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" /> class setting the attribute name, condition operator and value object.</summary>
      <param name="attributeName">Type: String. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. The condition operator.</param>
      <param name="value">Type: Object. 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" /> class setting the attribute name, condition operator and an array of value objects.</summary>
      <param name="attributeName">Type: String. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. The condition operator.</param>
      <param name="values">Type: Object[]. 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" /> class.</summary>
      <param name="entityName">Type: String. The logical name of the entity in the condition expression.</param>
      <param name="attributeName">Type: String. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. 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" /> class.</summary>
      <param name="entityName">Type: String. The logical name of the entity in the condition expression.</param>
      <param name="attributeName">Type: String. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. The condition operator.</param>
      <param name="value">Type: Object. 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" /> class.</summary>
      <param name="entityName">Type: String. The logical name of the entity in the condition expression.</param>
      <param name="attributeName">Type: String. The logical name of the attribute in the condition expression.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. The condition operator.</param>
      <param name="values">Type: Object[]. 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: String
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: StringThe 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: ExtensionDataObjectThe 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="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />
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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;Object&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's hierarchical ancestry line. Value = 75.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.BeginsWith">
      <summary>The string occurs at the beginning of another string. Value = 54.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Between">
      <summary>The value is between two values. Value = 10.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ChildOf">
      <summary>For internal use only.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ContainValues" />
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotBeginWith">
      <summary>The string does not begin with another string. Value = 55.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotContain">
      <summary>The string does not contain another string. Value = 50.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotContainValues" />
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotEndWith">
      <summary>The string does not end with another string. Value = 57.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EndsWith">
      <summary>The string ends with another string. Value = 56.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Equal">
      <summary>The values are compared for equality. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualBusinessId">
      <summary>The value is equal to the specified business ID. Value = 43.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserId">
      <summary>The value is equal to the specified user ID. Value = 41.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserLanguage">
      <summary>The value is equal to the language for the user. Value = 51.</summary>
    </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>
    </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>
    </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>
    </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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.GreaterThan">
      <summary>The value is greater than the compared value. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.In">
      <summary>TheThe value exists in a list of values. Value = 8.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalPeriod">
      <summary>The value is within the specified fiscal period. Value = 69.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalPeriodAndYear">
      <summary>The value is within the specified fiscal period and year. Value = 70.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalYear">
      <summary>The value is within the specified year. Value = 68.</summary>
    </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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Last7Days">
      <summary>The value is within the last seven days including today. Value = 17.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastFiscalPeriod">
      <summary>The value is within the last fiscal period. Value = 63.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastFiscalYear">
      <summary>The value is within the last fiscal year. Value = 62.</summary>
    </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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXDays">
      <summary>The value is within last X days. Value = 33.</summary>
    </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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXHours">
      <summary>The value is within the last X hours. Value =31.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXMonths">
      <summary>The value is within the last X (specified value) months. Value = 37.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXWeeks">
      <summary>The value is within the last X (specified value) weeks. Value = 35.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXYears">
      <summary>The value is within the last X years. Value = 39.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastYear">
      <summary>The value is within the previous year. Value = 28.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LessThan">
      <summary>The value is less than the compared value. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Like">
      <summary>The character string is matched to the specified pattern. Value = 6.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Mask">
      <summary>The value is found in the specified bit-mask value. Value = 46.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.MasksSelect">
      <summary>For internal use only. Value = 48.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Next7Days">
      <summary>The value is within the next seven days. Value = 18.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextFiscalPeriod">
      <summary>The value is within the next fiscal period. Value = 61.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextFiscalYear">
      <summary>The value is within the next fiscal year. Value = 60.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextMonth">
      <summary>The value is within the next month. Value = 24.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextWeek">
      <summary>The value is within the next week. Value = 21.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXDays">
      <summary>The value is within the next X (specified value) days. Value = 34.</summary>
    </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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXHours">
      <summary>The value is within the next X (specified value) hours. Value = 32.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXMonths">
      <summary>The value is within the next X (specified value) months. Value = 38.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXWeeks">
      <summary>The value is within the next X weeks. Value = 36.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXYears">
      <summary>The value is within the next X years. Value = 40.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextYear">
      <summary>The value is within the next year. Value = 30.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotBetween">
      <summary>The value is not between two values. Value = 11.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqual">
      <summary>The two values are not equal. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqualBusinessId">
      <summary>The value is not equal to the specified business ID. Value = 44.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqualUserId">
      <summary>The value is not equal to the specified user ID. Value = 42.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotLike">
      <summary>The character string does not match the specified pattern. Value = 7.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotNull">
      <summary>The value is not null. Value = 13.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotOn">
      <summary>For internal use only.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Null">
      <summary>The value is null. Value = 12.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXDays" />
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXHours" />
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXMinutes" />
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXMonths">
      <summary>The value is older than the specified number of months. Value = 53.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXWeeks" />
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXYears" />
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.On">
      <summary>The value is on a specified date. Value = 25.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OnOrAfter">
      <summary>The value is on or after a specified date. Value = 27.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OnOrBefore">
      <summary>The value is on or before a specified date. Value = 26.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisFiscalPeriod">
      <summary>The value is within the current fiscal period. Value = 59.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisFiscalYear">
      <summary>The value is within the current fiscal year . Value = 58.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisMonth">
      <summary>The value is within the current month. Value = 23.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisWeek">
      <summary>The value is within the current week. Value = 20.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisYear">
      <summary>The value is within the current year. Value = 29.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Today">
      <summary>The value equals today’s date. Value = 15.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Tomorrow">
      <summary>The value equals tomorrow’s date. Value = 16.</summary>
    </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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Yesterday">
      <summary>The value equals yesterday’s date. Value = 14.</summary>
    </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" />
    <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" /> class.</summary>
      <param name="query">Type: String. 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: StringThe 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" /> 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" /> class.</summary>
      <param name="filterOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator" />. 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" />. 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: String. The name of the attribute.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. The enumeration type.</param>
      <param name="values">Type: Object[]. 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: String. The name of the entity.</param>
      <param name="attributeName">Type: String. The name of the attribute.</param>
      <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator" />. The enumeration type.</param>
      <param name="values">Type: Object[]. 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" />. 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" />. The enumeration type.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression" />
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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression" />&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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.FilterHint" />
    <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.FilterOperator">
      <summary>Gets or sets the logical AND/OR filter operator.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator" />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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression" />&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: Booleantrue if the filter is part of a quick find query; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.InfoCode" />
    <member name="F:Microsoft.Xrm.Sdk.Query.InfoCode.PerformanceLeadingWildCard" />
    <member name="F:Microsoft.Xrm.Sdk.Query.InfoCode.SyntaxError" />
    <member name="F:Microsoft.Xrm.Sdk.Query.InfoCode.Unknown" />
    <member name="T:Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor" />
    <member name="M:Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor.Visit(Microsoft.Xrm.Sdk.Query.QueryExpression)">
      <param name="query" />
    </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" />.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.All" />
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.Any">
      <summary>Link-entity is generated as Subquery. The outer entity uses the “in” operator on the Subquery.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.Exists">
      <summary>Link-entity is generated as a Correlated Subquery. The outer entity uses “exists” operator on the Correlated Subquery.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.In" />
    <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>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.MatchFirstRowUsingCrossApply">
      <summary>Link-entity is generated as Correlated Subquery. The outer entity uses the “cross apply” operator on the Correlated Subquery. Pick the top 1 row.</summary>
    </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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.NotAll" />
    <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.NotAny" />
    <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" /> 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" /> class setting the required properties.</summary>
      <param name="linkFromEntityName">Type: String. The logical name of the entity to link from.</param>
      <param name="linkToEntityName">Type: String. The logical name of the entity to link to.</param>
      <param name="linkFromAttributeName">Type: String. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: String. The name of the attribute to link to.</param>
      <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator" />. 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: String. The name of the entity to link to.</param>
      <param name="linkFromAttributeName">Type: String. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: String. The name of the attribute to link to.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity" />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: String. The name of the entity to link to.</param>
      <param name="linkFromAttributeName">Type: String. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: String. The name of the attribute to link to.</param>
      <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator" />. The join operator.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity" />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="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />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: String
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: ExtensionDataObjectThe 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="T:Microsoft.Xrm.Sdk.Query.JoinOperator" />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="T:Microsoft.Xrm.Sdk.Query.FilterExpression" />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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity" />&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: String
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: String
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: String
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: String
The logical name of the entity that you are linking to.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.Orders" />
    <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" />.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.LogicalOperator.And">
      <summary>A logical AND operation is performed. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.LogicalOperator.Or">
      <summary>A logical OR operation is performed. Value = 1.</summary>
    </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" /> 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" /> class setting the attribute name and the order type.</summary>
      <param name="attributeName">Type: String. The name of the attribute.</param>
      <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType" />. The order, ascending or descending.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.OrderExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.OrderType,System.String)">
      <param name="attributeName" />
      <param name="orderType" />
      <param name="alias" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.OrderExpression.Alias" />
    <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: String
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: ExtensionDataObjectThe 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="T:Microsoft.Xrm.Sdk.Query.OrderType" />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" />.</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>
    </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>
    </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" /> 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: Int32
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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.PageNumber">
      <summary>Gets or sets the page number to return with the query.</summary>
      <returns>Type: Int32
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: String
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: Booleantrue if the <see cref="P:Microsoft.Xrm.Sdk.EntityCollection.TotalRecordCount" /> 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" /> 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: ExtensionDataObjectThe 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" /> 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" /> class.</summary>
      <param name="entityName">Type: String. 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: String. The logical name of the attribute.</param>
      <param name="value">Type: Object. 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: String. The logical name of the attribute.</param>
      <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType" />. 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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;String&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="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />The set of columns (fields) to be returned, used <see cref="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.Attributes" /> 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: StringThe 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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression" />&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="T:Microsoft.Xrm.Sdk.Query.PagingInfo" />The number of pages and the number of entity instances per page returned from the query.
A query can contain either <see cref="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.PageInfo" /> or <see cref="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.TopCount" /> 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: Int32The 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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;Object&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" /> 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" /> class setting the entity name.</summary>
      <param name="entityName">Type: String. The name of the entity.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.Accept(Microsoft.Xrm.Sdk.Query.IQueryExpressionVisitor)">
      <param name="visitor" />
    </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: String. The name of entity to link from.</param>
      <param name="linkFromAttributeName">Type: String. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: String. The name of the attribute to link to.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity" />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: String. The name of entity to link from.</param>
      <param name="linkFromAttributeName">Type: String. The name of the attribute to link from.</param>
      <param name="linkToAttributeName">Type: String. The name of the attribute to link to.</param>
      <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator" />. The join operator.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity" />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: String. The name of the attribute.</param>
      <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType" />. 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="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />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="T:Microsoft.Xrm.Sdk.Query.FilterExpression" />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: Booleantrue if the results of the query contain duplicate entity instances; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.Query.QueryExpression.Empty" />
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.EntityName">
      <summary>Gets or sets the logical name of the entity.</summary>
      <returns>Type: String
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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity" />&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: Booleantrue 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="T:Microsoft.Xrm.Sdk.DataCollection`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression" />&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="T:Microsoft.Xrm.Sdk.Query.PagingInfo" />The number of pages and the number of entity instances per page returned from the query.
A query can contain either <see cref="P:Microsoft.Xrm.Sdk.Query.QueryExpression.PageInfo" /> or <see cref="P:Microsoft.Xrm.Sdk.Query.QueryExpression.TopCount" /> property values. If both are specified, an error will be thrown.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.QueryHints">
      <summary>Gets or sets a hint for generated SQL text which affects the query's execution.</summary>
      <returns>Type: String
See Use SQL hints in a query for the list of supported values.</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: Int32The number of rows to be returned.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase" />
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.#ctor" />
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.Visit(Microsoft.Xrm.Sdk.Query.QueryExpression)">
      <param name="query" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitColumnSet(Microsoft.Xrm.Sdk.Query.ColumnSet)">
      <param name="columnSet" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitConditionExpression(Microsoft.Xrm.Sdk.Query.ConditionExpression)">
      <param name="condition" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitFilterExpression(Microsoft.Xrm.Sdk.Query.FilterExpression)">
      <param name="filter" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitLinkEntity(Microsoft.Xrm.Sdk.Query.LinkEntity)">
      <param name="linkEntity" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitOrderExpression(Microsoft.Xrm.Sdk.Query.OrderExpression)">
      <param name="order" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpressionVisitorBase.VisitPagingInfo(Microsoft.Xrm.Sdk.Query.PagingInfo)">
      <param name="pageInfo" />
    </member>
    <member name="T:Microsoft.Xrm.Sdk.Query.SeverityLevel" />
    <member name="F:Microsoft.Xrm.Sdk.Query.SeverityLevel.Critical" />
    <member name="F:Microsoft.Xrm.Sdk.Query.SeverityLevel.High" />
    <member name="F:Microsoft.Xrm.Sdk.Query.SeverityLevel.Low" />
    <member name="F:Microsoft.Xrm.Sdk.Query.SeverityLevel.Medium" />
    <member name="T:Microsoft.Xrm.Sdk.Query.ValidateFetchXmlExpressionResult" />
    <member name="M:Microsoft.Xrm.Sdk.Query.ValidateFetchXmlExpressionResult.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Query.ValidateFetchXmlExpressionResult.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Query.ValidateFetchXmlExpressionResult.Messages" />
    <member name="T:Microsoft.Xrm.Sdk.Query.ValidatorIssue" />
    <member name="M:Microsoft.Xrm.Sdk.Query.ValidatorIssue.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.Query.ValidatorIssue.LocalizedMessageText" />
    <member name="P:Microsoft.Xrm.Sdk.Query.ValidatorIssue.OptionalPropertyBag" />
    <member name="P:Microsoft.Xrm.Sdk.Query.ValidatorIssue.Severity" />
    <member name="P:Microsoft.Xrm.Sdk.Query.ValidatorIssue.TypeCode" />
    <member name="T:Microsoft.Xrm.Sdk.Query.XrmAggregateType" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmAggregateType.Avg" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmAggregateType.Count" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmAggregateType.CountColumn" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmAggregateType.Max" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmAggregateType.Min" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmAggregateType.None" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmAggregateType.Sum" />
    <member name="T:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression" />
    <member name="M:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.#ctor" />
    <member name="M:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.#ctor(System.String)">
      <param name="attributeName" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.XrmAggregateType)">
      <param name="attributeName" />
      <param name="aggregateType" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.XrmAggregateType,System.String)">
      <param name="attributeName" />
      <param name="aggregateType" />
      <param name="alias" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.XrmAggregateType,System.String,Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping)">
      <param name="attributeName" />
      <param name="aggregateType" />
      <param name="alias" />
      <param name="dateTimeGrouping" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.AggregateType" />
    <member name="P:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.Alias" />
    <member name="P:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.AttributeName" />
    <member name="P:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.DateTimeGrouping" />
    <member name="P:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.Query.XrmAttributeExpression.HasGroupBy" />
    <member name="T:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping.Day" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping.FiscalPeriod" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping.FiscalYear" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping.Month" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping.None" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping.Quarter" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping.Week" />
    <member name="F:Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping.Year" />
    <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" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindConfiguration.EntityName">
      <summary>For internal use only.</summary>
      <returns>String</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 name="entities" />
    </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 name="entities" />
      <param name="queryColumns" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.Data">
      <summary>For internal use only.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.ErrorCode">
      <summary>For internal use only.</summary>
      <returns>Type: Int32</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.ExtensionData">
      <summary>For internal use only.</summary>
      <returns>Type: ExtensionDataObject</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.QueryColumnSet">
      <summary>For internal use only.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1" />.</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" /> 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" /> is read-only.</summary>
      <returns>Type: Booleantrue if the <see cref="T:Microsoft.Xrm.Sdk.RelatedEntityCollection" /> 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" /> 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" /> class setting the schema name property.</summary>
      <param name="schemaName">Type: String. 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: Object. The <see langword="Relationship" /> to compare with the current <see langword="Relationship" />.</param>
      <returns>Type: Booleantrue if the specified <see langword="Relationship" /> is equal to the <see langword="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="T:System.Runtime.Serialization.ExtensionDataObject" />
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: Int32
The hash code for the current <see langword="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="T:System.Nullable`1" />&lt;<see cref="T:Microsoft.Xrm.Sdk.EntityRole" />&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: String
The name of the relationship as defined defined in the <see cref="P:Microsoft.Xrm.Sdk.Relationship.SchemaName" /> property.</returns>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.Relationship.ToString">
      <summary>Returns a String that represents the current <see langword="Relationship" />.</summary>
      <returns>Type: String
The name of the current <see langword="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" /> 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" /> class</summary>
      <param name="schemaName">Type: String
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" /> class</summary>
      <param name="schemaName">Type: String
The schema name for the entity relationship.</param>
      <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole" />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="T:Microsoft.Xrm.Sdk.EntityRole" />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: String
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 <see langword="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: GuidThe 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: GuidThe 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: Int32The 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: ExtensionDataObjectA structure that contains extra data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.InitiatingUserAzureActiveDirectoryObjectId" />
    <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: GuidThe 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="T:Microsoft.Xrm.Sdk.ParameterCollection" /> 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: Boolean<see langword="true" /> if the client is offline; otherwise <see langword="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: Boolean<see langword="true" /> if the plug-in is executing within the database transaction; otherwise, <see langword="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: Boolean<see langword="true" /> if the plug-in is executing as a result of the client synchronizing with the Microsoft Dynamics 365 server; otherwise, <see langword="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: Int32A 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: StringThe name of the Web service message.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Microsoft#Xrm#Sdk#IPluginExecutionContext#ParentContext">
      <summary>For internal use only.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Mode">
      <summary>Gets the mode of plug-in execution.</summary>
      <returns>Type: Int32The 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 <see langword="System Job" /> was created.</summary>
      <returns>Type: DateTimeThe date and time the related <see langword="System Job" /> was created.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OperationId">
      <summary>Gets the global unique identifier of the related <see langword="System Job" />.</summary>
      <returns>Type: GuidThe global unique identifier of the related <see langword="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: GuidThe 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: StringThe 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="T:Microsoft.Xrm.Sdk.ParameterCollection" />The parameters of the response message.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OwningExtension">
      <summary>Gets a reference to the related <see langword="SdkMessageProcessingingStep" /> or <see langword="ServiceEndpoint" />.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference" />The reference to the related <see langword="SdkMessageProcessingingStep" /> or <see langword="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="T:Microsoft.Xrm.Sdk.RemoteExecutionContext" />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="T:Microsoft.Xrm.Sdk.EntityImageCollection" />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="T:Microsoft.Xrm.Sdk.EntityImageCollection" />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: GuidThe 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: StringThe 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: Nullable&lt;Guid&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: StringThe 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="T:Microsoft.Xrm.Sdk.ParameterCollection" />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: Int32. 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.UserAzureActiveDirectoryObjectId" />
    <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: GuidThe global unique identifier of the system user.</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" /> 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="T:System.Runtime.Serialization.ExtensionDataObject" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemovedOrDeletedItem.RemovedItem">
      <summary>Gets or sets the removed item.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.RemovedOrDeletedItem.Type">
      <summary>Gets or sets the change type.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ChangeType" />.</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" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException" /> 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" /> class using <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> method call results.</summary>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" />. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> call.</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" /> class using an inner exception and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> method call results.</summary>
      <param name="innerException">Type: Exception. The inner exception that is the cause of this exception.</param>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" />. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> 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" /> class with an error message.</summary>
      <param name="message">Type: String. The error message that explains the reason for the exception.</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" /> class using an error message and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> method call results.</summary>
      <param name="message">Type: String. The error message that explains the reason for the exception.</param>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" />. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> 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" /> class with and error message and an inner exception.</summary>
      <param name="message">Type: String. The error message that explains the reason for the exception.</param>
      <param name="exception">Type: Exception. 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" /> class with and error message, an inner exception, and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> method call results.</summary>
      <param name="message">Type: String. The error message that explains the reason for the exception.</param>
      <param name="innerException">Type: Exception. The inner exception that is the cause of this exception.</param>
      <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" />. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges" /> call.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Sets the SerializationInfo with information about the exception.</summary>
      <param name="info">Type: SerializationInfo. The serialized object data about the exception being thrown.</param>
      <param name="context">Type: StreamingContext. 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" /> method call.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection" />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: ExceptionThe 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="T:Microsoft.Xrm.Sdk.OrganizationRequest" />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="T:Microsoft.Xrm.Sdk.OrganizationResponse" />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: Booleantrue 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)" /> method behaves when an error occurs.</summary>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions" />
The option that describes the save changes behavior.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.SdkExceptionBase">
      <summary>Base class for SDK specific exceptions.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SdkExceptionBase.#ctor(System.Exception)">
      <param name="innerException" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SdkExceptionBase.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="info" />
      <param name="context" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SdkExceptionBase.#ctor(System.String)">
      <param name="message" />
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SdkExceptionBase.#ctor(System.String,System.Exception)">
      <param name="message" />
      <param name="innerException" />
    </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" /> 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" /> class with the specified fault reason.</summary>
      <param name="message">Type: String. 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="T:Microsoft.Xrm.Sdk.ErrorDetailCollection" />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: ExtensionDataObjectThe extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ServiceEndpointFault.Message">
      <summary>Gets the message for the fault.</summary>
      <returns>Type: StringThe message for the fault.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.ServicePlan">
      <summary>Represents a service plan assigned to a system user.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.ServicePlan.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ServicePlan" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ServicePlan.DisplayName">
      <summary>Gets or sets the display name of the service plan assigned to a system user.</summary>
      <returns>Display name of the service plan assigned to a system user.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ServicePlan.ExtensionData">
      <summary>Gets or sets the extension data.</summary>
      <returns>The extension data.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.ServicePlan.Name">
      <summary>Gets or sets the name of the service plan assigned to a system user.</summary>
      <returns>Name of the service plan assigned to a system user.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.SolutionInfo">
      <summary>Contains information about the details of the solution.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SolutionInfo.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.SolutionInfo.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.SolutionInfo.Name" />
    <member name="T:Microsoft.Xrm.Sdk.SubscriptionData">
      <summary>Provides the collection of updated or deleted entites as the result of a subscription synchronization.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SubscriptionData.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.SubscriptionData.DeletedEntityData" />
    <member name="P:Microsoft.Xrm.Sdk.SubscriptionData.UpdatedEntityData" />
    <member name="T:Microsoft.Xrm.Sdk.SubscriptionDeletedEntitiesData">
      <summary>A collection of <see cref="T:Microsoft.Xrm.Sdk.SubscriptionDeletedEntityData" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SubscriptionDeletedEntitiesData.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.SubscriptionDeletedEntityData">
      <summary>A collection of identifiers for entites deleted after a subscription synchronization.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SubscriptionDeletedEntityData.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.SubscriptionEntitiesMetadata">
      <summary>A collection of <see cref="T:Microsoft.Xrm.Sdk.SubscriptionEntityMetadata" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SubscriptionEntitiesMetadata.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.SubscriptionEntityMetadata">
      <summary>A collection of entity metadata definitions.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SubscriptionEntityMetadata.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.SubscriptionUpdatedEntitiesData">
      <summary>A collection of <see cref="T:Microsoft.Xrm.Sdk.SubscriptionUpdatedEntityData" />.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SubscriptionUpdatedEntitiesData.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.SubscriptionUpdatedEntityData">
      <summary>A collection of entity data updated by a subscription synchonization.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.SubscriptionUpdatedEntityData.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.SyncSubscriptionDataResponse" />
    <member name="M:Microsoft.Xrm.Sdk.SyncSubscriptionDataResponse.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.SyncSubscriptionDataResponse.Data" />
    <member name="P:Microsoft.Xrm.Sdk.SyncSubscriptionDataResponse.IsFinalPage" />
    <member name="P:Microsoft.Xrm.Sdk.SyncSubscriptionDataResponse.SyncToken" />
    <member name="T:Microsoft.Xrm.Sdk.SyncSubscriptionMetadataResponse" />
    <member name="M:Microsoft.Xrm.Sdk.SyncSubscriptionMetadataResponse.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.SyncSubscriptionMetadataResponse.IsFinalPage" />
    <member name="P:Microsoft.Xrm.Sdk.SyncSubscriptionMetadataResponse.Metadata" />
    <member name="P:Microsoft.Xrm.Sdk.SyncSubscriptionMetadataResponse.MetadataVersion" />
    <member name="P:Microsoft.Xrm.Sdk.SyncSubscriptionMetadataResponse.ProfileVersion" />
    <member name="P:Microsoft.Xrm.Sdk.SyncSubscriptionMetadataResponse.SyncToken" />
    <member name="T:Microsoft.Xrm.Sdk.UpdatePointersRequest" />
    <member name="M:Microsoft.Xrm.Sdk.UpdatePointersRequest.#ctor" />
    <member name="P:Microsoft.Xrm.Sdk.UpdatePointersRequest.ExtensionData" />
    <member name="P:Microsoft.Xrm.Sdk.UpdatePointersRequest.FilePointer" />
    <member name="P:Microsoft.Xrm.Sdk.UpdatePointersRequest.FileSize" />
    <member name="P:Microsoft.Xrm.Sdk.UpdatePointersRequest.Otc" />
    <member name="P:Microsoft.Xrm.Sdk.UpdatePointersRequest.Prefix" />
    <member name="P:Microsoft.Xrm.Sdk.UpdatePointersRequest.SetBodyToNull" />
    <member name="P:Microsoft.Xrm.Sdk.UpdatePointersRequest.StoragePointer" />
    <member name="P:Microsoft.Xrm.Sdk.UpdatePointersRequest.TargetObjectId" />
    <member name="T:Microsoft.Xrm.Sdk.UserLicenseInfo">
      <summary>Represents license information for a user that defines the service plans that the user has access to.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.UserLicenseInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.UserLicenseInfo" /> class.</summary>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.UserLicenseInfo.ExtensionData">
      <summary>Gets or sets the extension data object.</summary>
      <returns>The extension data object.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.UserLicenseInfo.ServicePlans">
      <summary>Gets or sets a list of service plans assigned to a system user.</summary>
      <returns>List of service plans assigned to a system user.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.UserSearchFacet" />
    <member name="M:Microsoft.Xrm.Sdk.UserSearchFacet.#ctor" />
    <member name="M:Microsoft.Xrm.Sdk.UserSearchFacet.#ctor(System.String,System.String,System.String,System.Int32)">
      <param name="attributeLogicalName" />
      <param name="attributeTypeName" />
      <param name="attributeDisplayName" />
      <param name="facetOrder" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.AttributeDisplayName" />
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.AttributeLogicalName" />
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.AttributeTypeName" />
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.FacetOrder" />
    <member name="P:Microsoft.Xrm.Sdk.UserSearchFacet.System#Runtime#Serialization#IExtensibleDataObject#ExtensionData" />
    <member name="T:Microsoft.Xrm.Sdk.UserSearchFacetCollection" />
    <member name="M:Microsoft.Xrm.Sdk.UserSearchFacetCollection.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.UserSearchFacetResponseCollection" />
    <member name="M:Microsoft.Xrm.Sdk.UserSearchFacetResponseCollection.#ctor" />
    <member name="T:Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient">
      <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService" /> 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" /> 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" /> 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="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1" />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="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse" />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" />
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse" />.</returns>
    </member>
    <member name="T:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient">
      <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService" /> 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" /> class using an Organization service URL.</summary>
      <param name="serviceUrl">Type: URI. The URL of the Organization web service.</param>
      <param name="useStrongTypes">Type: Boolean. 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" /> class using an Organization service URL and an assembly.</summary>
      <param name="serviceUrl">Type: URI. The URL of the Organization web service.</param>
      <param name="strongTypeAssembly">Type: Assembly. 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" /> class using an Organization service URL and time span.</summary>
      <param name="serviceUrl">Type: URI. The URL of the Organization web service.</param>
      <param name="timeout">Type: TimeSpan. 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: Boolean. 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" /> class using an Organization service URL, a time span, and an assembly.</summary>
      <param name="uri">Type: URI. The URL of the Organization web service.</param>
      <param name="timeout">Type: TimeSpan. 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: Assembly. 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: String. The logical name of the entity specified in the <paramref name="entityId" /> parameter.</param>
      <param name="entityId">Type: Guid. 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" />. The name of the relationship to be used to create the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection" />. 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 name="entityId" />
      <param name="relationship" />
      <param name="relatedEntities" />
    </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: GuidThe ID of the user for whom SDK calls are made on behalf of.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.CallerRegardingObjectId" />
    <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" />. An entity instance that contains the properties to set in the newly created record.</param>
      <returns>Type: GuidThe 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" />
      <returns>Returns <see cref="T:System.Guid" />.</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="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1" />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: String. The logical name of the entity specified in the <paramref name="entityId" /> parameter.</param>
      <param name="id">Type: Guid. 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 name="id" />
    </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: String. The logical name of the entity specified in the <paramref name="entityId" /> parameter.</param>
      <param name="entityId">Type: Guid. 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" />. The name of the relationship to be used to remove the link.</param>
      <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection" />. 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 name="entityId" />
      <param name="relationship" />
      <param name="relatedEntities" />
    </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" />. An instance of a request class that defines the action to be performed.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse" />. You must cast the return value of this method to the specific instance of the response that corresponds to the <paramref name="Request" /> 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" />
      <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse" />.</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: String. The logical name of the entity specified in the <paramref name="entityId" /> parameter.</param>
      <param name="id">Type: Guid. The ID of the record you want to retrieve.</param>
      <param name="columnSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />. A query that specifies the set of columns, or attributes, to retrieve.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity" />.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 name="id" />
      <param name="columnSet" />
      <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Entity" />.</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" />. A query that determines the set of records to retrieve.</param>
      <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" />.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" />
      <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" />.</returns>
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.SyncOperationType">
      <summary>For internal use only.</summary>
      <returns>Returns <see cref="T:System.String" />.</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" />. 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" />
    </member>
    <member name="P:Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient.userType" />
    <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>
    </member>
    <member name="F:Microsoft.Xrm.Sdk.WebServiceClient.UserType.ExternalPartyUser">
      <summary>An external party user.</summary>
    </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" /> class using an Organization service URL.</summary>
      <param name="serviceUrl">Type: URI. The URL of the Organization web service.</param>
      <param name="useStrongTypes">Type: Boolean. 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" /> class using an Organization service URL and an assembly.</summary>
      <param name="serviceUrl">Type: URI. The URL of the Organization web service.</param>
      <param name="strongTypeAssembly">Type: Assembly. 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" /> class using an Organization service URL and time span.</summary>
      <param name="serviceUrl">Type: URI. The URL of the Organization web service.</param>
      <param name="timeout">Type: TimeSpan. 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: Boolean. 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" /> class using an Organization service URL, a time span, and an assembly.</summary>
      <param name="serviceUrl">Type: URI. The URL of the Organization web service.</param>
      <param name="timeout">Type: TimeSpan. 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: Assembly. 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="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1" />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: URI. The URL of the web service.</param>
      <param name="useStrongTypes">Type: Boolean. When true, use early-bound types; otherwise, false.</param>
      <param name="timeout">Type: TimeSpan. 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: Assembly. An assembly containing early-bound types.</param>
      <returns>Type: ServiceEndpointA 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: Boolean.</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" /> class.</summary>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1.GetBinding(System.Uri,System.TimeSpan)">
      <summary>Returns the default BasicHttpBinding that the proxy classes will use.</summary>
      <param name="serviceUrl">Type: URI. The URL of the web service.</param>
      <param name="timeout">Type: TimeSpan. The maximum amount of time an operation has to complete before a timeout fault is raised on a service channel binding.</param>
      <returns>Type: BindingThe 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: StringGets 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: StringThe 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" /> class using a web proxy client.</summary>
      <param name="proxy">Type: <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1" />&lt;TService&gt;. 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: Boolean.</param>
    </member>
    <member name="M:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1.Finalize">
      <summary>Destructor for <see cref="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1" /> 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" /> object using a client base object.</summary>
      <param name="proxy">Type: ClientBase&lt;TService&gt;. 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="T:Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1" />The web proxy client for the service.</returns>
    </member>
  </members>
</doc>