sync-webresources
Version:
A powershell solution that will push a local folder structure into CRM WebResources, modularized for npm.
599 lines • 274 kB
text/xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Xrm.Client</name>
</assembly>
<members>
<member name="T:Microsoft.Xrm.Client.CrmConnection">
<summary>Provides a connection to the server using a connection string. (Developer Extensions)</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmConnection.#ctor">
<summary>Initializes a new instance of the CrmConnection class.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmConnection.#ctor(System.Configuration.ConnectionStringSettings)">
<summary>Initializes a new instance of the CrmConnection class , setting the connection string.</summary>
<param name="connectionString">The connection string.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmConnection.#ctor(System.String)">
<summary>Initializes a new instance of the CrmConnection class , setting the connection string name.</summary>
<param name="connectionStringName">The connection string name.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmConnection.GetConnectionId">
<summary>Builds a text value that is unique to the connection values.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="M:Microsoft.Xrm.Client.CrmConnection.Parse(System.String)">
<summary>Parses a string in the DbConnectionStringBuilder format.</summary>
<returns>Returns <see cref="T:Microsoft.Xrm.Client.CrmConnection"></see>.</returns>
<param name="connectionString">The connection string to parse.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Runtime.Serialization.ObjectExtensions.SerializeByJson(System.Object,System.Collections.Generic.IEnumerable{System.Type})">
<summary>Serialize an object using the DataContractJsonSerializerhttp://msdn2.microsoft.com/en-us/library/bb908432.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.CallerId">
<summary>Gets or sets the GUID of the user for whom SDK calls are made on behalf of.</summary>
<returns>Returns <see cref="T:System.Guid"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.ClientCredentials">
<summary>The user credentials.</summary>
<returns>Returns <see cref="T:System.ServiceModel.Description.ClientCredentials"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.DeviceCredentials">
<summary>The Windows Live ID device credentials.</summary>
<returns>Returns <see cref="T:System.ServiceModel.Description.ClientCredentials"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.HomeRealmUri">
<summary>The URI of the cross realm STS metadata endpoint.</summary>
<returns>Returns <see cref="T:System.Uri"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.ProxyTypesAssembly">
<summary>The assembly containing the strong proxy types.</summary>
<returns>Returns <see cref="T:System.Reflection.Assembly"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.ProxyTypesEnabled">
<summary>Determines if the strong proxy types should be returned by the service.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.ServiceConfigurationInstanceMode">
<summary>The mode for instantiating the service configuration.</summary>
<returns>Returns <see cref="T:Microsoft.Xrm.Client.ServiceConfigurationInstanceMode"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.ServiceUri">
<summary>The organization service URL.</summary>
<returns>Returns <see cref="T:System.Uri"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.Timeout">
<summary>The service timeout value.</summary>
<returns>Returns <see cref="T:System.TimeSpan"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmConnection.UserTokenExpiryWindow">
<summary>The time offset prior to the user token expiration when the user token should be refreshed.</summary>
<returns>Returns <see cref="T:System.TimeSpan"></see>.</returns>
</member>
<member name="T:Microsoft.Xrm.Client.CrmEntity">
<summary>The base class of an entity class from Developer Extensions for Microsoft Dynamics CRM 2011, derived from the core Microsoft.Xrm.Sdk.Entity class.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.#ctor(System.String)">
<summary>Initializes a new instance of the CrmEntity class.</summary>
<param name="entityName">The name of the entity.</param>
</member>
<member name="E:Microsoft.Xrm.Client.CrmEntity.PropertyChanged">
<summary>Occurs when an attribute or relationship is set.</summary>
</member>
<member name="E:Microsoft.Xrm.Client.CrmEntity.PropertyChanging">
<summary>Occurs when an attribute or relationship is set.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.AssertEntityName(Microsoft.Xrm.Sdk.Entity,System.String[])">
<summary>Verifies that the logical name of an entity is the expected name.</summary>
<param name="entity">The entity instance.</param>
<param name="expectedEntityName">The expected entity name.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.Clone(Microsoft.Xrm.Sdk.Entity,System.Boolean)">
<summary>Deep clones an instance of the Entity class.</summary>
<returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>.</returns>
<param name="entity">The entity instance.</param>
<param name="includeRelatedEntities">Specifies whether related entities should be included in the cloned entity.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.GetAttributeCollectionValue``1(System.String)">
<summary>Retrieves the value of a sequence attribute.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1"></see>.</returns>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetAttributeValue(Microsoft.Xrm.Sdk.Entity,System.String)">
<summary>Retrieves the value of an attribute.</summary>
<returns>Returns <see cref="T:System.Object"></see> .</returns>
<param name="entity">The entity instance.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.GetAttributeValue``1(System.String)">
<summary>Retrieves the value of an attribute.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1"></see>.</returns>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetEntityReferenceValue``1(Microsoft.Xrm.Sdk.Entity,System.String)">
<summary>Retrieves attribute values for EntityReference attributes.</summary>
<returns>Returns <see cref="T:System.Object"></see>.</returns>
<param name="entity">The entity instance.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetRelatedEntities(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Relationship)">
<summary>Retrieves the collection of related entities for a specific relationship.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1"></see>.</returns>
<param name="entity">The entity instance.</param>
<param name="relationship">The relationship instance.</param>
<param name="context">The service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetRelatedEntities(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<summary>Retrieves the collection of related entities for a specific relationship.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1"></see>.</returns>
<param name="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced.</param>
<param name="entity">The entity instance.</param>
<param name="context">The service context.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.GetRelatedEntities``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<summary>Gets the collection of related entity instances for the specified relationship.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1"></see>.</returns>
<param name="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetRelatedEntities``1(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship)">
<summary>Retrieves the collection of related entities for a specific relationship.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1"></see>.</returns>
<param name="entity">The entity instance.</param>
<param name="relationship">The relationship instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetRelatedEntities``2(Microsoft.Xrm.Sdk.Entity,System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}})">
<summary>Retrieves the collection of related entities for a specific relationship.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1"></see>.</returns>
<param name="entity">The entity instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetRelatedEntity(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Relationship)">
<summary>Retrieves the related entity for a specific relationship.</summary>
<returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>.</returns>
<param name="entity">The entity instance.</param>
<param name="relationship">The relationship instance.</param>
<param name="context">The service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetRelatedEntity(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<summary>Retrieves the related entity for a specific relationship.</summary>
<returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>.</returns>
<param name="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced</param>
<param name="entity">The entity instance.</param>
<param name="context">The service context.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.GetRelatedEntity``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<summary>Gets the related entity instance for the specified relationship.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1"></see>.</returns>
<param name="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.GetRelatedEntity``1(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship)">
<summary>Retrieves the related entity for a specific relationship.</summary>
<returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>.</returns>
<param name="entity">The entity instance.</param>
<param name="relationship">The relationship instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.SetAttributeCollectionValue``1(System.String,System.String,System.Collections.Generic.IEnumerable{``0})">
<summary>Modifies the value of a sequence attribute.</summary>
<param name="propertyName">The name of the property to set.</param>
<param name="value">The value of the property.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.SetAttributeCollectionValue``1(Microsoft.Xrm.Sdk.Entity,System.String,System.Collections.Generic.IEnumerable{``0})">
<summary>Modifies the value of a sequence attribute.</summary>
<param name="entity">The entity instance.</param>
<param name="value">The attribute value.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.SetAttributeValue(Microsoft.Xrm.Sdk.Entity,System.String,System.String,System.Object)">
<summary>Modifies the value of an attribute.</summary>
<param name="entity">The entity instance.</param>
<param name="value">The attribute value.</param>
<param name="entityLogicalName">The logical name of the entity.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.SetAttributeValue``1(System.String,System.String,System.Object)">
<summary>Modifies the value of an attribute.</summary>
<param name="propertyName">The name of the property to set.</param>
<param name="value">The attribute value.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.SetAttributeValue``1(System.String,System.String,System.String,System.Object)">
<summary>Modifies the value of an attribute.</summary>
<param name="propertyName">The name of the property to set.</param>
<param name="value">The attribute value.</param>
<param name="entityLogicalName">The logical name of the entity.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.SetAttributeValue``1(Microsoft.Xrm.Sdk.Entity,System.String,System.Object)">
<summary>Modifies the value of an attribute.</summary>
<param name="entity">The entity instance.</param>
<param name="value">The attribute value.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.SetPrimaryIdAttributeValue``1(System.String,System.String,System.Object)">
<summary>Modifies the value of a primary key attribute.</summary>
<param name="propertyName">The name of the property to set.</param>
<param name="value">The value of the property.</param>
<param name="attributeLogicalName">The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.SetRelatedEntities``1(System.String,System.String,System.Collections.Generic.IEnumerable{``0})">
<summary>Sets the collection of related entity instances for the specified relationship.</summary>
<param name="propertyName">The name of the property.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
<param name="entities">The set of entities to be related.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.SetRelatedEntities``1(System.String,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="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced.</param>
<param name="propertyName">The name of the property.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
<param name="entities">The set of entities to be related.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.SetRelatedEntities``1(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,System.Collections.Generic.IEnumerable{``0})">
<summary>Modifies the collection of related entities for a specific relationship.</summary>
<param name="entity">The entity instance.</param>
<param name="relationship">The relationship instance.</param>
<param name="entities">The collection of entity instance to be related.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.SetRelatedEntities``1(Microsoft.Xrm.Sdk.Entity,System.String,System.Collections.Generic.IEnumerable{``0})">
<summary>Modifies the collection of related entities for a specific relationship.</summary>
<param name="entity">The entity instance.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
<param name="entities">The collection of entity instance to be related.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.SetRelatedEntity``1(System.String,System.String,``0)">
<summary>Sets the related entity for a specific relationship.</summary>
<param name="entity">The entity to be related.</param>
<param name="propertyName">The name of the property.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntity.SetRelatedEntity``1(System.String,System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole},``0)">
<summary>Sets the related entity for a specific relationship.</summary>
<param name="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced.</param>
<param name="entity">The entity to be related.</param>
<param name="propertyName">The name of the property.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.SetRelatedEntity``1(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,``0)">
<summary>Modifies a related entity for a specific relationship.</summary>
<param name="entity">The entity instance.</param>
<param name="relationship">The relationship instance.</param>
<param name="value">The entity instance to be related.</param>
</member>
<member name="M:Microsoft.Xrm.Client.EntityExtensions.SetRelatedEntity``1(Microsoft.Xrm.Sdk.Entity,System.String,``0)">
<summary>Modifies a related entity for a specific relationship.</summary>
<param name="entity">The entity instance.</param>
<param name="value">The entity instance to be related.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
</member>
<member name="T:Microsoft.Xrm.Client.CrmEntityReference">
<summary>Contains a reference to a specific record (entity instance). (Developer Extensions)</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntityReference.#ctor">
<summary>Initializes an instance of the CrmEntityReference class.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntityReference.#ctor(System.String,System.Guid)">
<summary>Initializes an instance of the CrmEntityReference class.</summary>
<param name="id">The ID of the record (entity instance).</param>
<param name="logicalName">The logical name of the entity.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntityReference.Equals(System.Object)">
<summary>Returns true if the specified object is equal to this entity reference, otherwise returns false.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="obj">The entity reference to compare.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntityReference.GetHashCode">
<summary>Gets a hash value for this type.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntityReference.op_Implicit(Microsoft.Xrm.Client.CrmEntityReference)~Microsoft.Xrm.Sdk.EntityReference">
<returns>Returns <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>.</returns>
</member>
<member name="M:Microsoft.Xrm.Client.CrmEntityReference.op_Implicit(Microsoft.Xrm.Sdk.EntityReference)~Microsoft.Xrm.Client.CrmEntityReference">
<returns>Returns <see cref="T:Microsoft.Xrm.Client.CrmEntityReference"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmEntityReference.Id">
<summary>The ID of the record (entity instance).</summary>
<returns>Returns <see cref="T:System.Guid"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmEntityReference.LogicalName">
<summary>The logical name of the entity.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Client.CrmEntityReference.Name">
<summary>The name of the entity.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="T:Microsoft.Xrm.Client.CrmOrganizationServiceContext">
<summary>The Developer Extensions for Microsoft Dynamics CRM 2011 version of the runtime context of the data service that is used to track Microsoft Dynamics CRM 2011 entities and that sends and receives entities from the server.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmOrganizationServiceContext.#ctor">
<summary>Initializes a new instance of the CrmOrganizationServiceContext class.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmOrganizationServiceContext.#ctor(Microsoft.Xrm.Client.CrmConnection)">
<summary>Initializes a new instance of the CrmOrganizationServiceContext class.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmOrganizationServiceContext.#ctor(Microsoft.Xrm.Sdk.IOrganizationService)">
<summary>Initializes a new instance of the CrmOrganizationServiceContext class.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.CrmOrganizationServiceContext.#ctor(System.String)">
<summary>Initializes a new instance of the CrmOrganizationServiceContext class.</summary>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddItemCampaign(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Guid,System.String)">
<summary>Adds an item to a campaign. The item added must be one of the following entity types: campaign, list, product, or salesliterature. (Developer Extensions)</summary>
<returns>Returns a <see cref="T:System.Guid"></see> that contains the ID of the resulting campaign activity item.</returns>
<param name="context">The organization service context.</param>
<param name="campaignId">The ID of the campaign.</param>
<param name="entityName">The entity name for entityId.</param>
<param name="entityId">The ID of the entity to add to the campaign.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddItemCampaignActivity(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Guid,System.String)">
<summary>Adds an item to a campaign activity. (Developer Extensions)</summary>
<returns>Returns a <see cref="T:System.Guid"></see> that contains the ID of the resulting campaign item.</returns>
<param name="context">The organization service context.</param>
<param name="campaignActivityId">The ID of the campaign activity.</param>
<param name="entityName">The entity name itemId.</param>
<param name="itemId">The ID of the record to add to the campaign activity.</param>
</member>
<member name="M:Microsoft.Xrm.Client.OrganizationServiceContextExtensions.AddLink(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,System.String,Microsoft.Xrm.Sdk.Entity,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<summary>Adds a link between two entity instances.</summary>
<param name="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced.</param>
<param name="context">The service context.</param>
<param name="relationshipSchemaName">The schema name of the relationship for the link.</param>
<param name="target">The target entity instance.</param>
<param name="source">The source entity instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.OrganizationServiceContextExtensions.AddLink``2(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,``0,System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
<summary>Adds a link between two entity instances.</summary>
<param name="context">The service context.</param>
<param name="target">The target entity instance.</param>
<param name="source">The source entity instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddListMembersList(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Guid[])">
<summary>Adds a list of members to a list. (Developer Extensions)</summary>
<param name="memberIds">An array of the IDs of the members to add to the list.</param>
<param name="context">The organization service context.</param>
<param name="listId">The ID of the list.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddMemberList(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Guid)">
<summary>Adds a member to a list. The member added must be one of the following entity types: account, contact, or lead. (Developer Extensions)</summary>
<returns>Returns a <see cref="T:System.Guid"></see> that contains the ID of the resulting list member.</returns>
<param name="context">The organization service context.</param>
<param name="entityId">The ID of the record to add to the list.</param>
<param name="listId">The ID of the list.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddMembersTeam(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Guid[])">
<summary>Adds members to a team. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
<param name="teamId">The ID of the team.</param>
<param name="memberIds">An array of the IDs of the members to add to the team.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddPrivilegesRole(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Object)">
<summary>Adds a set of existing privileges to an existing role. (Developer Extensions)</summary>
<param name="roleId">The ID of the role.</param>
<param name="privileges">The privileges to add to the role.</param>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddProductToKit(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Guid)">
<summary>Adds a product to a kit. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
<param name="productId">The ID of the product to add to the kit.</param>
<param name="kitId">The ID of the kit.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddRecurrence(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,System.Guid)">
<summary>Adds recurrence information to an existing appointment to make it a recurring appointment master. (Developer Extensions)</summary>
<returns>Returns a <see cref="T:System.Guid"></see>, the ID of the newly created recurring appointment.</returns>
<param name="appointmentId">The ID of the appointment that needs to be converted into a recurring appointment.</param>
<param name="context">The organization service context.</param>
<param name="target">The recurring appointment master record to which the appointment is converted.</param>
</member>
<member name="M:Microsoft.Xrm.Client.OrganizationServiceContextExtensions.AddRelatedObject(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,System.String,Microsoft.Xrm.Sdk.Entity,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<param name="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced.</param>
<param name="context">The service context.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
<param name="target">The target entity instance.</param>
<param name="source">The source entity instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.OrganizationServiceContextExtensions.AddRelatedObject``2(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,``0,System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
<param name="context">The service context.</param>
<param name="target">The target entity instance.</param>
<param name="source">The source entity instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.OrganizationServiceContextExtensions.AddRelatedObject``2(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,``0,System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},``1)">
<param name="context">The service context.</param>
<param name="target">The target entity instance.</param>
<param name="source">The source entity instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddSolutionComponent(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Int32,System.String,System.Boolean)">
<summary>Adds a solution component to an unmanaged solution. (Developer Extensions)</summary>
<returns>Returns a <see cref="T:System.Guid"></see>, the ID of the new solution component record.</returns>
<param name="addRequiredComponents">Indicates whether the solution components that are required by the solution component that you are adding are also added to the unmanaged solution.</param>
<param name="componentType">The value that represents the solution component that you are adding.</param>
<param name="context">The organization service context.</param>
<param name="solutionUniqueName">The unique name of the solution for which you want to add the solution component.</param>
<param name="componentId">The ID of the solution component.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddSubstituteProduct(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Guid)">
<summary>deprecated Establishes an association between a product and a substitute product. Use <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Associate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)"></see>. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
<param name="productId">The ID of the product.</param>
<param name="substituteId">The ID of the substitute product.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AddToQueue(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.EntityReference,System.Guid,System.Guid,Microsoft.Xrm.Sdk.Entity)">
<summary>Moves a record from a source queue to a destination queue. (Developer Extensions)</summary>
<returns>Returns a <see cref="T:System.Guid"></see>, the ID of the queue item that is created in the destination queue.</returns>
<param name="queueItemProperties">The properties that are needed to create a queue item in the destination queue.</param>
<param name="context">The organization service context.</param>
<param name="destinationQueueId">The ID of the destination queue.</param>
<param name="target">The target record to add to the destination queue.</param>
<param name="sourceQueueId">The ID of the source queue.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.Assign(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.EntityReference,Microsoft.Xrm.Sdk.EntityReference)">
<summary>Assigns the specified record to a new security principal (user). This changes the ownerid attribute of the instance. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
<param name="assignee">The user or team for which you want to assign a record.</param>
<param name="target">The target record to assign.</param>
</member>
<member name="M:Microsoft.Xrm.Client.CrmOrganizationServiceContext.Associate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)">
<summary>Creates a link between records (entity instances). (Developer Extensions)</summary>
<param name="relationship">The name of the relationship to be used to create the link.</param>
<param name="entityName">The logical name of the entity specified in the entityId parameter.</param>
<param name="entityId">The ID of the record to which the related records will be associated.</param>
<param name="relatedEntities">A collection of entity references (references to records) to be associated.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AssociateEntities(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.EntityReference,Microsoft.Xrm.Sdk.EntityReference,System.String)">
<summary>deprecated Adds a link between two records in a many-to-many relationship. Use <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Associate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)"></see>. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.OrganizationServiceContextExtensions.AttachClone``1(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,``0,System.Boolean)">
<summary>Clones an arbitrary source entity and attaches it to the context.</summary>
<returns>Returns <see cref="{0}"></see>.</returns>
<param name="entity">The entity instance.</param>
<param name="context">The service context.</param>
<param name="includeRelatedEntities">Specifies whether to include related entity instances.</param>
</member>
<member name="M:Microsoft.Xrm.Client.OrganizationServiceContextExtensions.AttachLink(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,System.String,Microsoft.Xrm.Sdk.Entity,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<summary>Attaches a two entity instances.</summary>
<param name="primaryEntityRole">The role that the entity plays in the relationship, referencing or referenced.</param>
<param name="context">The service context.</param>
<param name="relationshipSchemaName">The schema name of the relationship.</param>
<param name="target">The target entity instance.</param>
<param name="source">The source entity instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.OrganizationServiceContextExtensions.AttachLink``2(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,``0,System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
<summary>Attaches a two entity instances.</summary>
<param name="context">The service context.</param>
<param name="target">The target entity instance.</param>
<param name="source">The source entity instance.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.AutoMapEntity(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid)">
<summary>Creates the attribute mappings between two entities. (Developer Extensions)</summary>
<param name="entityMapId">The ID of the entity map to overwrite when the automated mapping is performed.</param>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.BackgroundSendEmail``1(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Query.QueryBase)">
<summary>Sends an email asynchronously. (Developer Extensions)</summary>
<returns>Returns <see cref="T:System.Guid"></see>.</returns>
<param name="context">The organization service context.</param>
<param name="query">The query to find the email activities to send.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.Book``1(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity)">
<summary>Schedules or "books" an appointment. (Developer Extensions)</summary>
<returns>Returns <see cref="T:System.Guid"></see>.</returns>
<param name="context">The organization service context.</param>
<param name="target">The appointment to book.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.BulkDelete(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Query.QueryExpression[],System.String,System.Boolean,System.Guid[],System.Guid[],System.String,System.DateTime,System.Nullable{System.Guid})">
<summary>Submits an asynchronous bulk delete job. (Developer Extensions)</summary>
<returns>Returns a <see cref="T:System.Guid"></see>, the ID of an asynchronous bulk delete job that performs a bulk deletion.</returns>
<param name="querySet">An array of queries for a bulk delete job.</param>
<param name="recurrencePattern">The recurrence pattern for the bulk delete job.</param>
<param name="context">The organization service context.</param>
<param name="cCRecipients">An array of IDs for the system users (users) who are listed in the Cc box of the email notification.</param>
<param name="jobName">The name of an asynchronous bulk delete job.</param>
<param name="sendEmailNotification">Indicates whether an email notification is sent after the bulk delete job has finished running.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.BulkDetectDuplicates(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Query.QueryBase,System.String,System.Boolean,System.Guid,System.Guid[],System.Guid[],System.String,System.DateTime)">
<summary>Submits an asynchronous duplicates detection job. (Developer Extensions)</summary>
<returns>Returns a <see cref="T:System.Guid"></see>, the ID of an asynchronous bulk detect duplicates job that detects and logs duplicate records.</returns>
<param name="recurrencePattern">The recurrence pattern for the asynchronous system job that detects multiple duplicate records. Optional.</param>
<param name="jobName">The name of the asynchronous system job that detects and logs multiple duplicate records. Required.</param>
<param name="context">The organization service context.</param>
<param name="recurrenceStartTime">The start date and time of an asynchronous system job that detects and logs multiple duplicate records. Optional.</param>
<param name="query">An array of queries to detect multiple duplicate records. Required.</param>
<param name="templateId">The the template (email template) that is used for the email notification.</param>
<param name="toRecipients">An array of IDs for the system users (users) who are listed in the To box of the email notification.</param>
<param name="cCRecipients">An array of IDs for the system users (users) who are listed in the Cc box of the email notification.</param>
<param name="sendEmailNotification">A value that indicates whether an email notification is sent after the asynchronous system job that detects multiple duplicate records finishes running. Required.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.BulkOperationStatusClose(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>For internal use only. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CalculateActualValueOpportunity(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid)">
<summary>Calculates the value of an opportunity that is in the "Won" state. (Developer Extensions)</summary>
<returns>Returns a<see cref="T:System.Decimal"></see>, the actual value of an opportunity.</returns>
<param name="opportunityId">The ID of the opportunity. Required.</param>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CalculateTotalTimeIncident(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid)">
<summary>Calculates the total number of minutes spent on an incident (case). (Developer Extensions)</summary>
<returns>Returns an <see cref="T:System.Int64"></see>, the total time, in minutes that you use when you work on an incident (case).</returns>
<param name="incidentId">The ID of the incident (case). Required.</param>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CancelContract(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.DateTime,Microsoft.Xrm.Sdk.OptionSetValue)">
<summary>Cancels a contract. (Developer Extensions)</summary>
<param name="cancelDate">The contract cancelation date. Required.</param>
<param name="context">The organization service context.</param>
<param name="status">The status of the contract. Required.</param>
<param name="contractId">The ID of the contract. Required.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CancelSalesOrder(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.OptionSetValue)">
<summary>Cancels a sales order. (Developer Extensions)</summary>
<param name="orderClose">The close activity that is associated with the sales order (order) that you want to cancel. Required.</param>
<param name="context">The organization service context.</param>
<param name="status">The status of the sales order (order). Required.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CheckIncomingEmail``1(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>Checks whether the incoming email message is relevant to the Microsoft Dynamics CRM system. (Developer Extensions)</summary>
<returns>Returns an <see cref="T:System.Int64"></see></returns>
<param name="subject">The subject line for the email message. Optional.</param>
<param name="bcc">The addresses of the blind carbon copy (Bcc) recipients for the email message.</param>
<param name="context">The organization service context.</param>
<param name="messageId">The ID of the email message stored in the email header. Required.</param>
<param name="to">The addresses of the recipients of the email message.</param>
<param name="cc">The addresses of the carbon copy (Cc) recipients for the email message.</param>
<param name="from">The from address for the email message.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CheckPromoteEmail``1(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.String,System.String)">
<summary>Checks whether the incoming email message should be promoted to the Microsoft Dynamics CRM system. (Developer Extensions)</summary>
<returns>Returns <see cref="T:System.Int64"></see>.</returns>
<param name="subject">The subject of the message. Optional.</param>
<param name="context">The organization service context.</param>
<param name="messageId">The message ID that is contained in the email header. Required.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CleanUpBulkOperation(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Int32)">
<summary>For internal use only. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CloneContract(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,System.Guid,System.Boolean)">
<summary>Copies an existing contract and its line items. (Developer Extensions)</summary>
<returns>Returns an <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>, the resulting contract.</returns>
<param name="context">The organization service context.</param>
<param name="includeCanceledLines">A value that indicates whether the canceled line items of the originating contract are to be included in the copy (clone). Required.</param>
<param name="contractId">The ID of the contract to be copied. Required.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CloseIncident(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.OptionSetValue)">
<summary>Closes an incident (case). (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
<param name="incidentResolution">The incident resolution (case resolution) that is associated with the incident (case) to be closed. Required.</param>
<param name="status">A status of the incident. Required.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CloseIncident(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,System.Int32)">
<summary>Closes an incident (case). (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
<param name="incidentResolution">The incident resolution (case resolution) that is associated with the incident (case) to be closed. Required.</param>
<param name="status">A status of the incident. Required.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CloseQuote(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.OptionSetValue)">
<summary>Closes a quote. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
<param name="quoteClose">A quote to be closed. Required.</param>
<param name="status">A status of the quote. Required.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CompoundCreate(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.EntityCollection)">
<summary>deprecated Creates a compound entity (salesorder, invoice, quote, or duplicaterule) and its related entity (salesorderdetail, invoicedetail, quotedetail, or duplicaterulecondition). Use <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Create(Microsoft.Xrm.Sdk.Entity)"></see>. (Developer Extensions)</summary>
<returns>Returns <see cref="T:System.Guid"></see>.</returns>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CompoundUpdate(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.EntityCollection)">
<summary>deprecated Updates a compound record (salesorder, invoice, quote or duplicaterule) and its related detail record (salesorderdetail, invoicedetail, quotedetail or duplicaterulecondition). Use <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Update(Microsoft.Xrm.Sdk.Entity)"></see>. (Developer Extensions)</summary>
<param name="context">The organization service context.</param>
</member>
<member name="M:Microsoft.Xrm.Client.Messages.OrganizationServiceContextExtensions.CompoundUpdateDuplicateDetectionRule(Microsoft.Xrm.Sdk.Client.OrganizationServiceContext,Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.EntityCollection)">
<summary>Updates a duplicate rule (duplicate detection rule) and its related duplicate rule conditions. (Developer Extensi