src/Assemblies/Desktop/Microsoft.Crm.Sdk.Proxy.xml
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>Microsoft.Crm.Sdk.Proxy</name> </assembly> <members> <member name="T:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask"> <summary> <para>Contains integer values that are used for the <see langword="BusinessUnit.InheritanceMask" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.InheritAll"> <summary> <para>The business inherits all inheritance values. Value = 0x3ff.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.InheritCompetitor"> <summary> <para>The business inherits competitors from its parent business. Value = 8.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.InheritEmailTemplate"> <summary> <para>The business inherits email templates from its parent business. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.InheritNone"> <summary> <para>The business does not inherit from its parent business. Value = 0.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.InheritProcessTemplate"> <summary> <para>All child business units inherit process templates from this business. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.InheritReferralSource"> <summary> <para>All child business units inherit referral sources from this business. Value = 4.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.InheritSalesProcess"> <summary> <para>The business inherits sale processes from its parent business. Value = 0x10.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.MustInheritCompetitor"> <summary> <para>The business inherits competitors from its parent business. Value = 0x100.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.MustInheritEmailTemplate"> <summary> <para>All child business units inherit email templates from this business. Value = 0x40.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.MustInheritProcessTemplate"> <summary> <para>The business inherits process templates from its parent business. Value = 0x20.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.MustInheritReferralSource"> <summary> <para>All child business units inherit referral sources from this business. Value = 0x80.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.BusinessUnitInheritanceMask.MustInheritSalesProcess"> <summary> <para>The business inherits sale processes from its parent business. Value = 0x200.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.CalendarRuleExtentCode"> <summary> <para> Contains integer flags that are used for the <see langword="CalendarRule.ExtentCode" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.CalendarRuleExtentCode.SubtractRecurrenceIntervals"> <summary> <para>The recurrence duration determines the shadowing of that rule. Use this value to indicate working hours and a full day 24-hour shadow. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.CalendarRuleExtentCode.SubtractResults"> <summary> <para>Only the rule duration is shadowed. Use this value to indicate time off. For example, 4 hours of time off allow working hours to appear before and after. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.CalendarRuleExtentCode.Transparent"> <summary> <para>No shadowing of calendar rules. All rules are displayed even if they are shadowed or preceded by other rules. Value = 0.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.ListMemberType"> <summary> <para>Contains integer flags that are used for the <see langword="List.MemberType" /> attribute, used to indicate whether a list specifies accounts, contacts, or leads.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.ListMemberType.Account"> <summary> <para>A list of accounts. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.ListMemberType.Contact"> <summary> <para>A list of contacts. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.ListMemberType.Lead"> <summary> <para>A list of leads. Value = 4.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AccessRights"> <summary> <para> Contains the possible access rights for a user.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.AppendAccess"> <summary> <para> The right to append the specified record to another object. Value = 0x04.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.AppendToAccess"> <summary> <para> The right to append another record to the specified object. Value = 0x10.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.AssignAccess"> <summary> <para> The right to assign the specified record to another user or team. Value = 0x80000.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.CreateAccess"> <summary> <para> The right to create a record. Value = 0x20.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.DeleteAccess"> <summary> <para> The right to delete the specified record. Value = 0x10000.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.None"> <summary> <para> No access. Value = 0x00.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.ReadAccess"> <summary> <para> The right to read the specified type of record. Value = 0x01.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.ShareAccess"> <summary> <para> The right to share the specified record. Value = 0x40000.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AccessRights.WriteAccess"> <summary> <para> The right to update the specified record. Value = 0x02.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddAppComponentsRequest"> <summary> <para> Contains the data that is needed to add app components to a business app.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddAppComponentsRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddAppComponentsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddAppComponentsRequest.AppId"> <summary> <para> Gets or sets the ID of the business app to add the components to.</para> </summary> <returns>The ID of the business app to add the components to.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddAppComponentsRequest.Components"> <summary> <para> Gets or sets a collection of components, such as sitemap, entity, dashboard, business process flows, views, and forms, to be added to the business app.</para> </summary> <returns> A collection of components, such as sitemap, entity, dashboard, business process flows, views, and forms, to be added to the business app.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddAppComponentsResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddAppComponentsRequest" /> class. This operation doesn't return any data.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddAppComponentsResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddAppComponentsResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddChannelAccessProfilePrivilegesRequest"> <summary> <para> For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddChannelAccessProfilePrivilegesRequest.#ctor"> <summary> <para> For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddChannelAccessProfilePrivilegesRequest.ChannelAccessProfileId"> <summary> <para> For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddChannelAccessProfilePrivilegesRequest.Privileges"> <summary> <para> For internal use only.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddChannelAccessProfilePrivilegesResponse"> <summary> <para> For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddChannelAccessProfilePrivilegesResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityRequest"> <summary> <para> Contains the data that is needed to add an item to a campaign activity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityRequest.CampaignActivityId"> <summary> <para> Gets or sets the ID of the campaign activity. Required.</para> </summary> <returns> <para> The ID of the campaign activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityRequest.EntityName"> <summary> <para> Gets or sets the logical name of the table that is used in the operation. Required.</para> </summary> <returns> <para> The logical name of the table that is used in the operation. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityRequest.ItemId"> <summary> <para> Gets or sets the ID of the item to be added to the campaign activity. Required.</para> </summary> <returns> <para> The ID of the item to be added to the campaign activity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddItemCampaignActivityResponse.CampaignActivityItemId"> <summary> <para> Gets the ID of the resulting campaign activity item.</para> </summary> <returns> <para> The ID of the resulting campaign activity item.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignRequest"> <summary> <para> Contains the data that is needed to add an item to a campaign.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddItemCampaignRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddItemCampaignRequest.CampaignId"> <summary> <para> Gets or sets the ID of the campaign. Required.</para> </summary> <returns> <para> The ID of the campaign.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddItemCampaignRequest.EntityId"> <summary> <para> Gets or sets the ID of the record to be added to the campaign. Required.</para> </summary> <returns> <para> The ID of the record to be added to the campaign.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddItemCampaignRequest.EntityName"> <summary> <para> Gets or sets the logical name of the table that is used in the operation. Required.</para> </summary> <returns> <para> The name of the logical table that is used in the operation.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddItemCampaignResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddItemCampaignResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddItemCampaignResponse.CampaignItemId"> <summary> <para> Gets the ID of the resulting campaign item.</para> </summary> <returns> <para> The ID of the resulting campaign item.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddListMembersListRequest"> <summary> <para> Contains the data that is needed to add members to the list.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddListMembersListRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddListMembersListRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddListMembersListRequest.ListId"> <summary> <para> Gets or sets the ID of the list. Required.</para> </summary> <returns> <para> The ID of the list. This corresponds to the <see langword="List.ListId" /> column, which is the primary key for the <see langword="List" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddListMembersListRequest.MemberIds"> <summary> <para> Gets or sets an array of IDs of the members that you want to add to the list. Required.</para> </summary> <returns> <para> The array of IDs of the members that you want to add to the list.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddListMembersListResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddListMembersListRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddListMembersListResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddListMembersListResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddMemberListRequest"> <summary> <para> Contains the data that is needed to add a member to a list (marketing list).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddMemberListRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddMemberListRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddMemberListRequest.EntityId"> <summary> <para> Gets or sets the ID of the member you want to add to the list. Required.</para> </summary> <returns> <para> The ID of the member you want to add to the list.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddMemberListRequest.ListId"> <summary> <para> Gets or sets the ID of the list. Required.</para> </summary> <returns> <para> The ID of the list that corresponds to the <see langword="List.ListId" /> column, which is the primary key for the <see langword="List" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddMemberListResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddMemberListRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddMemberListResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddMemberListResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddMemberListResponse.Id"> <summary> <para> Gets the ID of the resulting list member.</para> </summary> <returns> <para> The ID of the resulting list member that corresponds to the <see langword="ListMember.ListMemberId" /> column, which is the primary key for the <see langword="ListMember" /> intersect table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddMembersTeamRequest"> <summary> <para> Contains the data that is needed to add members to a team.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddMembersTeamRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddMembersTeamRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddMembersTeamRequest.MemberIds"> <summary> <para> Gets or sets an array of IDs for the users you want to add to the team. Required.</para> </summary> <returns> <para> The array of user IDs to add to the team. Each element of the <see langword="MemberIds" /> array corresponds to the <see langword="SystemUser.SystemUserId" /> column, which is the primary key for the <see langword="SystemUser" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddMembersTeamRequest.TeamId"> <summary> <para> Gets or sets the ID of the team. Required.</para> </summary> <returns> <para> The ID of the team, that corresponds to the <see langword="Team.TeamId" /> column, which is the primary key for the <see langword="Team" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddMembersTeamResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddMembersTeamRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddMembersTeamResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddMembersTeamResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueRequest"> <summary> <para> Contains the data to add the specified principal to the list of queue members. If the principal is a team, add each team member to the queue.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueRequest.Principal"> <summary> <para> Gets or sets the principal to add to the queue. Required.</para> </summary> <returns> <para> The principal to add to the queue.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueRequest.QueueId"> <summary> <para> Gets or sets the ID of the queue. Required</para> </summary> <returns> <para> The ID of the queue.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddPrincipalToQueueResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddPrivilegesRoleRequest"> <summary> <para> Contains the data that is needed to add a set of existing privileges to an existing role.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddPrivilegesRoleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddPrivilegesRoleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddPrivilegesRoleRequest.Privileges"> <summary> <para> Gets or sets the IDs and depths of the privileges you want to add. Required.</para> </summary> <returns> <para> The IDs and depths of the privileges you want to add.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddPrivilegesRoleRequest.RoleId"> <summary> <para> Gets or sets the ID of the role for which you want to add the privileges. Required.</para> </summary> <returns> <para> The ID of the role for which you want to add the privileges. This corresponds to the <see langword="Role.RoleId" /> column, which is the primary key for the <see langword="Role" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddPrivilegesRoleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddPrivilegesRoleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddPrivilegesRoleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see langword="AddPrivilegesRoleResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddProductToKitRequest"> <summary> <para> Deprecated. Use the <see langword="ProductAssociation" /> entity. Contains the data that is needed to add a product to a kit.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddProductToKitRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddProductToKitRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddProductToKitRequest.KitId"> <summary> <para> Gets or sets the ID of the kit. Required.</para> </summary> <returns> <para> The ID of the kit that corresponds to the <see langword="Product.ProductId" /> column, which is the primary key for the <see langword="Product" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddProductToKitRequest.ProductId"> <summary> <para> Gets or sets the ID of the product. Required.</para> </summary> <returns> <para> The ID of the product that corresponds to the <see langword="Product.ProductId" /> column, which is the primary key for the <see langword="Product" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddProductToKitResponse"> <summary> <para> Deprecated. Use the <see langword="ProductAssociation" /> intersect table. Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddProductToKitRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddProductToKitResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddProductToKitResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddRecurrenceRequest"> <summary> <para> Contains the data that is needed to add recurrence information to an existing appointment.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddRecurrenceRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddRecurrenceRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddRecurrenceRequest.AppointmentId"> <summary> <para> Gets or sets the ID of the appointment that needs to be converted into a recurring appointment. Required.</para> </summary> <returns> <para> The ID of the appointment that needs to be converted into a recurring appointment. This corresponds to the <see langword="Appointment.ActivityId" /> column, which is the primary key for the <see langword="Appointment" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddRecurrenceRequest.Target"> <summary> <para> Gets or sets the target, which is a recurring appointment master record to which the appointment is converted. Required.</para> </summary> <returns> <para> The target, which must be an entity reference for a <see langword="RecurringAppointmentMaster" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddRecurrenceResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddRecurrenceRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddRecurrenceResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddRecurrenceResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddRecurrenceResponse.id"> <summary> <para> Gets the ID of the newly created recurring appointment.</para> </summary> <returns> <para> The ID of the newly created recurring appointment. This corresponds to the <see langword="RecurringAppointmentMaster.ActivityId" /> column, which is the primary key for the <see langword="RecurringAppointmentMaster" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest"> <summary> <para> Contains the data that is needed to add a solution component to an unmanaged solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest.AddRequiredComponents"> <summary> <para> Gets or sets a value that indicates whether other solution components that are required by the solution component that you are adding should also be added to the unmanaged solution. Required.</para> </summary> <returns> <para> <see langword="true" /> if the components that are required by the solution component you are adding should also be added to the unmanaged solution; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest.ComponentId"> <summary> <para> Gets or sets the ID of the solution component. Required.</para> </summary> <returns> <para> The ID of the solution component.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest.ComponentType"> <summary> <para> Gets or sets the value that represents the solution component that you are adding. Required.</para> </summary> <returns> <para> The integer value of the <see langword="componenttype" /> global option set.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest.DoNotIncludeSubcomponents"> <summary> <para> Indicates whether the subcomponents should be included.</para> </summary> <returns> <para> <see langword="true" /> if you want subcomponents to be included; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest.IncludedComponentSettingsValues"> <summary> <para> Gets or sets a value that specifies if the component is added to the solution with its metadata.</para> </summary> <returns> <para> When set to <see langword="null" />, the component is added to the solution with metadata; otherwise passing an empty array results in no metadata settings included with the component.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest.SolutionUniqueName"> <summary> <para> Gets or sets the unique name of the solution you are adding the solution component to. Required.</para> </summary> <returns> <para> The unique name of the solution you are adding the solution component to.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddSolutionComponentResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddSolutionComponentRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddSolutionComponentResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddSolutionComponentResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSolutionComponentResponse.id"> <summary> <para> Returns the ID of the new solution component record.</para> </summary> <returns> <para> The ID of the new solution component record. This corresponds to the <see langword="SolutionComponent. SolutionComponentId" /> column, which is the primary key for the <see langword="SolutionComponent" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddSubstituteProductRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class. Adds a link between two entity instances in a many-to-many relationship.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddSubstituteProductRequest.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSubstituteProductRequest.ProductId"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddSubstituteProductRequest.SubstituteId"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class,</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddSubstituteProductResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class and its associated response class. Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddSubstituteProductRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddSubstituteProductResponse.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class and its associated response class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddToQueueRequest"> <summary> <para> Contains the data that is needed to move an entity record from a source queue to a destination queue.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddToQueueRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddToQueueRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddToQueueRequest.DestinationQueueId"> <summary> <para> Gets or sets the ID of the destination queue. Required.</para> </summary> <returns> <para> The ID of the destination queue that corresponds to the <see langword="Queue.QueueId" /> column, which is the primary key for the <see langword="Queue" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddToQueueRequest.QueueItemProperties"> <summary> <para> Gets or sets the properties that are needed to create a queue item in the destination queue. Optional.</para> </summary> <returns> <para> The properties that are needed to create a queue item in the destination queue. The destination queue must be an instance of the <see langword="QueueItem" /> class, which is a subclass of the <see langword="Entity" /> class.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddToQueueRequest.SourceQueueId"> <summary> <para> Gets or sets the ID of the source queue. Optional.</para> </summary> <returns> <para> The ID of the source queue that corresponds to the <see langword="Queue.QueueId" /> column, which is the primary key for the <see langword="Queue" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddToQueueRequest.Target"> <summary> <para> Gets or sets the target record to add to the destination queue. Required.</para> </summary> <returns> <para> The target record to add to the destination queue, which must be an entity reference for an entity that is enabled for queues. For more information, see Queue tables and <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsValidForQueue">EntityMetadata.IsValidForQueue property</see>.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddToQueueResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddToQueueRequest" /> class.</para> <para> For the Web API the <see cref="T:Microsoft.Dynamics.CRM.AddToQueueResponse">AddToQueueResponse complex type</see> is the response value from the <see cref="T:Microsoft.Dynamics.CRM.AddToQueue">AddToQueue action</see>.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddToQueueResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddToQueueResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddToQueueResponse.QueueItemId"> <summary> <para> Gets the ID of the queue item that is created in the destination queue.</para> </summary> <returns> <para> The ID of the queue item that is created in the destination queue, which corresponds to the <see langword="QueueItem.QueueItemId" /> column, which is the primary key for the <see langword="QueueItem" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamRequest"> <summary> <para> Contains the data that is needed to add a user to the auto created access team for the specified record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamRequest.Record"> <summary> <para> Gets or sets the record for which the access team is auto created. Required.</para> </summary> <returns> <para> The record for which the access team is auto created, which must be an entity reference for an entity that is enabled for access teams. To enable an entity for the auto created access teams, set the <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.AutoCreateAccessTeams" /> attribute to <see langword="true" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamRequest.SystemUserId"> <summary> <para> Gets or sets the ID of system user (user) to add to the auto created access team. Required.</para> </summary> <returns> <para> The ID of the system user (user) that corresponds to the <see langword="SystemUser.SystemUserId" /> column, which is the primary key for the <see langword="SystemUser" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamRequest.TeamTemplateId"> <summary> <para> Gets or sets the ID of team template which is used to create the access team. Required.</para> </summary> <returns> <para> The ID of the team template that corresponds to the <see langword="TeamTemplate.TeamTemplateId" /> column, which is the primary key for the <see langword="TeamTemplate" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AddUserToRecordTeamResponse.AccessTeamId"> <summary> <para>Gets the ID of the auto created access team.</para> </summary> <returns> <para>The ID of the auto created access team, which corresponds to the <see langword="Team.TeamId" /> attribute, which is the primary key for the <see langword="Team" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppComponentInfo"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppComponentInfo.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppComponentInfo.Id"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppComponentInfo.Type"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppComponentInfo.VersionNumber"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppComponents"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppComponents.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppComponents.Entities"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppContext"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppContext.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppContext.appEntityInfo"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppContext.appInfo"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppContext.bpfIds"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppContext.CanvasApps"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppContext.dashboardIds"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppContext.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppContext.SitemapId"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppElementInfo"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppElementInfo.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppElementInfo.AppElementType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppElementInfo.CanvasAppType"> <summary> <para>Internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppElementInfo.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppElementInfo.ObjectId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppElementInfo.ObjectName"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppElementsCollection"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppElementsCollection.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppElementsCollection.AppElementInfoCollection"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppElementsCollection.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppEntityInfo"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppEntityInfo.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppEntityInfo.ChartIds"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppEntityInfo.EntityDashboards"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppEntityInfo.EntityId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppEntityInfo.Forms"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppEntityInfo.Views"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppInfo"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppInfo.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.AiAppDescription" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.AppId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.AppUrl"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.ClientType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.Description"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.IsDefault"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.IsManaged" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.LastModifiedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.MobileOfflineProfileIds"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.Status"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.Title"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.UniqueName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.webResourceInfo"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInfo.welcomePageInfo"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppInformation"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppInformation.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.AiAppDescription" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.AppComponents"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.AppElements"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.AppId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.AppUrl"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.ClientType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.Components"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.Description"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.IsDefault"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.IsFeatured"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.IsManaged" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.LastModifiedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.NavigationType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.OptimizedFor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.PublishedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.SolutionId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.Status"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.Title"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.UniqueName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.VersionNumber"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.webResourceId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppInformation.welcomePageId"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ApplicationBasedAccessControlAuditDetail" /> <member name="M:Microsoft.Crm.Sdk.Messages.ApplicationBasedAccessControlAuditDetail.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ApplicationBasedAccessControlAuditDetail.ApplicationId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ApplicationBasedAccessControlAuditDetail.ImpersonatedUserId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ApplicationBasedAccessControlAuditDetail.UserID" /> <member name="T:Microsoft.Crm.Sdk.Messages.ApplyRecordCreationAndUpdateRuleRequest"> <summary> <para> Contains data to apply record creation and update rules to activities in Dynamics 365 Customer Service created as a result of the integration with external applications.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ApplyRecordCreationAndUpdateRuleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ApplyRecordCreationAndUpdateRuleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ApplyRecordCreationAndUpdateRuleRequest.Target"> <summary> <para> Gets or sets the target for applying the rule.</para> </summary> <returns> <para> The target for applying the rule.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ApplyRecordCreationAndUpdateRuleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ApplyRecordCreationAndUpdateRuleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ApplyRecordCreationAndUpdateRuleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ApplyRecordCreationAndUpdateRuleResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ApplyRoutingRuleRequest"> <summary> <para>Contains the data that is needed to apply the active routing rule to an incident.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ApplyRoutingRuleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ApplyRoutingRuleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ApplyRoutingRuleRequest.Target"> <summary> <para> Gets or sets the target incident to apply the routing rule to. Required.</para> </summary> <returns> <para> The target incident to apply the routing rule to.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ApplyRoutingRuleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ApplyRoutingRuleRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ApplyRoutingRuleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ApplyRoutingRuleResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppModuleCollection"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppModuleCollection.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleCollection.AppModuleInfoCollection"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleCollection.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppModuleDescriptor"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppModuleDescriptor.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDescriptor.appInfo"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDescriptor.eventHandlers"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDescriptor.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDescriptor.publisherInfo"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDescriptor.webResourceInfo"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDescriptor.welcomePageInfo"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppModuleDetails"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppModuleDetails.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.AppDisplayName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.AppModuleId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.AppSettingDetails"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.AppUniqueName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.AppUri"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.AppVersion"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.CanvasApps"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.ClientType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.CreatedBy"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.CreatedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.Description"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.IconWebResource"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.IsDefault"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.IsFirstPartyApplication"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.MetadataVersionNumber"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.ModifiedBy"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.ModifiedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.NavigationType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.OptimizedFor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.PublishedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.PublisherName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.PublisherUniqueName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.StateCode"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetails.WelcomePageWebResource"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppModuleDetailsCollection"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppModuleDetailsCollection.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetailsCollection.AppModuleDetails"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleDetailsCollection.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppModuleEventHandlerInfo"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AppModuleEventHandlerInfo.Enabled"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AppModuleEventHandlerInfo.EventName"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AppModuleEventHandlerInfo.FunctionName"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AppModuleEventHandlerInfo.IsBlocking"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AppModuleEventHandlerInfo.LibraryName"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.AppModuleEventHandlerInfo.Parameters"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppModuleEventHandlerInfo.#ctor"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppModuleInfo"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppModuleInfo.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.AppDisplayName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.AppId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.AppSettingDetails"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.AppUniqueName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.AppUri"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.AppVersion"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.ClientType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.CreatedBy"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.CreatedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.Description"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.IsDefault"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.ModifiedBy"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.ModifiedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.NavigationType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.OptimizedFor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.PublishedOn"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.PublisherName"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.WebResourceUri"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleInfo.WelcomePageUri"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppModuleSaveResponse"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppModuleSaveResponse.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleSaveResponse.AppElements"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleSaveResponse.AppModule"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleSaveResponse.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleSaveResponse.UnifiedApp"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppModuleValidationResponse"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppModuleValidationResponse.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleValidationResponse.CanBeActivated"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleValidationResponse.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppModuleValidationResponse.ValidationIssueList"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppointmentProposal"> <summary> <para> Represents a proposed appointment time and date as a result of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppointmentProposal.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AppointmentProposal" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppointmentProposal.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Guid,System.String,Microsoft.Crm.Sdk.Messages.ProposalParty[])"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AppointmentProposal" /> class setting the start, end, site ID, site name, and proposal parties.</para> </summary> <param name="start"> <para> The proposed appointment start date and time.</para> </param> <param name="end"> <para> The proposed appointment end date and time.</para> </param> <param name="siteId"> <para> The ID of the site for the proposed appointment.</para> </param> <param name="siteName"> <para> The name of the site for the proposed appointment.</para> </param> <param name="proposalParties"> <para> An array of parties needed for the proposed appointment.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentProposal.End"> <summary> <para> Gets or sets the proposed appointment end date and time.</para> </summary> <returns> <para> The proposed appointment end date and time.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentProposal.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentProposal.ProposalParties"> <summary> <para> Gets or sets an array of parties needed for the proposed appointment.</para> </summary> <returns> <para> The array of parties needed for the proposed appointment.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentProposal.SiteId"> <summary> <para> Gets or sets the ID of the site for the proposed appointment.</para> </summary> <returns> <para> The ID of the site for the proposed appointment.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentProposal.SiteName"> <summary> <para> Gets or sets the name of the site for the proposed appointment.</para> </summary> <returns> <para> The name of the site for the proposed appointment.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentProposal.Start"> <summary> <para> Gets or sets the proposed appointment start date and time.</para> </summary> <returns> <para> The proposed appointment start date and time.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppointmentRequest"> <summary> <para> Provides the details of an appointment request for the <see cref="T:Microsoft.Crm.Sdk.Messages.AppointmentRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppointmentRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AppointmentRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.AnchorOffset"> <summary> <para> Gets or sets the time offset in minutes, from midnight, when the first occurrence of the appointment can take place.</para> </summary> <returns> <para> The time offset in minutes.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.AppointmentsToIgnore"> <summary> <para> Gets or sets the appointments to ignore in the search for possible appointments.</para> </summary> <returns> <para> The appointments to ignore in the search for possible appointments.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.Constraints"> <summary> <para> Gets or sets any additional constraints.</para> </summary> <returns> <para> Additional constraints for the appointment.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.Direction"> <summary> <para> Gets or sets the direction of the search.</para> </summary> <returns> <para> The search direction.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.Duration"> <summary> <para> Gets or sets the appointment duration, in minutes.</para> </summary> <returns> <para> The appointment duration, in minutes.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para> The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.NumberOfResults"> <summary> <para> Gets or sets the number of results to be returned from the search request.</para> </summary> <returns> <para> The number of results to be returned from the search request.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.Objectives"> <summary> <para> Gets or sets the scheduling strategy that overrides the default constraints.</para> </summary> <returns> <para> The scheduling strategy that overrides the default constraints.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.RecurrenceDuration"> <summary> <para> Gets or sets the time, in minutes, for which the appointment recurrence is valid.</para> </summary> <returns> <para> The time, in minutes, for which the appointment recurrence is valid.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.RecurrenceTimeZoneCode"> <summary> <para> Gets or sets a value to override the time zone that is specified by the <see cref="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.UserTimeZoneCode" /> property.</para> </summary> <returns> <para> A value to override the time zone that is specified by the <see cref="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.UserTimeZoneCode" /> property.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.RequiredResources"> <summary> <para> Gets or sets the resources that are needed for this appointment.</para> </summary> <returns> <para> The resources that are needed for this appointment.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.SearchRecurrenceRule"> <summary> <para> Gets or sets the recurrence rule for appointment recurrence.</para> </summary> <returns> <para> The recurrence rule.</para> <para> Example: "FREQ=WEEKLY;BYDAY=MO;INTERVAL=60";</para> <para> Where: BYDAY means which day = MO,TU,THINTERVAL is an integer valueFREQ="DAILY","WEEKLY"</para> <para> This is similar to Asynchronous service recurrence start times and patterns.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.SearchRecurrenceStart"> <summary> <para> Gets or sets the date and time for the first possible instance of the appointment.</para> </summary> <returns> <para> The date and time for the first possible instance of the appointment.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.SearchWindowEnd"> <summary> <para> Gets or sets the date and time to end the search.</para> </summary> <returns> <para> The date and time to end the search.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.SearchWindowStart"> <summary> <para> Gets or sets the date and time to begin the search.</para> </summary> <returns> <para> The date and time to begin the search.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.ServiceId"> <summary> <para> Gets or sets the ID of the service to search for.</para> </summary> <returns> <para> The ID of the service, which corresponds to the <see langword="Service.ServiceId" /> column, which is the primary key for the <see langword="Service" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.Sites"> <summary> <para> Gets or sets the sites where the requested appointment can take place.</para> </summary> <returns> <para> The array of site IDs, where the requested appointment can take place. The site ID corresponds to the <see langword="Site.SiteId" /> column, which is the primary key for the <see langword="Site" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentRequest.UserTimeZoneCode"> <summary> <para> Gets or sets the time zone code of the user who is requesting the appointment.</para> </summary> <returns> <para> The time zone code of the user who is requesting the appointment.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore"> <summary> <para> Specifies the appointments to ignore in an appointment request from the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore.#ctor(System.Guid[],System.Guid)"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore" /> class setting the appointments and resource ID.</para> </summary> <param name="appointments"> <para> The array of IDs of appointments to ignore.</para> </param> <param name="resourceId"> <para> The resource for which appointments are to be ignored.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore.Appointments"> <summary> <para> Gets or sets an array of IDs of appointments to ignore.</para> </summary> <returns> <para> The array of IDs of appointments to ignore.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore.ResourceId"> <summary> <para> Gets or sets the resource for which appointments are to be ignored.</para> </summary> <returns> <para> The resource for which appointments are to be ignored.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo"> <summary> <para>Internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.AppDisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.AppId" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.AppSettingId" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.AppUniqueName" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.IsCustomizable" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.IsManaged" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.IsPublished" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.OverriddenPublishedValue" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppOverridableSettingInfo.OverriddenValue" /> <member name="T:Microsoft.Crm.Sdk.Messages.AppSettingDetails"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppSettingDetails.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppSettingDetails.DataType"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppSettingDetails.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppSettingDetails.Name"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppSettingDetails.Value"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AppValidationResponse"> <summary> <para>Contains the response from App validation.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AppValidationResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppValidationResponse.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.AppValidationResponse.ValidationIssueList"> <summary> <para> A list of errors and warnings from App validation.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AppValidationResponse.ValidationSuccess"> <summary> <para> Gets whether the validation is a success.</para> </summary> <returns>Whether the validation is a success.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ArtifactIdType"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ArtifactIdType.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ArtifactIdType.Id"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ArtifactIdType.Type"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AssignRequest"> <summary> <para> Contains the data that is needed to assign the specified record to a new owner (user or team) by changing the OwnerId attribute of the record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AssignRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AssignRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AssignRequest.Assignee"> <summary> <para> Gets or sets the user or team for which you want to assign a record. Required.</para> </summary> <returns> <para> The reference to a user or team record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AssignRequest.Target"> <summary> <para> Gets or sets the target record to assign to another user or team. Required.</para> </summary> <returns> <para> The target record to assign.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AssignResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AssignRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AssignResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AssignResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AssociateEntitiesRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class.</para> <para> Contains the data that is needed to add a link between two entity instances in a many-to-many relationship.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AssociateEntitiesRequest.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AssociateEntitiesRequest.Moniker1"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class and its members.</para> </summary> <returns> <para> The entity reference for the first record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AssociateEntitiesRequest.Moniker2"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class and its members.</para> </summary> <returns> <para> The entity reference for the second record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AssociateEntitiesRequest.RelationshipName"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class and its members.</para> </summary> <returns> <para> The name of the relationship between the two entities.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AssociateEntitiesResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class and its associated response class.</para> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AssociateEntitiesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AssociateEntitiesResponse.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest" /> class and its associated response class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AttributeAuditDetail"> <summary> <para> Contains the details of changes to entity attributes.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AttributeAuditDetail.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AttributeAuditDetail" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AttributeAuditDetail.DeletedAttributes"> <summary> <para> Gets a list of deleted attributes.</para> </summary> <returns> <para> A dictionary containing the deleted attributes.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AttributeAuditDetail.InvalidNewValueAttributes"> <summary> <para> Gets a collection of attempted attribute changes that are not valid.</para> </summary> <returns> <para> The data collection of attempted attribute changes.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AttributeAuditDetail.LocLabelLanguageCode"> <summary> <para> Gets or sets the language code for the label.</para> </summary> <returns> <para> The language code for the label.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AttributeAuditDetail.NewValue"> <summary> <para> Gets or sets a collection of new values for an entity attribute.</para> </summary> <returns> <para> The collection of new values for an entity attribute.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AttributeAuditDetail.OldValue"> <summary> <para> Gets or sets a collection of former values for an entity attribute.</para> </summary> <returns> <para> The collection of former values for an entity attribute.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AuditDetail"> <summary> <para> Provides a base class for storing the details of data changes.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AuditDetail.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AuditDetail" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetail.AuditRecord"> <summary> <para> Gets or sets the related <see langword="Audit" /> record that contains the change details.</para> </summary> <returns> <para> The audit record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetail.ExtensionData"> <summary> <para>Gets or sets the structure that contains extra data. Optional.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AuditDetailCollection"> <summary> <para> Contains a collection of <see cref="T:Microsoft.Crm.Sdk.Messages.AuditDetail" /> objects.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AuditDetailCollection" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.Add(Microsoft.Crm.Sdk.Messages.AuditDetail)"> <summary> <para> Adds an <see cref="T:Microsoft.Crm.Sdk.Messages.AuditDetail" /> object to the <see cref="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.AuditDetails" /> collection.</para> </summary> <param name="auditDetail"> <para> An object that contains change details.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.AuditDetails"> <summary> <para> Gets the <see langword="AuditDetail" /> collection.</para> </summary> <returns> <para> The collection of <see cref="T:Microsoft.Crm.Sdk.Messages.AuditDetail" /> instances.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.Count"> <summary> <para> Indicates the number of elements in the <see cref="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.AuditDetails" /> collection.</para> </summary> <returns> <para> The number of elements in the collection.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para> The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.Item(System.Int32)"> <summary> <para> Gets or sets the element at the specified index.</para> </summary> <param name="index"> <para> The element index.</para> </param> <returns> <para> The element at the specified index.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.MoreRecords"> <summary> <para> Indicates whether more records exist.</para> </summary> <returns> <para> <see langword="true" /> if more records exist; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.PagingCookie"> <summary> <para>Gets or sets a paging cookie.</para> </summary> <returns> <para> The paging cookie value.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditDetailCollection.TotalRecordCount"> <summary> <para> Gets or sets the total record count in the collection.</para> </summary> <returns> <para> The total record count in the collection.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AuditPartitionDetail"> <summary>Identifies a Microsoft SQL Server partition that is used to store changes to entity data records.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AuditPartitionDetail.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AuditPartitionDetail" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditPartitionDetail.EndDate"> <summary> <para> Gets or sets the end date and time for the last audit record in the partition.</para> </summary> <returns> <para> The date and time of the last audit record in the partition.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditPartitionDetail.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para> A structure that contains extra data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditPartitionDetail.PartitionNumber"> <summary> <para> Gets or sets the sequence (serial) number of the partition.</para> </summary> <returns> <para> The sequence (serial) number of the partition.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditPartitionDetail.Size"> <summary> <para> Gets or sets the size, in bytes, of the partition.</para> </summary> <returns> <para> The size, in bytes, of the partition.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditPartitionDetail.StartDate"> <summary> <para> Gets or sets the creation date and time of the first audit record in the partition.</para> </summary> <returns> <para> The creation date and time of the first audit record in the partition.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AuditPartitionDetailCollection"> <summary> Contains a data collection of <see cref="T:Microsoft.Crm.Sdk.Messages.AuditDetail" /> objects.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AuditPartitionDetailCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AuditPartitionDetailCollection" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditPartitionDetailCollection.ExtensionData"> <summary> Gets or sets the structure that contains extra data.</summary> <returns> The structure that contains extra data.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AuditPartitionDetailCollection.IsLogicalCollection"> <summary> Gets or sets whether the partition change list is a logical collection.</summary> <returns> <see langword="true" /> if the audit partition list is a logical collection; otherwise, <see langword="false" />.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AutoMapEntityRequest"> <summary> Contains the data that is needed to generate a new set of attribute mappings based on the metadata.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AutoMapEntityRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AutoMapEntityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.AutoMapEntityRequest.EntityMapId"> <summary> <para> Gets or sets the ID of the entity map to overwrite when the automated mapping is performed. Required.</para> </summary> <returns> <para> The ID of the entity map.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.AutoMapEntityResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.AutoMapEntityRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.AutoMapEntityResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.AutoMapEntityResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailRequest"> <summary> Contains the data that is needed to send email messages asynchronously.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailRequest.Query"> <summary> Gets or sets the query to find the email activities to send.</summary> <returns> The query to find the email activities to send.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailResponse.EntityCollection"> <summary> Gets the resulting emails. Required.</summary> <returns> The collection of resulting emails.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailResponse.HasAttachments"> <summary> Gets a value that indicates whether the email has attachments. Required.</summary> <returns> <see langword="true" /> if the email has attachments; otherwise, <see langword="false" />.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BookRequest"> <summary> Contains the data that is needed to schedule or "book" an appointment, recurring appointment, or service appointment (service activity).</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BookRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.BookRequest" /> Class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BookRequest.ReturnNotifications"> <summary> For internal use only.</summary> <returns> <see langword="true" /> if you want notifications returned; otherwise, <see langword="false" />.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BookRequest.Target"> <summary> Gets or sets the record that is the target of the book operation. Required.</summary> <returns> The target entity instance for the book operation.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BookResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.BookRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BookResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.BookResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BookResponse.Notifications"> <summary> For internal use only.</summary> <returns> The notifications.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BookResponse.ValidationResult"> <summary> Gets the appointment validation results.</summary> <returns> The appointment validation results.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest"> <summary> Contains the data that's needed to submit a bulk delete job that deletes selected records in bulk. This job runs asynchronously in the background without blocking other activities.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.CCRecipients"> <summary> Gets or sets an array of IDs for the system users (users) who are listed in the Cc box of the email notification. Required.</summary> <returns> The array of IDs for the system users (users) who are listed in the Cc box of the email notification.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.JobName"> <summary> Gets or sets the name of an asynchronous bulk delete job. Required.</summary> <returns> The name of the asynchronous bulk delete job.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.QuerySet"> <summary> Gets or sets an array of queries for a bulk delete job. Required.</summary> <returns> The array of queries for a bulk delete job.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.RecurrencePattern"> <summary> Gets or sets the recurrence pattern for the bulk delete job. Optional.</summary> <returns> The recurrence pattern for the bulk delete job.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.RunNow"> <summary>For internal use only.</summary> <returns>For internal use only.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.SendEmailNotification"> <summary> Gets or sets a value that indicates whether an email notification is sent after the bulk delete job has finished running. Required.</summary> <returns> <see langword="true" /> if an email notification should be sent after the bulk deletion is finished or has failed; otherwise, <see langword="false" />.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.SourceImportId"> <summary> Gets or sets the ID of the data import job. Optional.</summary> <returns> The ID of the data import job that corresponds to the <see langword="ImportrId" /> column, which is the primary key for the <see langword="Import" /> table.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.StartDateTime"> <summary> Gets or sets the start date and time to run a bulk delete job. Optional.</summary> <returns> The start date and time to run a bulk delete job.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest.ToRecipients"> <summary> Gets or sets an array of IDs for the system users (users) who are listed in the To box of an email notification. Required.</summary> <returns> The array of IDs for the system users (users) who are listed in the To box of an email notification.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BulkDeleteResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.BulkDeleteRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BulkDeleteResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.BulkDeleteResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDeleteResponse.JobId"> <summary> Gets the ID of an asynchronous bulk delete job that performs a bulk deletion.</summary> <returns> The ID of an asynchronous bulk delete job that performs a bulk deletion.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest"> <summary> Contains the data that is needed to submit an asynchronous system job that detects and logs multiple duplicate records.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.CCRecipients"> <summary> Gets or sets an array of IDs for the system users (users) who are listed in the Cc box of the email notification.</summary> <returns> The array of IDs for the system users (users) who are listed in the Cc box of the email notification.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.JobName"> <summary> Gets or sets the name of the asynchronous system job that detects and logs multiple duplicate records. Required.</summary> <returns> The name of the asynchronous system job that detects and logs multiple duplicate records.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.Query"> <summary> Gets or sets the query criteria for detecting multiple duplicate records. Required.</summary> <returns> The query criteria for detecting multiple duplicate records.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.RecurrencePattern"> <summary> Gets or sets the recurrence pattern for the asynchronous system job that detects multiple duplicate records. Optional.</summary> <returns> The recurrence pattern for the asynchronous system job that detects multiple duplicate records.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.RecurrenceStartTime"> <summary> Gets or sets the start date and time of an asynchronous system job that detects and logs multiple duplicate records. Optional.</summary> <returns> The start date and time of an asynchronous system job that detects and logs multiple duplicate record.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.SendEmailNotification"> <summary> Gets or sets a value that indicates whether an email notification is sent after the asynchronous system job that detects multiple duplicate records finishes running. Required.</summary> <returns> <see langword="true" /> if an email notification should be sent after the job to detect multiple duplicate records is finished running or has failed; otherwise, <see langword="false" />.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.TemplateId"> <summary> Sets the ID of the template (email template) that is used for the email notification.</summary> <returns> The ID of the template (email template) that is used for the email notification that corresponds to the <see langword="TemplateId" /> column, which is the primary key for the <see langword="Template" /> table.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest.ToRecipients"> <summary> Gets or sets an array of IDs for the system users (users) who are listed in the To box (recipients) of the email notification.</summary> <returns> The array of IDs for the system users (users) who are listed in the To box (recipients) of the email notification.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BulkDetectDuplicatesResponse.JobId"> <summary> Gets the ID of an asynchronous bulk detect duplicates job that detects and logs duplicate records.</summary> <returns> The ID of an asynchronous bulk detect duplicates job that detects and logs duplicate records.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BulkOperationSource"> <summary> Contains the possible sources of a bulk operation.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.BulkOperationSource.CampaignActivity"> <summary> The bulk operation is for distributing a campaign activity to members of a list.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.BulkOperationSource.QuickCampaign"> <summary> The bulk operation is to distribute a quick campaign to members of a list of accounts, contacts, or leads that are selected by a query.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BusinessNotification"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BusinessNotification.#ctor(Microsoft.Crm.Sdk.Messages.BusinessNotificationSeverity,System.String)"> <param name="severity" /> <param name="message" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessNotification.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessNotification.Message" /> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessNotification.Parameters" /> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessNotification.Severity" /> <member name="T:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameter"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameter.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameter.Data" /> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameter.ParameterType"> <returns> <para>Returns <see cref="T:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameterType" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameterType"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameterType.Attribute" /> <member name="F:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameterType.None" /> <member name="F:Microsoft.Crm.Sdk.Messages.BusinessNotificationParameterType.String" /> <member name="T:Microsoft.Crm.Sdk.Messages.BusinessNotificationSeverity"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.BusinessNotificationSeverity.Error" /> <member name="F:Microsoft.Crm.Sdk.Messages.BusinessNotificationSeverity.Information" /> <member name="F:Microsoft.Crm.Sdk.Messages.BusinessNotificationSeverity.None" /> <member name="F:Microsoft.Crm.Sdk.Messages.BusinessNotificationSeverity.UserDefined" /> <member name="F:Microsoft.Crm.Sdk.Messages.BusinessNotificationSeverity.Warning" /> <member name="T:Microsoft.Crm.Sdk.Messages.BusinessProcessFlowContext"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.BusinessProcessFlowContext.#ctor(System.Guid,System.Guid,System.Guid,System.Boolean)"> <param name="businessProcessFlowId" /> <param name="businessProcessFlowInstanceId" /> <param name="actionStepId" /> <param name="isOnDemandRequired" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessProcessFlowContext.ActionStepId" /> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessProcessFlowContext.BusinessProcessFlowId" /> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessProcessFlowContext.BusinessProcessFlowInstanceId" /> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessProcessFlowContext.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.BusinessProcessFlowContext.IsOnDemandRequired" /> <member name="T:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityRequest"> <summary> Contains the data that is needed to calculate the value of an opportunity that is in the "Won" state.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityRequest.OpportunityId"> <summary> Gets or sets the ID of the opportunity. Required.</summary> <returns> The ID of the opportunity that corresponds to the <see langword="Opportunity.OpportunityId" /> column, which is the primary key for the <see langword="Opportunity" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculateActualValueOpportunityResponse.Value"> <summary> Gets the actual value of an opportunity.</summary> <returns> The actual value of an opportunity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CalculatePriceRequest"> <summary> Contains the data that is needed to calculate price in an opportunity, quote, order, and invoice. This is used internally for custom pricing calculation when the default system pricing is overridden.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CalculatePriceRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculatePriceRequest" />.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculatePriceRequest.ParentId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculatePriceRequest.Target"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CalculatePriceResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculatePriceRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CalculatePriceResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculatePriceResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldRequest"> <summary> Contains the data that is needed to calculate the value of a rollup column.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldRequest.FieldName"> <summary> Gets or sets the logical name of the column to calculate. Required.</summary> <returns> The logical name of the column to calculate.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldRequest.Target"> <summary> Gets or sets a reference to the record containing the rollup column to calculate. Required.</summary> <returns> A reference to the record containing the rollup column to calculate.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculateRollupFieldResponse.Entity"> <summary> Gets an entity that contains the attributes relevant to the calculated rollup column.</summary> <returns> An entity that contains the attributes relevant to the calculated rollup column.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentRequest"> <summary> Contains the data that is needed to calculate the total time, in minutes, that you used while you worked on an incident (case).</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentRequest.IncidentId"> <summary> Gets or sets the ID of the incident (case). Required.</summary> <returns> The ID of the incident (case) that corresponds to the <see langword="IncidentId.IncidentId" /> column, which is the primary key for the <see langword="Incident" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CalculateTotalTimeIncidentResponse.TotalTime"> <summary> Gets the total time, in minutes that you use when you work on an incident (case).</summary> <returns> The total time, in minutes that you use when you work on an incident (case).</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CancelContractRequest"> <summary> Contains the data that is needed to cancel a contract.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CancelContractRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CancelContractRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CancelContractRequest.CancelDate"> <summary> Gets or sets the contract cancellation date. Required.</summary> <returns> The contract cancellation date.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CancelContractRequest.ContractId"> <summary> Gets or sets the ID of the contract. Required.</summary> <returns> The ID of the contract that corresponds to the <see langword="Contract.ContractId" /> column, which is the primary key for the <see langword="Contract" /> table.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CancelContractRequest.Status"> <summary> Gets or sets the status of the contract. Required.</summary> <returns> The status of the contract.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CancelContractResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CancelContractRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CancelContractResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CancelContractResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CancelSalesOrderRequest"> <summary> Contains the data that is needed to cancel a sales order (order).</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CancelSalesOrderRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CancelSalesOrderRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CancelSalesOrderRequest.OrderClose"> <summary> Gets or sets the close activity that is associated with the sales order (order) that you want to cancel. Required.</summary> <returns> The close activity that is associated with the sales order (order) that you want to cancel. This is an instance of the <see langword="OrderClose" /> class, which is a subclass of the <see cref="T:Microsoft.Xrm.Sdk.Entity" /> class.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CancelSalesOrderRequest.Status"> <summary> Gets or sets the status of the sales order (order). Required.</summary> <returns> The status of the sales order (order).</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CancelSalesOrderResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CancelSalesOrderRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CancelSalesOrderResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CancelSalesOrderResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CanvasAppsDetails"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CanvasAppsDetails.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CanvasAppsDetails.AppId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CanvasAppsDetails.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CanvasAppsDetails.PublishConfiguration"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CanvasAppsDetails.Type"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CanvasAppsDetails.UniqueName"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CanvasAppsInfo"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CanvasAppsInfo.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CanvasAppsInfo.Id"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CanvasAppsInfo.Type"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilege"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilege.#ctor(System.Int32,System.Guid)"> <summary>For internal use only.</summary> <param name="depth" /> <param name="privilegeId" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilege.ChannelAccessProfilePrivilegeId"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilege.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilege.PrivilegeDepth"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilege.PrivilegeName"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilegeDepth"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilegeDepth.EntityReference"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilegeDepth.Global"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilegeDepth.None"> <summary>For internal use only.</summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.ChannelAccessProfilePrivilegeDepth.ParentEntityReference"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.ChannelAccessProfilePrivilegeList"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.EmailAccess"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.ExtensionData"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.FacebookAccess"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.PhoneAccess"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.RateKnowledgeArticles"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.SubmitFeedback"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.TwitterAccess"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.ViewArticleRating"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.ViewKnowledgeArticles"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ChannelAccessProfileWithPrivileges.WebAccess"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest"> <summary> Contains the data that is needed to check whether the incoming email message is relevant to Dataverse.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest.Bcc"> <summary> Gets or sets the addresses of the blind carbon copy (Bcc) recipients for the email message.</summary> <returns> The addresses of the blind carbon copy (Bcc) recipients for the email message.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest.Cc"> <summary> Gets or sets the addresses of the carbon copy (Cc) recipients for the email message.</summary> <returns> The carbon copy (Cc) recipients for the email message.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest.ExtraProperties"> <summary> For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest.From"> <summary> Gets or sets the from address for the email message.</summary> <returns> The from address for the email message.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest.MessageId"> <summary> Gets or sets the ID of the email message stored in the email header. Required.</summary> <returns> The ID of the email message stored in the email header.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest.Subject"> <summary> Gets or sets the subject line for the email message. Optional.</summary> <returns> The subject line for the email message.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest.To"> <summary> Gets or sets the addresses of the recipients of the email message.</summary> <returns> The addresses of the recipients of the email message.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailResponse.ReasonCode"> <summary> Gets the reason for the result in the <see cref="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailResponse.ShouldDeliver" /> property.</summary> <returns> <para> The reason for the failure.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailResponse.ShouldDeliver"> <summary> Gets a value that indicates whether the message should be delivered to Dataverse.</summary> <returns> <see langword="true" /> if the message should be delivered to Dataverse; otherwise, <see langword="false" />.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailRequest"> <summary> Contains the data that is needed to check whether the incoming email message should be promoted to Dataverse.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailRequest.DirectionCode"> <summary> Gets or sets the direction of a mail checked for promotion for uniqueness.</summary> <returns> The direction of a mail checked for promotion for uniqueness.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailRequest.MessageId"> <summary> Gets or sets the message ID that is contained in the email header. Required.</summary> <returns> The message ID that is contained in the email header. All email messages have an ID property in their headers. This is similar to a GUID and is used to identify the message and to see if a specific email message has already been promoted (added) to Dataverse.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailRequest.Subject"> <summary> Gets or sets the subject of the message. Optional.</summary> <returns> The subject of the message.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailResponse.ReasonCode"> <summary> Gets the reason for the result in the <see cref="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailResponse.ShouldDeliver">CheckIncomingEmailResponse.ShouldDeliver property</see>.</summary> <returns> The reason for the result in the <see cref="P:Microsoft.Crm.Sdk.Messages.CheckIncomingEmailResponse.ShouldDeliver">CheckIncomingEmailResponse.ShouldDeliver property</see>.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CheckPromoteEmailResponse.ShouldPromote"> <summary> Gets a value that indicates whether the message should be promoted to Dataverse.</summary> <returns> Indicates whether the message should be promoted to Dataverse. <see langword="true" />, to promote, otherwise, <see langword="false" />.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneAsPatchRequest"> <summary> Contains the data that is needed to create a solution patch from a managed or unmanaged solution.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneAsPatchRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneAsPatchRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneAsPatchRequest.DisplayName"> <summary> Gets or sets the name of the cloned solution.</summary> <returns> The name of the cloned solution.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneAsPatchRequest.ParentSolutionUniqueName"> <summary> Gets or sets the unique name of the parent solution.</summary> <returns> The unique name of the parent solution.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneAsPatchRequest.VersionNumber"> <summary> Gets or sets the version number of the patch.</summary> <returns> The version number of the patch.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneAsPatchResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneAsPatchRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneAsPatchResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneAsPatchRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneAsPatchResponse.SolutionId"> <summary> Gets the unique identifier of the solution patch.</summary> <returns> The unique identifier of the solution patch.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneAsSolutionRequest"> <summary> Contains the data that is needed to create a new copy of an unmanaged solution that contains the original solution plus all of its patches.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneAsSolutionRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneAsSolutionRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneAsSolutionRequest.DisplayName"> <summary> Gets or sets the name of the cloned solution.</summary> <returns> The name of the cloned solution.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneAsSolutionRequest.ParentSolutionUniqueName"> <summary> Gets or sets the name of the parent solution.</summary> <returns> The name of the parent solution.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneAsSolutionRequest.VersionNumber"> <summary> Gets or sets the version number of the cloned solution.</summary> <returns> The version number of the cloned solution.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneAsSolutionResponse"> <summary> Contains the response from executing the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneAsSolutionRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneAsSolutionResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneAsSolutionResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneAsSolutionResponse.SolutionId"> <summary> Gets the unique identifier of the cloned solution.</summary> <returns> The unique identifier of the cloned solution.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneContractRequest"> <summary> Contains the data that is needed to copy an existing contract and its line items.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneContractRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneContractRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneContractRequest.ContractId"> <summary> Gets or sets the ID of the contract to be copied. Required.</summary> <returns> The ID of the contract to be copied that corresponds to the <see langword="Contract.ContractId" /> column, which is the primary key for the <see langword="Contract" /> table.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneContractRequest.IncludeCanceledLines"> <summary> Gets or sets a value that indicates whether the canceled line items of the originating contract are to be included in the copy (clone). Required.</summary> <returns> <see langword="true" /> to include canceled line items, otherwise, <see langword="false" /> (default).</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneContractResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CancelContractRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneContractResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneContractResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneContractResponse.Entity"> <summary> Gets the resulting contract.</summary> <returns> The resulting contract. This is an instance of the <see langword="Contract" /> class, which is a subclass of the <see langword="Entity" /> class.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneMobileOfflineProfileRequest"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneMobileOfflineProfileRequest.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneMobileOfflineProfileRequest.Source"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneMobileOfflineProfileResponse"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneMobileOfflineProfileResponse.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneMobileOfflineProfileResponse.CloneMobileOfflineProfile"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneProductRequest"> <summary> Contains the data that is needed to copy an existing product family, product, or bundle under the same parent record.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneProductRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneProductRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneProductRequest.Source"> <summary> Gets or sets the source product family, product, or bundle record that you want to clone.</summary> <returns> The source product family, product, or bundle record that you want to clone.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloneProductResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneProductRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloneProductResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloneProductResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloneProductResponse.ClonedProduct"> <summary> Gets the cloned product record.</summary> <returns> The cloned product record.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloseIncidentRequest"> <summary> Contains the data that is needed to close an incident (case).</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloseIncidentRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloseIncidentRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloseIncidentRequest.IncidentResolution"> <summary> Gets or sets the incident resolution (case resolution) that is associated with the incident (case) to be closed. Required.</summary> <returns> The incident resolution (case resolution) that is associated with the incident (case) to be closed. This is an instance of the <see langword="IncidentResolution" /> class, which is a subclass of the <see langword="Entity" /> class.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloseIncidentRequest.Status"> <summary> Gets or sets a status of the incident. Required.</summary> <returns> The status of the incident.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloseIncidentResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CloseIncidentRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloseIncidentResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloseIncidentResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloseQuoteRequest"> <summary> Contains the data that is needed to close a quote.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloseQuoteRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloseQuoteRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloseQuoteRequest.QuoteClose"> <summary> Gets or sets a quote to be closed. Required.</summary> <returns> The quote to be closed. This is an instance of the <see langword="QuoteClose" /> class, which is a subclass of the <see langword="Entity" /> class.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CloseQuoteRequest.Status"> <summary> Gets or sets a status of the quote. Required.</summary> <returns> The status of the quote.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CloseQuoteResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CloseQuoteRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CloseQuoteResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CloseQuoteResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadRequest"> <summary> Contains the data needed to commit the uploaded data blocks to the annotation store.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadRequest.BlockList"> <summary> Gets or sets the IDs of the uploaded data blocks, in the correct sequence, that will result in the final annotation when the data blocks are combined.</summary> <returns>The IDs of the uploaded data blocks, in the correct sequence, that will result in the final annotation when the data blocks are combined.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadRequest.FileContinuationToken"> <summary> Gets or sets a token that uniquely identifies a sequence of related data uploads.</summary> <returns>A token that uniquely identifies a sequence of related data uploads.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadRequest.Target"> <summary> Gets or sets the target entity.</summary> <returns>The target entity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadResponse.AnnotationId"> <summary> Gets the unique identifier of the stored annotation.</summary> <returns>The unique identifier of the stored annotation.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAnnotationBlocksUploadResponse.FileSizeInBytes"> <summary> Gets the size of the stored annotation in bytes.</summary> <returns>The size of the stored annotation in bytes.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadRequest"> <summary> Contains the data needed to commit the uploaded data blocks to the attachment store.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadRequest.BlockList"> <summary> Gets or sets the IDs of the uploaded data blocks, in the correct sequence, that will result in the final attachment when the data blocks are combined.</summary> <returns>The IDs of the uploaded data blocks, in the correct sequence, that will result in the final attachment when the data blocks are combined.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadRequest.FileContinuationToken"> <summary> Gets or sets a token that uniquely identifies a sequence of related data uploads.</summary> <returns>A token that uniquely identifies a sequence of related data uploads.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadRequest.Target"> <summary> Gets or sets the target entity.</summary> <returns>The target entity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadResponse.ActivityMimeAttachmentId"> <summary> Gets the unique identifier of the stored attachment</summary> <returns>The unique identifier of the stored attachment.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitAttachmentBlocksUploadResponse.FileSizeInBytes"> <summary> Gets the size of the stored attachment in bytes.</summary> <returns>The size of the stored attachment in bytes.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadRequest"> <summary> Contains the data needed to commit the uploaded data blocks to the file store.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadRequest.BlockList"> <summary> Gets or sets the IDs of the uploaded data blocks, in the correct sequence, that will result in the final data file when the data blocks are combined.</summary> <returns> The IDs of the uploaded data blocks, in the correct sequence, that will result in the final data file when the data blocks are combined.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadRequest.FileContinuationToken"> <summary> Gets or sets a token that uniquely identifies a sequence of related data uploads.</summary> <returns>A token that uniquely identifies a sequence of related data uploads.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadRequest.FileName"> <summary> Gets or sets a filename to associate with the binary data file.</summary> <returns>A filename to associate with the binary data file.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadRequest.MimeType"> <summary> Gets or sets the MIME type of the uploaded file.</summary> <returns>The MIME type of the uploaded file.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadResponse.FileId"> <summary> Gets the unique identifier of the stored file.</summary> <returns>The unique identifier of the stored file.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CommitFileBlocksUploadResponse.FileSizeInBytes"> <summary> Gets the size of the stored file in bytes.</summary> <returns>The size of the stored file in bytes.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.Component"> <summary>For internal use only</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.Component.#ctor"> <summary>For internal use only</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.Component.ComponentId"> <summary>For internal use only</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.Component.ComponentSubType"> <summary>For internal use only</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.Component.ComponentType"> <summary>For internal use only</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.Component.DisplayName"> <summary>For internal use only</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.Component.ExtensionData"> <summary>For internal use only</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.Component.ParentEntityId"> <summary>For internal use only</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.Component.ParentEntityName"> <summary>For internal use only</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.Component.SchemaName"> <summary>For internal use only</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ComponentDetail"> <summary> Provides additional information about the solution components that are related to a missing component.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ComponentDetail.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ComponentDetail" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.DisplayName"> <summary> Gets or sets the display name of the solution component.</summary> <returns> The display name of the solution component.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.ExtensionData"> <summary> Gets or sets the structure that contains extra data.</summary> <returns> The extension data.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.Id"> <summary> Gets or sets the ID of the solution component.</summary> <returns> The ID of the solution component.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.ParentDisplayName"> <summary> Gets or sets the display name of the parent solution component.</summary> <returns> The display name of the parent solution component.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.ParentId"> <summary> Gets or sets the ID of the parent solution component.</summary> <returns> The ID of the parent solution component.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.ParentSchemaName"> <summary> Gets or sets the schema name of the parent solution component.</summary> <returns> The schema name of the parent solution component.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.SchemaName"> <summary> Gets or sets the schema name of the solution component.</summary> <returns> The schema name of the solution component.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.Solution"> <summary> Gets or sets the name of the solution.</summary> <returns> The name of the solution.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ComponentDetail.Type"> <summary> Gets or sets the component type of the solution component.</summary> <returns> The component type of the solution component.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CompoundCreateRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CompoundCreateRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CompoundCreateRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CompoundCreateRequest.ChildEntities"> <summary> Deprecated.</summary> <returns>Deprecated.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CompoundCreateRequest.Entity"> <summary> Deprecated.</summary> <returns>Deprecated.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CompoundCreateResponse"> <summary> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateRequest" /> class and its associated response class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CompoundCreateResponse.#ctor"> <summary> Deprecated.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CompoundCreateResponse.Id"> <summary> Deprecated.</summary> <returns>Deprecated.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleRequest"> <summary> Contains the data that is needed to update a duplicate rule (duplicate detection rule) and its related duplicate rule conditions.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleRequest.ChildEntities"> <summary> Gets or sets a collection of the duplicate rule conditions that you want updated. Required.</summary> <returns> The collection of the duplicate rule conditions that you want updated.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleRequest.Entity"> <summary> Gets or sets the duplicate rule that you want updated. Required.</summary> <returns> The duplicate rule that you want updated. This is instance of a <see langword="DuplicateRule" /> class.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateDuplicateDetectionRuleResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateRequest"> <summary> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class instead.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CompoundUpdateRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CompoundUpdateRequest.ChildEntities"> <summary> Deprecated.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CompoundUpdateRequest.Entity"> <summary> Deprecated.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateResponse"> <summary> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateRequest" /> class and its associated response class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CompoundUpdateResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CompoundUpdateResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConstraintRelation"> <summary> Specifies additional constraints to be applied when you select resources for appointments.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConstraintRelation.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConstraintRelation" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConstraintRelation.#ctor(System.Guid,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConstraintRelation" /> class that sets the object ID, constraint type, and constraints.</summary> <param name="objectId"> The ID of the calendar rule.</param> <param name="constraintType"> The constraint type. Must be "Resource Selection".</param> <param name="constraints"> The set of constraints.</param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConstraintRelation.Constraints"> <summary> Gets or sets the set of additional constraints.</summary> <returns> The set of additional constraints.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConstraintRelation.ConstraintType"> <summary> Gets or sets the type of constraints.</summary> <returns> The type of constraints, which must be "Resource Selection".</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConstraintRelation.ExtensionData"> <summary> Gets or sets the structure that contains extra data.</summary> <returns> The extension data.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConstraintRelation.ObjectId"> <summary> Gets or sets the ID of the calendar rule to which the constraint is applied.</summary> <returns> <para> The ID of the calendar rule to which the constraint is applied. This corresponds to the <see langword="CalendarRule.CalenderRuleID" /> column, which is the primary key for the <see langword="CalendarRule" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertKitToProductRequest"> <summary> Deprecated. Contains the data that is needed to convert a kit to a product.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertKitToProductRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertKitToProductRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertKitToProductRequest.KitId"> <summary> Gets or sets the ID of the kit. Required.</summary> <returns> The ID of the kit that corresponds to the <see langword="Product.ProductId" /> attribute, which is the primary key for the <see langword="Product" /> entity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertKitToProductResponse"> <summary> Deprecated. Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertKitToProductRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertKitToProductResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertKitToProductResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertOwnerTeamToAccessTeamRequest"> <summary> Contains the data that is needed to convert a team of type owner to a team of type access.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertOwnerTeamToAccessTeamRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertOwnerTeamToAccessTeamRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertOwnerTeamToAccessTeamRequest.TeamId"> <summary> Gets or sets the ID of the owner team to be converted. Required.</summary> <returns> The ID of the team to be converted that corresponds to the <see langword="Team.TeamId" /> attribute, which is the primary key for the <see langword="Team" /> entity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertOwnerTeamToAccessTeamResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertOwnerTeamToAccessTeamRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertOwnerTeamToAccessTeamResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertOwnerTeamToAccessTeamResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertProductToKitRequest"> <summary> Deprecated. Contains the data that is needed to convert a product to a kit.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertProductToKitRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertProductToKitRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertProductToKitRequest.ProductId"> <summary> Gets or sets the ID of the product. Required.</summary> <returns> The ID of the product that corresponds to the <see langword="Product.ProductId" /> attribute, which is the primary key for the <see langword="Product" /> entity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertProductToKitResponse"> <summary> Deprecated. Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertProductToKitRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertProductToKitResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertProductToKitResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest"> <summary> Contains the data that is needed to convert a quote to a sales order.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest.ColumnSet"> <summary> Gets or sets the collection of attributes to retrieve in the resulting sales order (order). Required.</summary> <returns> The collection of attributes to retrieve in the resulting sales order (order).</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest.ProcessInstanceId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest.QuoteCloseDate"> <summary> Gets or sets the date when the quote is closed.</summary> <returns> The date when the quote is closed.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest.QuoteCloseDescription"> <summary> Gets or sets the description for closing the quote.</summary> <returns> The description.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest.QuoteCloseStatus"> <summary> Gets or sets the status of the closed quote.</summary> <returns> The status of the quote that is closed.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest.QuoteCloseSubject"> <summary> Gets or sets the subject associated with the closed quote.</summary> <returns> The subject associated with the quote close activity.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest.QuoteId"> <summary> Gets or sets the ID of the quote to convert. Required.</summary> <returns> The ID of the quote to convert that corresponds to the <see langword="Quote.QuoteId" /> column, which is the primary key for the <see langword="Quote" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertQuoteToSalesOrderResponse.Entity"> <summary> Gets the resulting sales order (order). Required.</summary> <returns> The resulting sales order (order). This is an instance of the <see langword="SalesOrder" /> class.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceRequest"> <summary> Contains the data that is needed to convert a sales order to an invoice.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceRequest.ColumnSet"> <summary> Gets or sets the collection of attributes to retrieve from the resulting invoice. Required.</summary> <returns> The collection of attributes to retrieve from the resulting invoice.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceRequest.ProcessInstanceId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceRequest.SalesOrderId"> <summary> Gets or sets the ID of the sales order (order) to convert. Required.</summary> <returns> The ID of the sales order (order) to convert that corresponds to the <see langword="SalesOrder.SalesOrderId" /> column, which is the primary key for the <see langword="SalesOrder" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ConvertSalesOrderToInvoiceResponse.Entity"> <summary> Gets the resulting invoice.</summary> <returns> The resulting invoice. This is an instance of the <see langword="Invoice" /> class.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopyCampaignRequest"> <summary> Contains the data that is needed to copy a campaign.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopyCampaignRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyCampaignRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyCampaignRequest.BaseCampaign"> <summary> Gets or sets the ID of the base campaign to copy from. Required.</summary> <returns> The ID of the base campaign to copy from that corresponds to the <see langword="Campaign.CampaignId" /> column, which is the primary key for the <see langword="Campaign" /> table.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyCampaignRequest.SaveAsTemplate"> <summary> Gets or sets a value that indicates whether to save the campaign as a template. Required.</summary> <returns> <see langword="true" /> to save the campaign as a template; otherwise, <see langword="false" />.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopyCampaignResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyCampaignRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopyCampaignResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyCampaignResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyCampaignResponse.CampaignCopyId"> <summary> Gets the ID of the newly created campaign.</summary> <returns> The ID of the newly created campaign that corresponds to the <see langword="Campaign.CampaignId" /> column, which is the primary key for the <see langword="Campaign" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseRequest"> <summary> Contains the data that is needed to create a copy of the campaign response.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseRequest.CampaignResponseId"> <summary> Gets or sets the campaign response to copy from. Required.</summary> <returns> The campaign response to copy from.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyCampaignResponseResponse.CampaignResponseId"> <summary> Gets the ID of the newly created campaign response.</summary> <returns> The ID of the newly created campaign response that corresponds to the <see langword="CampaignResponse.ActivityId" /> column, which is the primary key for the <see langword="CampaignResponse" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticRequest"> <summary> Contains the data that is needed to create a static list from the specified dynamic list and add the members that satisfy the dynamic list query criteria to the static list.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticRequest.ListId"> <summary> Gets or sets the ID of the dynamic list. Required.</summary> <returns> <para> The ID of the dynamic list that corresponds to the <see langword="List.ListId" /> column, which is the primary key for the <see langword="List" /> table.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyDynamicListToStaticResponse.StaticListId"> <summary> Gets the ID of the created static list.</summary> <returns> The ID of the created static list that corresponds to the <see langword="List.ListId" /> attribute, which is the primary key for the <see langword="List" /> entity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopyMembersListRequest"> <summary> Contains the data that is needed to copy the members from the source list to the target list without creating duplicates.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopyMembersListRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyMembersListRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyMembersListRequest.SourceListId"> <summary> Gets or sets the ID of the source list. Required.</summary> <returns> The ID of the source list that corresponds to the <see langword="List.ListId" /> column, which is the primary key for the <see langword="List" /> table.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopyMembersListRequest.TargetListId"> <summary> Gets or sets the ID of the target list. Required.</summary> <returns> The ID of the target list that corresponds to the <see langword="List.ListId" /> column, which is the primary key for the <see langword="List" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopyMembersListResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyMembersListRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopyMembersListResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopyMembersListResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopySystemFormRequest"> <summary> Contains the data that is needed to create a new form for a table that is based on an existing form.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopySystemFormRequest.#ctor"> <summary> Initializes a new instance of the <see langword="CopySystemFormRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopySystemFormRequest.SourceId"> <summary> Gets or sets the ID value of the form to copy. Required.</summary> <returns> The ID value of the form to copy. This corresponds to the <see langword="SystemForm.FormId" /> column, which is the primary key for the <see langword="SystemForm" /> table.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopySystemFormRequest.Target"> <summary> Gets or sets the <see langword="SystemForm" /> that the original system form should be copied to. Optional.</summary> <returns> The <see langword="SystemForm" /> that the original system form should be copied to.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CopySystemFormResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CopySystemFormRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CopySystemFormResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CopySystemFormResponse" /> class</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CopySystemFormResponse.Id"> <summary> Gets the ID of the system form that the original was copied to.</summary> <returns> If no Target was specified, this is the ID of the system form that the original was copied to. It corresponds to the <see langword="SystemForm.FormId" /> column, which is the primary key for the <see langword="SystemForm" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest"> <summary> Contains the data that is needed to create a quick campaign to distribute an activity to members of a list (marketing list).</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.Activity"> <summary> Gets or sets the activity to be distributed. Required.</summary> <returns> The activity to be distributed.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.FriendlyName"> <summary> Gets or sets a display name for the campaign. Required.</summary> <returns> The display name for the campaign.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.ListId"> <summary> <para> Gets or sets the ID of the list. Required.</para> </summary> <returns> <para> The ID of the list that corresponds to the <see langword="List.ListId" /> column, which is the primary key for the <see langword="List" /> table.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.Owner"> <summary> Gets or sets the owner for the activity. Required.</summary> <returns> The owner for the activity.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.OwnershipOptions"> <summary> Gets or sets the propagation ownership options. Required.</summary> <returns> The propagation ownership options.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.PostWorkflowEvent"> <summary> Gets or sets a value that indicates whether an asynchronous job is used to distribute an activity, such as an email, fax, or letter, to the members of a list. Required.</summary> <returns> Indicates whether an asynchronous job is used to distribute an activity, such as an email, fax, or letter, to the members of a list. <see langword="true" /> if an asynchronous job is used to distribute the activity; <see langword="false" /> if mail merge is used to distribute the activity.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.Propagate"> <summary> Gets or sets a value that indicates whether the activity is both created and executed. Required.</summary> <returns> Indicates whether the activity is both created and executed. <see langword="true" /> if an activity is both created and executed; <see langword="false" /> if an activity is created but not executed.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.QueueId"> <summary> Gets or sets the ID of the queue to which the created activities are added. Required.</summary> <returns> The ID of the queue to which the created activities are added that corresponds to the <see langword="Queue.QueueId" /> column, which is the primary key for the <see langword="Queue" /> table.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.sendEmail"> <summary> Gets or sets a value that indicates whether to send an email about the new activity. Required.</summary> <returns> Indicates whether to send an email about the new activity. <see langword="true" /> if you want email messages sent automatically; otherwise, <see langword="false" />.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest.TemplateId"> <summary> Gets or sets the ID of the email template. Required.</summary> <returns> The ID of the email template that corresponds to the <see langword="Template.TemplateId" /> attribute, which is the primary key for the <see langword="Template" /> entity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateActivitiesListResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateActivitiesListRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateActivitiesListResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateActivitiesListResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateActivitiesListResponse.BulkOperationId"> <summary> Gets the ID of the bulk operation created to distribute the campaign activity.</summary> <returns> The ID of the bulk operation created to distribute the campaign activity that corresponds to the <see langword="BulkOperation.ActivityId" /> column, which is the primary key for the <see langword="BulkOperation" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessRequest"> <summary> Deprecated. Use <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessRequest">Microsoft.Xrm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessRequest</see> instead.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessRequest.RelationshipSchema"> <summary>Gets or sets the schema name of the table relationship.</summary> <returns>The schema name of the table relationship.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateAsyncJobToRevokeInheritedAccessResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateExceptionRequest"> <summary> Contains the data that is needed to create an exception for the recurring appointment instance.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateExceptionRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateExceptionRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateExceptionRequest.IsDeleted"> <summary> Gets or sets whether the appointment instance is deleted.</summary> <returns> Indicates if the appointment instance is deleted. <see langword="true" />, if deleted, otherwise, <see langword="false" />.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateExceptionRequest.OriginalStartDate"> <summary> Gets or sets the original start date of the recurring appointment.</summary> <returns> The original start date of the recurring appointment.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateExceptionRequest.Target"> <summary> Gets or sets the target appointment for the exception.</summary> <returns> The target appointment for the exception. This must be an entity reference for an appointment entity.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateExceptionResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateExceptionRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateExceptionResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateExceptionResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateExceptionResponse.id"> <summary> Gets the ID of the exception appointment.</summary> <returns> The ID of the exception appointment. This corresponds to the <see langword="Appointment" />. <see langword="AppointmentId" /> column, which is the primary key for the <see langword="Appointment" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateInstanceRequest"> <summary> Contains the data that is needed to create future unexpanded instances for the recurring appointment master.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateInstanceRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateInstanceRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateInstanceRequest.Count"> <summary> Gets or sets the number of instances to be created. Required.</summary> <returns> The number of instances to be created.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateInstanceRequest.Target"> <summary> Gets or sets the target appointment instance to create. Required.</summary> <returns> The target appointment instance to create. This is an instance of the <see langword="Appointment" /> class, which is a subclass of the <see langword="Entity" /> class.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateInstanceResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateInstanceRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateInstanceResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateInstanceResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateInstanceResponse.SeriesCanBeExpanded"> <summary> Gets whether the series can be expanded.</summary> <returns> Indicates whether the series can be expanded. <see langword="true" /> if can be expanded, otherwise, <see langword="false" />.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationRequest"> <summary> Contains the data that is required to create translation of a knowledge article record.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationRequest.IsMajor"> <summary> Get or sets whether to create a major or minor version of the knowledge article record. Required.</summary> <returns> <see langword="true" /> if major version; <see langword="false" /> if minor version.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationRequest.Language"> <summary> Gets or sets the language to which the knowledge article is translated to. Required.</summary> <returns> The language locale record to which the knowledge article record is translated to.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationRequest.Source"> <summary> Gets or sets the knowledge article record to be translated. Required.</summary> <returns> The knowledge article record to be translated.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleTranslationResponse.CreateKnowledgeArticleTranslation"> <summary> Gets the translated knowledge article record.</summary> <returns> The translated knowledge article record.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionRequest"> <summary> Contains the data that is required to create a major or minor version of a knowledge article record.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionRequest.IsMajor"> <summary> Get or sets whether to create a major or minor version of the knowledge article record. Required.</summary> <returns> <see langword="true" /> if major version; <see langword="false" /> if minor version.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionRequest.Source"> <summary> Gets or sets the knowledge article record for which you want to create a version. Required.</summary> <returns> The knowledge article record for which you want to create a version.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateKnowledgeArticleVersionResponse.CreateKnowledgeArticleVersion"> <summary> Gets the version record created for a knowledge article record.</summary> <returns> The version record created for a knowledge article record.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeRequest"> <summary> Contains the data to create a multi-table lookup column.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeRequest.Lookup"> <summary> Gets or sets the lookup column definition that stores a reference to the related row.</summary> <returns> The lookup column definition that stores a reference to the related row.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeRequest.OneToManyRelationships"> <summary> Gets or sets the one-to-many relationship definitions for each table that the multi-table lookup column supports.</summary> <returns> The one-to-many relationship definitions for each table that the multi-table lookup column supports.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeRequest.SolutionUniqueName"> <summary> Gets or sets the name of the unmanaged solution to add the multi-table lookup column to.</summary> <returns> The name of the unmanaged solution to add the multi-table lookup column to.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeResponse"> <summary> Contains the service response from processing <see cref="T:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeRequest" />.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeResponse.AttributeId"> <summary> Gets the MetadataId of the multi-table lookup column that is created.</summary> <returns> The MetadataId of the multi-table lookup column that is created.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreatePolymorphicLookupAttributeResponse.RelationshipIds"> <summary> Gets an array of relationship IDs created for the column to the related tables.</summary> <returns> An array of relationship IDs created for the column to the related tables.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateRequest"> <summary> Contains the data that is needed to create a workflow (process) from a workflow template.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateRequest.#ctor"> <summary> Initializes a new instance of the<see langword="CreateWorkflowFromTemplateRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateRequest.WorkflowName"> <summary> Gets or sets the name of the new workflow. Required.</summary> <returns> The name of the new workflow.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateRequest.WorkflowTemplateId"> <summary> Gets or sets the ID of the workflow template. Required.</summary> <returns> The ID of the workflow template.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateResponse.Id"> <summary> Gets the ID of the new workflow.</summary> <returns> The ID of the new workflow.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteAsyncRequest"> <summary>Asynchronously replaces managed solution (A) plus all of its patches with managed solution (B) that is the clone of (A) and all of its patches.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteAsyncRequest.#ctor"> <summary> Initializes a new instance of the<see langword="DeleteAndPromoteAsyncRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteAsyncRequest.UniqueName"> <summary>Gets or sets the unique name of the solution being replaced.</summary> <returns>The unique name of the solution being replaced.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteAsyncResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteAsyncRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteAsyncResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteAsyncResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteAsyncResponse.AsyncOperationId"> <summary>Gets the unique identifier (ID) of the asynchronous operation for the delete and promote operation.</summary> <returns>The unique identifier (ID) of the asynchronous operation for the delete and promote operation.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteRequest"> <summary> Contains the data needed to replace a managed solution plus all of its patches.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteRequest.UniqueName"> <summary> Gets or sets the unique name of the solution being replaced.</summary> <returns> The unique name of the solution being replaced.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteResponse"> <summary> Contains the response from executing the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteAndPromoteResponse.SolutionId"> <summary> Gets the unique identifier of the promoted solution.</summary> <returns> The unique identifier of the promoted solution.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteAuditDataRequest"> <summary> Contains the data that is needed for customers using customer-managed encryption keys to delete all audit data records up until a specified end date.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteAuditDataRequest.#ctor"> <summary> <para>Initializes a new instance of the <see langword="DeleteAuditDataRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteAuditDataRequest.EndDate"> <summary> <para>Gets or sets the end date and time. Required.</para> </summary> <returns> <para>The end date and time.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteAuditDataResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteAuditDataRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteAuditDataResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteAuditDataResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteAuditDataResponse.PartitionsDeleted"> <summary> Gets the number of deleted audit partitions or the number of deleted <see langword="Audit" /> records.</summary> <returns> The number of deleted audit partitions or records.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteFileRequest"> <summary> Contains the data needed to delete a stored binary file.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteFileRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteFileRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteFileRequest.FileId"> <summary> Gets or sets the identifier of the stored binary file.</summary> <returns>The identifier of the stored binary file.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteFileResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteFileRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteFileResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteFileResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesRequest"> <summary> Contains the data that is needed to delete instances of a recurring appointment master that have an 'Open' state.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesRequest.SeriesEndDate"> <summary> Gets or sets the end date for the recurring appointment series. Required.</summary> <returns> The end date for the appointment series.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesRequest.StateOfPastInstances"> <summary> Gets or sets the value to be used to set the status of appointment instances that have already passed. Required.</summary> <returns> The value to be used to set the status of appointment instances that have already passed.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesRequest.Target"> <summary> Gets or sets the target record for the operation. Required.</summary> <returns> The record that defines the instances to delete. This must be an entity instance for a <see langword="RecurringAppointmentMaster" /> table.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteOpenInstancesResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistory1Request"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistory1Request.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistory1Request.Target"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistory1Response"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistory1Response.#ctor"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistory1Response.DeletedEntriesCount"> <summary>For internal use only.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryRequest"> <summary> Contains the data that is needed to delete all audit change history records for a particular record.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryRequest.Target"> <summary> Gets or sets the target record to delete the audit history for. Required.</summary> <returns> The target record to delete the audit history for.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryResponse"> <summary> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeleteRecordChangeHistoryResponse.DeletedEntriesCount"> <summary> Gets the count of deleted audit history records.</summary> <returns> The count of deleted audit history records.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest"> <summary> <para>Contains the data that is needed to deliver an email from an email client.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.AttachmentIds" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.AttachmentToken" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.Bcc" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.Body" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.Cc" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.EmailId" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.EWSUrl" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.ExtraProperties" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.From" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.Importance" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.MessageId" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.ReceivedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.Subject" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.SubmittedBy" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest.To" /> <member name="T:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverImmediatePromoteEmailResponse.EmailId" /> <member name="T:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest"> <summary> <para>Contains the data that is needed to create an email activity record from an incoming email message (Track in CRM).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.Attachments"> <summary> <para>Gets or sets a collection of activity mime attachment (email attachment) instances to attach to the email message. Required.</para> </summary> <returns> <para>The collection of <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_activitymimeattachmentclass.htm" ActivityMimeAttachment" /> records to attach to the email message.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.Bcc"> <summary> <para>Gets or sets the addresses of the blind carbon copy (Bcc) recipients for the email message. Required.</para> </summary> <returns> <para>The addresses of the blind carbon copy (Bcc) recipients for the email message.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.Body"> <summary> <para>Gets or sets the message body for the email. Required.</para> </summary> <returns> <para>The message body for the email.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.Cc"> <summary> <para>Gets or sets the addresses of the carbon copy (Cc) recipients for the email message. Required.</para> </summary> <returns> <para>The addresses of the carbon copy (Cc) recipients for the email message.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.ExtraProperties"> <summary> <para> For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.From"> <summary> <para>Gets or sets the from address for the email message. Required.</para> </summary> <returns> <para>The from address for the email message.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.Importance"> <summary> <para>Gets or sets the level of importance for the email message. Required.</para> </summary> <returns> <para>The level of importance for the email message.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.MessageId"> <summary> <para>Gets or sets the ID of the email message stored in the email header. Required.</para> </summary> <returns> <para>The ID of the email message stored in the email header.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.ReceivedOn"> <summary> <para>Gets or sets the time the message was received on. Required.</para> </summary> <returns> <para>The time the message was received on.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.Subject"> <summary> <para>Gets or sets the subject line for the email message. Optional.</para> </summary> <returns> <para>The subject line for the email message.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.SubmittedBy"> <summary> <para>Gets or sets the email address of the account that is creating the email activity instance. Required.</para> </summary> <returns> <para>The email address of the account that is creating the email activity instance.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.To"> <summary> <para>Gets or sets the addresses of the recipients of the email message. Required.</para> </summary> <returns> <para>The addresses of the recipients of the email message.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest.ValidateBeforeCreate"> <summary> <para>Gets or sets whether to validate before the create operation occurs.</para> </summary> <returns> <para> true to validate before the create operation; otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverIncomingEmailResponse.EmailId"> <summary> <para>Gets or sets the ID of the email.</para> </summary> <returns> <para>The ID of the email. This corresponds to the <see langword="Email.EmailId" /> attribute, which is the primary key for the <see langword="Email" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest"> <summary> <para>Contains the data that is needed to create an email activity record from the specified email message (Track in CRM).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.Attachments"> <summary> <para>Gets or sets a collection of activity mime attachment (email attachment) records to attach to the email message. Required.</para> </summary> <returns> <para>The collection of attachments, which a collection of <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_activitymimeattachmentclass.htm" ActivityMimeAttachment" /> records..</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.Bcc"> <summary> <para>Gets or sets the addresses of the blind carbon copy (Bcc) recipients for the email message. Required.</para> </summary> <returns> <para> The addresses of the BCC recipients.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.Body"> <summary> <para>Gets or sets the message body for the email. Required.</para> </summary> <returns> <para> The message body.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.Cc"> <summary> <para>Gets or sets the addresses of the carbon copy (Cc) recipients for the email message. Required.</para> </summary> <returns> <para> The addresses of the CC recipients.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.EmailId"> <summary> <para>Gets or sets the ID of the email from which to create the email. Required.</para> </summary> <returns> <para>The ID of the email, which corresponds to the <see langword="Email.EmailId" /> attribute, which is the primary key for the <see langword="Email" /> entity..</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.ExtraProperties"> <summary> <para>Gets or sets the extra properties for the email. Optional.</para> </summary> <returns> <para>The extra properties.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.From"> <summary> <para>Gets or sets the from address for the email message. Required.</para> </summary> <returns> <para> The from address for the email.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.Importance"> <summary> <para>Gets or sets the level of importance for the email message. Required.</para> </summary> <returns> <para> The level of importance for the email.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.MessageId"> <summary> <para>Gets or sets the ID of the email message stored in the email header. Required.</para> </summary> <returns> <para> The the ID of the email message from the email header.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.ReceivedOn"> <summary> <para>Gets or sets the time the message was received on. Required.</para> </summary> <returns> <para>The time the message was received.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.Subject"> <summary> <para>Gets or sets the subject line for the email message. Optional.</para> </summary> <returns> <para> The subject line for the email.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.SubmittedBy"> <summary> <para>Gets or sets the email address of the account that is creating the email activity instance. Required.</para> </summary> <returns> <para> The email address of the account that is creating the email activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest.To"> <summary> <para>Gets or sets the addresses of the recipients of the email message. Required.</para> </summary> <returns> <para> The addresses of the recipients of the email message.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeliverPromoteEmailResponse.EmailId"> <summary> <para>Gets the ID of the newly created email activity.</para> </summary> <returns> <para>The ID of the newly created email activity. This corresponds to the <see langword="Email.EmailId" /> attribute, which is the primary key for the <see langword="Email" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DependencyMetadataCollection"> <summary> <para>Internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependencyMetadataCollection.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataCollection.DependencyMetadataInfoCollection" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataCollection.ExtensionData" /> <member name="T:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo"> <summary> <para>Internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependencyid" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependencytype" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependencytypename" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentbasesolutionid" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentbasesolutionname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentbasesolutionuniquename" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentbasesolutionversion" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentdisplayname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponententitylogicalname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponententitysetname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentobjectid" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentparentdisplayname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponentparentid" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponenttype" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.dependentcomponenttypename" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.isdependencyremovalenabled" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentbasesolutionid" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentbasesolutionname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentbasesolutionuniquename" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentbasesolutionversion" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentdisplayname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponententitylogicalname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentobjectid" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentparentdisplayname" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponentparentid" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponenttype" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependencyMetadataInfo.requiredcomponenttypename" /> <member name="T:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata"> <summary> <para>Individual dependent attribute metadata.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.Equals(System.Object)"> <param name="obj" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.AttributeFormatType" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.AttributeId" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.AttributeOf" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.AttributeType" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.DisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.EntityName" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.IsCustomAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.IsRangeBased" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.IsValidForAdvancedFind" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.IsValidForGrid" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.LogicalName" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.MaxLength" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.MaxValue" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.MinValue" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.OptionSet" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.Precision" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.Targets" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata.YomiOf" /> <member name="T:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadataCollection"> <summary> <para>A collection of <see cref="T:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata" /> instances.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadataCollection.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadataCollection.Add(Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata)"> <param name="dependentEntityMetadata" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadataCollection.Contains(Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata)"> <param name="dependentEntityMetadata" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadataCollection.Count" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadataCollection.DependentAttributes" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadataCollection.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentAttributeMetadataCollection.Item(System.String)"> <param name="attributeLogicalName" /> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata"> <summary> <para>Individual dependent entity metadata.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.Equals(System.Object)"> <param name="obj" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.Attributes" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.DisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.EntityId" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.HasHierarchicalRelationship" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.LogicalCollectionName" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.LogicalName" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.ObjectTypeCode" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.PrimaryIdAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.PrimaryNameAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata.Relationships" /> <member name="T:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection"> <summary> <para>A collection of <see cref="T:Microsoft.Crm.Sdk.Messages.DependentEntityMetadata" /> instances.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection.Add(Microsoft.Crm.Sdk.Messages.DependentEntityMetadata)"> <param name="dependentEntityMetadata" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection.Contains(Microsoft.Crm.Sdk.Messages.DependentEntityMetadata)"> <param name="dependentEntityMetadata" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection.Count" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection.DependantEntities" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection.Item(System.Int32)"> <param name="objectTypeCode" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection.Item(System.String)"> <param name="entityLogicalName" /> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata"> <summary> <para>Individual N:N dependent relationship metadata.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata.Equals(System.Object)"> <param name="obj" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata.FromEntityAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata.IntersectEntity" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata.IntersectPrimaryAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata.IntersectRelatedAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentManyToManyRelationshipMetadata.ToEntityAttribute" /> <member name="T:Microsoft.Crm.Sdk.Messages.DependentOptionMetadata"> <summary> <para>Individual option set metadata.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentOptionMetadata.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentOptionMetadata.Equals(System.Object)"> <param name="obj" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionMetadata.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionMetadata.Label" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionMetadata.Value" /> <member name="T:Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection"> <summary> <para>A collection of <see cref="T:Microsoft.Crm.Sdk.Messages.DependentOptionMetadata" /> instances.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection.Add(Microsoft.Crm.Sdk.Messages.DependentOptionMetadata)"> <param name="option" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection.Contains(Microsoft.Crm.Sdk.Messages.DependentOptionMetadata)"> <param name="option" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection.Count" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection.Item(System.Int32)"> <param name="optionValue" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection.OptionList" /> <member name="T:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata"> <summary>Contains dependent metadata for an option set.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata.ExtensionData"> <summary>Gets or sets the structure that contains extra data. Optional.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata.FalseOption"> <summary>Gets or sets the false option metadata for a boolean option set.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata.Name"> <summary>Gets or sets the name of the option set.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata.Options"> <summary>Gets or sets the collection of option metadata associated with the option set.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata.TrueOption"> <summary>Gets or sets the true option metadata for a boolean option set.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentOptionSetMetadata.Type"> <summary>Gets or sets the type of the option set.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DependentRelationship"> <summary> <para>Individual 1:N or N:1 dependent relationship.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentRelationship.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentRelationship.Equals(System.Object)"> <param name="obj" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.EntityRelationshipType" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.HasReadPrivilege" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.IsHierarchical" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.IsValidForAdvancedFind" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.ManyToManyRelationshipMetadata" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.MetadataId" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.Name" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.ReferencedAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.ReferencingAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationship.RelationshipEntity" /> <member name="T:Microsoft.Crm.Sdk.Messages.DependentRelationshipCollection"> <summary> <para>A collection of <see cref="T:Microsoft.Crm.Sdk.Messages.DependentRelationship" /> instances.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentRelationshipCollection.#ctor" /> <member name="M:Microsoft.Crm.Sdk.Messages.DependentRelationshipCollection.Add(Microsoft.Crm.Sdk.Messages.DependentRelationship)"> <param name="dependentRelationship" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DependentRelationshipCollection.Contains(Microsoft.Crm.Sdk.Messages.DependentRelationship)"> <param name="dependentRelationship" /> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationshipCollection.Count" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationshipCollection.DependentRelationships" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationshipCollection.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.DependentRelationshipCollection.Item(System.Int32)"> <param name="index" /> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeprovisionLanguageRequest"> <summary> <para>Contains the data that is needed to deprovision a language.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeprovisionLanguageRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeprovisionLanguageRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DeprovisionLanguageRequest.Language"> <summary> <para>Gets or sets the language to deprovision. Required.</para> </summary> <returns> <para>The language to deprovision. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DeprovisionLanguageResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DeprovisionLanguageRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DeprovisionLanguageResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DeprovisionLanguageResponse" /> class</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest" /> class. Contains the data that is needed to remove a link between two entity instances in a many-to-many relationship.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesRequest.#ctor"> <summary> <para> Deprecated.Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesRequest.Moniker1"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesRequest.Moniker2"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesRequest.RelationshipName"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest" /> class and its members.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest" /> class and its associated response class. Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DisassociateEntitiesResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest"> <summary> <para> Contains the data that is needed to create a bulk operation that distributes a campaign activity. The appropriate activities, such as a phone call or fax, are created for the members of the list that is associated with the specified campaign activity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.Activity"> <summary> <para>Gets or sets the activity to be distributed. Required.</para> </summary> <returns> <para>The activity to be distributed, which must be instance of an activity class. You can only use activities that specify a recipient: a phone call, appointment, letter, fax, or email. .</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.CampaignActivityId"> <summary> <para>Gets or sets the ID of the campaign activity for which the activity is distributed. Required.</para> </summary> <returns> <para>The ID of the campaign activity for which the activity is distributed. This corresponds to the <see langword="CampaignActivity.ActivityId" /> attribute, which is the primary key for the <see langword="CampaignActivity" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.Owner"> <summary> <para>Gets or sets the owner for the newly created activity. Required.</para> </summary> <returns> <para> The owner for the newly created activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.OwnershipOptions"> <summary> <para>Gets or sets the ownership options for the activity. Required.</para> </summary> <returns> <para>The ownership options for the activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.PostWorkflowEvent"> <summary> <para>Gets or sets a value that indicates whether an asynchronous job is used to distribute activities, such as an email, fax, or letter, to the members of a list. Required.</para> </summary> <returns> <para> <see langword="true" /> if an asynchronous job is used to distribute the activity; <see langword="false" /> if mail merge is used to distribute the activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.Propagate"> <summary> <para>Gets or sets a value that indicates whether the activity is both created and executed. Required.</para> </summary> <returns> <para>Indicates whether the activity is both created and executed. <see langword="true" /> if an activity is both created and executed; <see langword="false" /> if an activity is created but not executed.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.QueueId"> <summary> <para>Gets or sets the ID of the queue to which the created activity is added. Optional.</para> </summary> <returns> <para>The ID of the queue to which the created activity is added. This corresponds to the <see langword="Queue.QueueId" /> attribute, which is the primary key for the <see langword="Queue" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.SendEmail"> <summary> <para>Gets or sets a value that indicates whether to send an email about the new activity. Required.</para> </summary> <returns> <para> <see langword="true" /> if you want emails sent automatically; otherwise, <see langword="false" />. Use this property for the email activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.TemplateId"> <summary> <para>Gets or sets the ID of the email template. Required.</para> </summary> <returns> <para>The ID of the email template. This corresponds to the <see langword="Template.TemplateId" /> attribute, which is the primary key for the <see langword="Template" /> entity. Use the email template, if <see cref="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.SendEmail" /> is <see langword="true" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityResponse.BulkOperationId"> <summary> <para>Gets the ID of the bulk operation that is used to distribute the campaign activity.</para> </summary> <returns> <para>The ID of the bulk operation that is used to distribute the campaign activity. This corresponds to the <see langword="BulkOperation.ActivityId" /> attribute, which is the primary key for the <see langword="BulkOperation" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DownloadBlockRequest"> <summary> <para>Contains the data needed to download a data block.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DownloadBlockRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadBlockRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DownloadBlockRequest.BlockLength"> <summary> <para>The size of the block in bytes.</para> </summary> <returns> <para>Blocks can be up to 4MB in length.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DownloadBlockRequest.FileContinuationToken"> <summary> <para>A token that uniquely identifies a sequence of related data blocks.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DownloadBlockRequest.Offset"> <summary> <para>The offset (in bytes) from the beginning of the block to the first byte of data in the block.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DownloadBlockResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadBlockRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DownloadBlockResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadBlockResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DownloadBlockResponse.Data"> <summary> <para>The block data.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionRequest"> <summary> <para>Contains the data that is needed to download a report definition.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionRequest.ReportId"> <summary> <para>Gets or sets the ID of the report to download.</para> </summary> <returns> <para>The ID of the report to download. This corresponds to the <see langword="Report.ReportId" /> attribute, which is the primary key for the <see langword="Report" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionRequest" /> class.</para> <para>For the Web API the DownloadReportDefinitionResponse ComplexType is the response value from the DownloadReportDefinition Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DownloadReportDefinitionResponse.BodyText"> <summary> <para>Gets the report definition.</para> </summary> <returns> <para>The report definition. Contains a UTF-8 encoded XML document in the form of a string that represents the entire content of the report definition (RDL) file.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataRequest"> <summary> <para>Contains the data needed to download a solution file that was exported by an asynchronous job.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataRequest.ExportJobId"> <summary> <para>The unique identifier of the solution export job.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataResponse"> <summary> <para>Contains the service response from processing <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.DownloadSolutionExportDataResponse.ExportSolutionFile"> <summary> <para>The exported solution file.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.EntityMetaDataInfo" /> <member name="M:Microsoft.Crm.Sdk.Messages.EntityMetaDataInfo.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityMetaDataInfo.Id" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityMetaDataInfo.LogicalName" /> <member name="T:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata"> <summary> <para>The attributes of a given entity; Relational entities with attributes metadata and dependent entity metadata.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.AttributesMetadata" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.DependantEntitiesCollection" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.DisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.EntityId" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.EntityRelationshipCollection" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.LogicalCollectionName" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.LogicalName" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.ObjectTypeCode" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.PrimaryIdAttribute" /> <member name="P:Microsoft.Crm.Sdk.Messages.EntityRelationsWithDependantEntityMetadata.PrimaryNameAttribute" /> <member name="T:Microsoft.Crm.Sdk.Messages.EntitySource"> <summary> <para>Describes which members of a bulk operation to retrieve.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.EntitySource.Account"> <summary> <para>Retrieve account entities. Value = 0.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.EntitySource.All"> <summary> <para>Retrieve all entities. Value = 3.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.EntitySource.Contact"> <summary> <para>Retrieve contact entities. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.EntitySource.Lead"> <summary> <para>Retrieve lead entities. Value = 2.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ErrorInfo"> <summary> <para>Specifies the results of a scheduling operation using the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateRequest" />, <see cref="T:Microsoft.Crm.Sdk.Messages.BookRequest" />, or <see cref="T:Microsoft.Crm.Sdk.Messages.RescheduleRequest" /> message.</para> <para>For the Web API the corresponding type is ErrorInfo ComplexType.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ErrorInfo.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ErrorInfo" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ErrorInfo.#ctor(System.String,Microsoft.Crm.Sdk.Messages.ResourceInfo[])"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ErrorInfo" /> class setting the error code and resource list.</para> </summary> <param name="errorCode"> <para>The reason for a scheduling failure.</para> </param> <param name="resourceList"> <para>The array of information about a resource that has a scheduling problem for an appointment.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ErrorInfo.ErrorCode"> <summary> <para>Gets or sets the reason for a scheduling failure.</para> </summary> <returns> <para>The reason for a scheduling failure.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ErrorInfo.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para>The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ErrorInfo.ResourceList"> <summary> <para>Gets or sets the array of information about a resource that has a scheduling problem for an appointment.</para> </summary> <returns> <para>The array of information about a resource that has a scheduling problem for an appointment.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ErrorType" /> <member name="F:Microsoft.Crm.Sdk.Messages.ErrorType.Error" /> <member name="F:Microsoft.Crm.Sdk.Messages.ErrorType.Warning" /> <member name="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryRequest"> <summary> <para>Contains the data that is needed to execute a saved query (view) that has the specified ID.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryRequest.EntityId"> <summary> <para>Gets or sets the ID of the saved query (view) to execute.</para> </summary> <returns> <para>The ID of the saved query (view) to execute. This corresponds to the <see langword="SavedQuery.SavedQueryId" /> property, which is the primary key for the <see langword="SavedQuery" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteByIdSavedQueryResponse.String"> <summary> <para>Gets the results of the saved query (view).</para> </summary> <returns> <para>The the results of the saved query (view).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryRequest"> <summary> <para>Contains the data that is needed to execute the user query (saved view) that has the specified ID.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryRequest.EntityId"> <summary> <para>Gets or sets the ID of the user query (saved view) record to be executed.</para> </summary> <returns> <para>The ID of the user query (saved view) record to be executed. The ID corresponds to the <see langword="UserQuery.UserQueryId" /> property, which is the primary key for the <see langword="UserQuery" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteByIdUserQueryResponse.String"> <summary> <para>Gets the results of the user query (saved view).</para> </summary> <returns> <para>The results of the user query (saved view).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExecuteFetchRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExecuteFetchRequest.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteFetchRequest.FetchXml"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExecuteFetchResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExecuteFetchResponse.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteFetchResponse.FetchXmlResult"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowRequest"> <summary> <para>Contains the data that’s needed to execute a workflow.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowRequest.EntityId"> <summary> <para>Gets or sets the ID of the record on which the workflow executes. Required.</para> </summary> <returns> <para>The ID of the record on which the workflow executes.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowRequest.InputArguments"> <summary> <para> For internal use only.</para> </summary> <returns> <para>Returns <see cref="T:Microsoft.Crm.Sdk.Messages.InputArgumentCollection" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowRequest.WorkflowId"> <summary> <para>Gets or sets the ID of the workflow to execute. Required.</para> </summary> <returns> <para>The ID of the workflow to execute.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowResponse" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExecuteWorkflowResponse.Id"> <summary> <para>Gets the ID of the asynchronous operation (system job) that was created.</para> </summary> <returns> <para>The ID of the asynchronous operation.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExpandCalendarRequest"> <summary> <para> Contains the data that is needed to convert the calendar rules to an array of available time blocks for the specified period.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExpandCalendarRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExpandCalendarRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExpandCalendarRequest.CalendarId"> <summary> <para>Gets or sets the ID of the calendar.</para> </summary> <returns> <para>The ID of the calendar. This corresponds to the <see langword="Calendar.CalendarId" /> property, which is the primary key for the <see langword="Calendar" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExpandCalendarRequest.End"> <summary> <para>Gets or sets the end of the time period to expand.</para> </summary> <returns> <para>The end of the time period to expand.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExpandCalendarRequest.Start"> <summary> <para>Gets or sets the start of the period to expand.</para> </summary> <returns> <para>The start of the time period to expand.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExpandCalendarResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ExpandCalendarRequest" /> class.</para> <para>For the Web API the ExpandCalendarResponse ComplexType is the response value from the ExpandCalendar Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExpandCalendarResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExpandCalendarResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExpandCalendarResponse.result"> <summary> <para>Gets a set of time blocks with appointment information.</para> </summary> <returns> <para>The set of time blocks with appointment information.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportDynamicToExcelType"> <summary> <para> For internal use only.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.ExportDynamicToExcelType.Dynamic"> <summary> <para> For internal use only.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.ExportDynamicToExcelType.Pivot"> <summary> <para> For internal use only.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationRequest"> <summary> <para>Contains the data that is needed to export localizable fields values to a compressed file.</para> <para>For the Web API use ExportFieldTranslation Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationRequest" /> class.</para> <para>For the Web API the ExportFieldTranslationResponse ComplexType is the response value from the ExportFieldTranslation Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationResponse.ExportTranslationFile"> <summary> <para>Gets the compressed file that represents the exported translation file.</para> </summary> <returns> <para>The compressed file that represents the exported translation file.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapRequest"> <summary> <para>Contains the data that is needed to export a data map as an XML formatted data.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapRequest.ExportIds"> <summary> <para>Gets or sets a value that indicates whether to export the entity record IDs contained in the data map. Required.</para> </summary> <returns> <para>Indicates whether to export the entity record IDs contained in the data map. <see langword="true" /> to export the record IDs, otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapRequest.ImportMapId"> <summary> <para> Gets or sets the ID of the import map (data map) to export. Required.</para> </summary> <returns> <para>The ID of the import map (data map) to export. This corresponds to the <see langword="ImportMap.ImportMapId" /> attribute, which is the primary key for the <see langword="ImportMap" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapRequest" /> class.</para> <para>For the Web API the ExportMappingsImportMapResponse ComplexType is the response value from the ExportMappingsImportMap Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportMappingsImportMapResponse.MappingsXml"> <summary> <para>Gets the XML representation of the exported data map.</para> </summary> <returns> <para>The XML representation of the exported data map.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest"> <summary> <para>Contains the data to export a solution using an asynchronous job.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportAutoNumberingSettings"> <summary> <para>Gets or sets whether auto numbering settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the auto numbering settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportCalendarSettings"> <summary> <para>Gets or sets whether calendar settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the calendar settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportComponentsParams"> <summary> <para>Gets or sets whether solution component parameters should be included in the solution being exported. Optional.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportCustomizationSettings"> <summary> <para>Gets or sets whether customization settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the customization settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportEmailTrackingSettings"> <summary> <para>Gets or sets whether email tracking settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the email tracking settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportExternalApplications"> <summary> <para>For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportGeneralSettings"> <summary> <para>Gets or sets whether general settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the general settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportIsvConfig"> <summary> <para>Gets or sets whether ISV.Config settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the ISV.Config settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportMarketingSettings"> <summary> <para>Gets or sets whether marketing settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the marketing settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportOutlookSynchronizationSettings"> <summary> <para>Gets or sets whether outlook synchronization settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the outlook synchronization settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportRelationshipRoles"> <summary> <para>Gets or sets whether relationship role settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the relationship role settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.ExportSales"> <summary> <para>Gets or sets whether sales settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the sales settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.Managed"> <summary> <para>Gets or sets whether the solution should be exported as a managed solution. Required.</para> </summary> <returns> <para> <see langword="true" /> if the solution should be exported as a managed solution; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.SolutionName"> <summary> <para>Gets or sets the unique name of the solution to be exported. Required.</para> </summary> <returns> <para>The unique name of the solution to be exported. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest.TargetVersion"> <summary> <para>Get or set a value indicating the version that the exported solution will support.</para> </summary> <returns> <para>A value indicating the version that the exported solution will support. Optional.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncResponse"> <summary> <para>Contains the service response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncResponse.AsyncOperationId"> <summary> <para>The unique identifier of the asynchronous operation for the solution export.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionAsyncResponse.ExportJobId"> <summary> <para>TThe unique identifier of the solution export job.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest"> <summary> <para> Contains the data needed to export a solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportAutoNumberingSettings"> <summary> <para>Gets or sets whether auto numbering settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the auto numbering settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportCalendarSettings"> <summary> <para>Gets or sets whether calendar settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the calendar settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportComponentsParams"> <summary> <para>Gets or sets the set of solution components to export.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportCustomizationSettings"> <summary> <para>Gets or sets whether customization settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the customization settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportEmailTrackingSettings"> <summary> <para>Gets or sets whether email tracking settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the email tracking settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportExternalApplications" /> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportGeneralSettings"> <summary> <para>Gets or sets whether general settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the general settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportIsvConfig"> <summary> <para>Gets or sets whether ISV.Config settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the ISV.Config settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportMarketingSettings"> <summary> <para>Gets or sets whether marketing settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the marketing settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportOutlookSynchronizationSettings"> <summary> <para>Gets or sets whether outlook synchronization settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the outlook synchronization settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportRelationshipRoles"> <summary> <para>Gets or sets whether relationship role settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the relationship role settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.ExportSales"> <summary> <para>Gets or sets whether sales settings should be included in the solution being exported. Optional.</para> </summary> <returns> <para> <see langword="true" /> if the sales settings should be included in the solution being exported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.Managed"> <summary> <para>Gets or sets whether the solution should be exported as a managed solution. Required.</para> </summary> <returns> <para> <see langword="true" /> if the solution should be exported as a managed solution; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.SolutionName"> <summary> <para>Gets or sets the unique name of the solution to be exported. Required.</para> </summary> <returns> <para>The unique name of the solution to be exported. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest.TargetVersion"> <summary> <para>Get or set a value indicating the version that the exported solution will support.</para> </summary> <returns> <para>A value indicating the version that the exported solution will support. Optional.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportSolutionResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportSolutionRequest" /> class.</para> <para>For the Web API the ExportSolutionResponse ComplexType is the response value from the ExportSolution Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportSolutionResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportSolutionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportSolutionResponse.ExportSolutionFile"> <summary> <para>Gets the compressed file that represents the exported solution.</para> </summary> <returns> <para>The compressed file that represents the exported solution.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportTranslationRequest"> <summary> <para>Contains the data that is needed to export all translations for a specific solution to a compressed file.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportTranslationRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportTranslationRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportTranslationRequest.SolutionName"> <summary> <para>Gets or sets the unique name for the unmanaged solution to export translations for. Required.</para> </summary> <returns> <para>The unique name for the unmanaged solution to export translations for. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ExportTranslationResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportTranslationRequest" /> class.</para> <para>For the Web API the ExportTranslationResponse ComplexType is the response value from the ExportTranslation Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ExportTranslationResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportTranslationResponse" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ExportTranslationResponse.ExportTranslationFile"> <summary> <para>Gets the file that represents the data that is exported for translation.</para> </summary> <returns> <para>The file that represents the data that is exported for translation.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FeatureControlSettingCollection"> <summary> <para>Internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FeatureControlSettingCollection.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.FeatureControlSettingCollection.ExtensionData" /> <member name="T:Microsoft.Crm.Sdk.Messages.FeatureControlSettingData"> <summary> <para>Internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FeatureControlSettingData.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.FeatureControlSettingData.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.FeatureControlSettingData.Name" /> <member name="P:Microsoft.Crm.Sdk.Messages.FeatureControlSettingData.NamespaceValue" /> <member name="P:Microsoft.Crm.Sdk.Messages.FeatureControlSettingData.Type" /> <member name="P:Microsoft.Crm.Sdk.Messages.FeatureControlSettingData.Value" /> <member name="T:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest"> <summary> <para>Contains the data that is needed to convert a query in FetchXML to a QueryExpression.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest.FetchXml"> <summary> <para>Gets or sets the query to convert.</para> </summary> <returns> <para>The query to convert. This The string must contain a query that you express in FetchXML. For more information, see FetchXML schema.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionResponse.Query"> <summary> <para>Gets the results of the query conversion.</para> </summary> <returns> <para>The results of the query conversion.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupRequest"> <summary> <para> Contains the data that is needed to find a parent resource group (scheduling group) for the specified resource groups (scheduling groups).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupRequest.#ctor"> <summary> <para>Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupRequest.ChildrenIds"> <summary> <para>Gets or sets an array of IDs of the children resource groups.</para> </summary> <returns> <para>The array of IDs of the children resource groups.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupRequest.ParentId"> <summary> <para>Gets or sets the ID of the parent resource group.</para> </summary> <returns> <para>The ID of the parent resource group. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_resourcegroupresourcegroupidproperty.htm" ResourceGroup.ResourceGroupId" /> attribute, which is the primary key for the <see langword="ResourceGroup" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FindParentResourceGroupResponse.result"> <summary> <para>Gets a value that indicates whether the parent resource group was found.</para> </summary> <returns> <para>Indicates whether the parent resource group was found. <see langword="true" /> if the parent resource group was found; otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FormatAddressRequest"> <summary> <para>Contains the data to compute an address based on country and format parameters.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FormatAddressRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.FormatAddressRequest.City" /> <member name="P:Microsoft.Crm.Sdk.Messages.FormatAddressRequest.Country" /> <member name="P:Microsoft.Crm.Sdk.Messages.FormatAddressRequest.Line1" /> <member name="P:Microsoft.Crm.Sdk.Messages.FormatAddressRequest.PostalCode" /> <member name="P:Microsoft.Crm.Sdk.Messages.FormatAddressRequest.StateOrProvince" /> <member name="T:Microsoft.Crm.Sdk.Messages.FormatAddressResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.FormatAddressRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FormatAddressResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.FormatAddressResponse.Address" /> <member name="T:Microsoft.Crm.Sdk.Messages.FormDisplayOrder"> <summary>Contains data that specifies the display order of a form.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FormDisplayOrder.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.FormDisplayOrder" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FormDisplayOrder.ExtensionData"> <summary>Gets or sets the structure that contains extra data. Optional.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FormDisplayOrder.FormId"> <summary>Gets or sets the identifier of the form.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FormDisplayOrder.IsCustomizable"> <summary>Gets or sets whether the form is customizable as a solution component.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FormDisplayOrder.Name"> <summary>Gets or sets the name of the form.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FormDisplayOrder.Order"> <summary>Gets or sets the display order of the form.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FormDisplayOrderCollection"> <summary> <para>A collection of <see cref="T:Microsoft.Crm.Sdk.Messages.FormDisplayOrder" /> instances.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FormDisplayOrderCollection.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.FormDisplayOrderCollection.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.FormDisplayOrderCollection.formDisplayOrderCollection" /> <member name="T:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderRequest"> <summary> <para>Contains the data that is needed to fulfill the sales order (order).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderRequest.OrderClose"> <summary> <para>Gets or sets the order close activity associated with the sales order (order) to be fulfilled. Required.</para> </summary> <returns> <para>The order close activity associated with the sales order (order) to be fulfilled, which must be an instance of the <see langword="OrderClose" /> class.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderRequest.Status"> <summary> <para>Gets or sets a status of the sales order (order). Required.</para> </summary> <returns> <para>The status of the sales order (order).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.FulfillSalesOrderResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest"> <summary> <para> Contains the data that is needed to perform a full-text search on knowledge articles in CRM using the specified search text.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest.#ctor"> <summary> <para>Initializes a new instance of <see cref="T:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest.QueryExpression"> <summary> <para>Gets or sets the query criteria to find knowledge articles with specified text. Required.</para> </summary> <returns> <para>The query criteria to find knowledge articles with specified text.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest.RemoveDuplicates"> <summary> <para>Gets or sets a value that indicates whether to remove multiple versions of the same knowledge article in search results. Required.</para> </summary> <returns> <para> <see langword="true" /> to remove multiple versions of the same knowledge article; <see langword="false" /> to return all article versions matching the search text in the search result.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest.SearchText"> <summary> <para>Gets or sets the text to search for in knowledge articles. Required.</para> </summary> <returns> <para>The text to search for in knowledge articles.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest.StateCode"> <summary> <para>Gets or sets the state of the knowledge articles to filter the search results. Required.</para> </summary> <returns> <para>The state code of the knowledge articles to be searched.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest.UseInflection"> <summary> <para>Gets or sets a value that indicates whether to use inflectional stem matching when searching for knowledge articles. Required.</para> </summary> <returns> <para> <see langword="true" />, to use inflectional stem matching, otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.FullTextSearchKnowledgeArticleResponse.EntityCollection"> <summary> <para>Gets the collection of knowledge articles that contain the specified text you searched for.</para> </summary> <returns> <para>The collection of knowledge articles that contain the specified text you searched for.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityRequest"> <summary> <para>Contains the data that is needed to generate an invoice from an opportunity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityRequest.ColumnSet"> <summary> <para>Gets or sets the collection of attributes to retrieve from the resulting invoice. Required.</para> </summary> <returns> <para>The collection of attributes to retrieve from the resulting invoice.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityRequest.OpportunityId"> <summary> <para>Gets or sets the ID of the opportunity to be used as the basis for the new invoice. Required.</para> </summary> <returns> <para>The ID of the opportunity to be used as the basis for the new invoice. This corresponds to the <see langword="Opportunity.OpportunityId" /> attribute, which is the primary key for the <see langword="Opportunity" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateInvoiceFromOpportunityResponse.Entity"> <summary> <para>Gets the resulting invoice.</para> </summary> <returns> <para>The resulting invoice, which must be an instance of the <see langword="Invoice" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityRequest"> <summary> <para>Contains the data that is needed to generate a quote from an opportunity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityRequest.ColumnSet"> <summary> <para>Gets or sets the collection of attributes to retrieve in the resulting quote. Required.</para> </summary> <returns> <para>The collection of attributes to retrieve in the resulting quote.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityRequest.OpportunityId"> <summary> <para>Gets or sets the ID of the opportunity to be used as the basis for the new quote. Required.</para> </summary> <returns> <para>The ID of the opportunity to be used as the basis for the new quote. This corresponds to the <see langword="Opportunity.OpportunityId" /> attribute, which is the primary key for the <see langword="Opportunity" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityRequest.ProcessInstanceId" /> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateQuoteFromOpportunityResponse.Entity"> <summary> <para>Gets the resulting quote.</para> </summary> <returns> <para>The resulting quote, which must be an instance of the <see langword="Quote" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityRequest"> <summary> <para>Contains the data that is needed to generate a sales order (order) from an opportunity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityRequest.ColumnSet"> <summary> <para>Gets or sets the collection of attributes to retrieve from the resulting sales order (order). Required.</para> </summary> <returns> <para>The collection of attributes to retrieve from the resulting sales order (order).</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityRequest.OpportunityId"> <summary> <para>Gets or sets the ID of the opportunity to be used as the basis for the new sales order (order). Required.</para> </summary> <returns> <para>The ID of the opportunity to be used as the basis for the new sales order (order). This corresponds to the <see langword="Opportunity.OpportunityId" /> attribute, which is the primary key for the <see langword="Opportunity" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateSalesOrderFromOpportunityResponse.Entity"> <summary> <para>Gets the resulting sales order (order).</para> </summary> <returns> <para>The resulting sales order (order), which must be an instance of the <see langword="SalesOrder" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkRequest"> <summary>Creates a link to a table row that can be shared with other system users.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkRequest.SharedRights"> <summary>Gets or sets the access rights for the table row.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkRequest.Target"> <summary>Gets or sets the target table row.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkResponse"> <summary>Contains the data returned when passing a <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkRequest" /> object to the <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)" /> method.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateSharedLinkResponse.Response"> <summary>Gets the response data returned from <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)" />.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileRequest"> <summary> <para> Contains the data to return an existing social profile record if one exists, otherwise generates a new one and returns it.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileRequest.Entity"> <summary> <para>Gets or sets the social profile instance to return or generate.</para> </summary> <returns> <para>The social profile instance.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GenerateSocialProfileResponse.Entity"> <summary> <para>Gets the social profile returned by the message.</para> </summary> <returns> <para>The social profile returned by the message.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameRequest"> <summary> <para> Contains the data that is needed to retrieve all the time zone definitions for the specified locale and to return only the display name attribute.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameRequest.LocaleId"> <summary> <para>Gets or sets the locale ID. Required.</para> </summary> <returns> <para>The locale ID.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetAllTimeZonesWithDisplayNameResponse.EntityCollection"> <summary> <para>Gets the collection of the time zone definition (<see langword="TimeZoneDefinition" />) records.</para> </summary> <returns> <para>The collection of the time zone definition (<see langword="TimeZoneDefinition" />) records.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeed1Request"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeed1Request.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeed1Request.AttributeName" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeed1Request.EntityName" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeed1Response"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeed1Response.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeed1Response.AutoNumberSeedValue" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeedRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeedRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeedRequest.AttributeName" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeedRequest.EntityName" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeedResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeedRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeedResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetAutoNumberSeedResponse.AutoNumberSeedValue" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetDecryptionKeyRequest"> <summary> <para> For internal use only. See <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetDecryptionKeyRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetDecryptionKeyRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetDecryptionKeyResponse"> <summary> <para> For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetDecryptionKeyResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetDecryptionKeyResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDecryptionKeyResponse.Key"> <summary> <para>Gets the decryption key.</para> </summary> <returns> <para>The decryption key.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelRequest"> <summary> <para> Contains the data that is needed to retrieve the default price level (price list) for the current user based on the user's territory relationship with the price level.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelRequest.#ctor"> <summary> <para> For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelRequest.ColumnSet"> <summary> <para> For internal use only.</para> </summary> <returns> <para>Returns <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelRequest.EntityName"> <summary> <para> For internal use only.</para> </summary> <returns> <para>Returns <see cref="T:System.String" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDefaultPriceLevelResponse.PriceLevels"> <summary> <para>Gets the price level (price list) for the current user. If a user territory is part of multiple price levels (price lists), gets multiple price levels (price lists).</para> </summary> <returns> <para>Returns <see cref="T:Microsoft.Xrm.Sdk.EntityCollection" />The resulting price level, which is an instance of the <see langword="PriceLevel" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileRequest"> <summary> <para> Contains the data that is needed to retrieve distinct values from the parse table for a column in the source file that contains list values.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileRequest.columnNumber"> <summary> <para>Gets or sets a column number in the CSV, XML Spreadsheet 2003 (.xml), or text source file for which the distinct values are returned. Required.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileRequest.ImportFileId"> <summary> <para>Gets or sets in ID of the import file that is associated with the source file. Required.</para> </summary> <returns> <para>The ID of the import file that is associated with the source file. This corresponds to the <see langword="ImportFile.ImportFileId" /> attribute, which is the primary key for the <see langword="ImportFile" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileRequest.pageNumber"> <summary> <para>Gets or sets the page number in the source file. Required.</para> </summary> <returns> <para>The page number in the source file.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileRequest.recordsPerPage"> <summary> <para>Gets or sets the number of data records per page in the source file. Required.</para> </summary> <returns> <para>The number of data records per page in the source file.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetDistinctValuesImportFileResponse.Values"> <summary> <para>Gets the distinct values for a column in the source file.</para> </summary> <returns> <para>The distinct values for a column in the source file.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetFileSasUrlRequest"> <summary>Contains the data that is needed to retrieve a shared access signature URL to download a file or image from Dataverse.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetFileSasUrlRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetFileSasUrlRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetFileSasUrlRequest.DataSource"> <summary>Get or set the data source to use.</summary> <returns>The data source to use.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetFileSasUrlRequest.FileAttributeName"> <summary>Gets or sets the name of the file or image column with the data.</summary> <returns>The name of the file or image column with the data.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetFileSasUrlRequest.Target"> <summary>Gets or sets a reference to the table row that contains the data.</summary> <returns>A reference to the table row that contains the data.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetFileSasUrlResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetFileSasUrlRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetFileSasUrlResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetFileSasUrlResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetFileSasUrlResponse.Result"> <summary>Get the details of the response.</summary> <returns>The details of the response.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileRequest"> <summary> <para>Contains the data that is needed to retrieve the source-file column headings; or retrieve the system-generated column headings if the source file does not contain column headings.</para> <para>For the Web API use GetHeaderColumnsImportFile Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileRequest.ImportFileId"> <summary> <para>Gets or sets the ID of the import file that is associated with the parse table. Required.</para> </summary> <returns> <para>The ID of the import file that is associated with the parse table. This corresponds to the <see langword="ImportFile.ImportFileId" /> attribute, which is the primary key for the <see langword="ImportFile" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetHeaderColumnsImportFileResponse.Columns"> <summary> <para>Gets the source file header columns.</para> </summary> <returns> <para>The source file header columns.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityRequest"> <summary> <para>Contains the data that is needed to retrieve the products from an opportunity and copy them to the invoice.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityRequest.InvoiceId"> <summary> <para>Gets or sets the ID of the invoice.</para> </summary> <returns> <para>The ID of the invoice. This corresponds to the <see langword="Invoice.InvoiceId" /> attribute, which is the primary key for the <see langword="Invoice" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityRequest.OpportunityId"> <summary> <para>Gets or sets the ID of the opportunity.</para> </summary> <returns> <para>The ID of the opportunity. This corresponds to the <see langword="Opportunity.OpportunityId" /> attribute, which is the primary key for the <see langword="Opportunity" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetInvoiceProductsFromOpportunityResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValue1Request"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValue1Request.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValue1Request.AttributeName" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValue1Request.EntityName" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValue1Response"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValue1Response.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValue1Response.NextAutoNumberValue" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValueRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValueRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValueRequest.AttributeName" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValueRequest.EntityName" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValueResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValueRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValueResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetNextAutoNumberValueResponse.NextAutoNumberValue" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetPreferredSolutionRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.GetPreferredSolutionRequest.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetPreferredSolutionResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.GetPreferredSolutionResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.GetPreferredSolutionResponse.PreferredSolution" /> <member name="T:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalRequest"> <summary> <para> Contains the data that is needed to get the quantity decimal value of a product for the specified entity in the target.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalRequest.ProductId"> <summary> <para>Gets or sets the ID of the product. Required.</para> </summary> <returns> <para>The ID of the product. This corresponds to the <see langword="Product.ProductId" /> attribute, which is the primary key for the <see langword="Product" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalRequest.Target"> <summary> <para>Gets or sets the target record for this request. Required.</para> </summary> <returns> <para>The target record for this request. This must be an entity reference for <see langword="Invoice" />, <see langword="Opportunity" />, <see langword="Quote" />, or <see langword="Salesorder" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalRequest.UoMId"> <summary> <para>Gets or sets the ID of the unit of measure (unit). Required.</para> </summary> <returns> <para>The ID of the unit of measure (unit). This corresponds to the <see langword="UoM.UoMId" /> attribute, which is the primary key for the <see langword="UoM" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetQuantityDecimalResponse.Quantity"> <summary> <para>Gets the quantity decimal value for a product.</para> </summary> <returns> <para>The quantity decimal value for a product.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityRequest"> <summary> <para>Contains the data that is needed to retrieve the products from an opportunity and copy them to the quote.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityRequest.OpportunityId"> <summary> <para>Gets or sets the ID of the opportunity.</para> </summary> <returns> <para>The ID of the opportunity. This corresponds to the <see langword="Opportunity.OpportunityId" /> attribute, which is the primary key for the <see langword="Opportunity" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityRequest.QuoteId"> <summary> <para>Gets or sets the ID of the quote.</para> </summary> <returns> <para>The ID of the quote. This corresponds to the <see langword="Quote.QuoteId" /> attribute, which is the primary key for the <see langword="Quote" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetQuoteProductsFromOpportunityResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitRequest"> <summary> <para>Contains the data that is needed to retrieve the history limit for a report.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitRequest.#ctor"> <summary> <para>Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitRequest.ReportId"> <summary> <para>Gets or sets the ID of the report. Required.</para> </summary> <returns> <para>The ID of the report. This corresponds to the <see langword="Report.ReportId" /> property, which is the primary key for the <see langword="Report" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitRequest" /> class.</para> <para>For the Web API the GetReportHistoryLimitResponse ComplexType is the response value from the GetReportHistoryLimit Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetReportHistoryLimitResponse.HistoryLimit"> <summary> <para>Gets the history limit for a report.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityRequest"> <summary> <para>Contains the data that is needed to retrieve the products from an opportunity and copy them to the sales order (order).</para> <para>For the Web API use GetSalesOrderProductsFromOpportunity Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityRequest.OpportunityId"> <summary> <para>Gets or sets the ID of the opportunity.</para> </summary> <returns> <para>The ID of the opportunity. This corresponds to the <see langword="Opportunity.OpportunityId" /> attribute, which is the primary key for the <see langword="Opportunity" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityRequest.SalesOrderId"> <summary> <para>Gets or sets the ID of the sales order (order).</para> </summary> <returns> <para>The ID of the sales order (order). This corresponds to the <see langword="SalesOrder.SalesOrderId" /> attribute, which is the primary key for the <see langword="SalesOrder" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetSalesOrderProductsFromOpportunityResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameRequest"> <summary> <para> Contains the data that is needed to retrieve the time zone code for the specified localized time zone name.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameRequest.LocaleId"> <summary> <para>Gets or sets the locale ID.</para> </summary> <returns> <para>The locale ID. Valid locale ID values can be found at Locale ID (LCID) Chart.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameRequest.LocalizedStandardName"> <summary> <para>Gets or sets the localized name to search for.</para> </summary> <returns> <para>The localized name to search for.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameRequest" /> class.</para> <para>For the Web API the GetTimeZoneCodeByLocalizedNameResponse ComplexType is the response value from the GetTimeZoneCodeByLocalizedName Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetTimeZoneCodeByLocalizedNameResponse.TimeZoneCode"> <summary> <para>Gets the time zone code that has the requested localized name.</para> </summary> <returns> <para>The time zone code that has the requested localized name.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailRequest"> <summary> <para> Contains the data that is needed to return a tracking token that can then be passed as a parameter to the <see cref="T:Microsoft.Crm.Sdk.Messages.SendEmailRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailRequest.Subject"> <summary> <para>Gets or sets the context of the email. Required.</para> </summary> <returns> <para>The context of the email.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailRequest" /> class.</para> <para>For the Web API the GetTrackingTokenEmailResponse ComplexType is the response value from the GetTrackingTokenEmail Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GetTrackingTokenEmailResponse.TrackingToken"> <summary> <para>Gets the requested tracking token.</para> </summary> <returns> <para>The requested tracking token. This value can be passed as a property in the <see cref="T:Microsoft.Crm.Sdk.Messages.SendEmailRequest" /> message.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GrantAccessRequest"> <summary> <para>Contains the data that is needed to grant a security principal (user, team, or organization) access to the specified record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GrantAccessRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GrantAccessRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GrantAccessRequest.PrincipalAccess"> <summary> <para>Gets or sets the team or user that is granted access to the specified record. Required.</para> </summary> <returns> <para>The team or user that is granted access to the target record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GrantAccessRequest.Target"> <summary> <para>Gets or sets the entity that is the target of the request to grant access. Required.</para> </summary> <returns> <para>The entity reference to the record that is the target of the request to grant access. This property value must be an entity reference for an entity that supports this message. For a list of supported entity types, see <see cref="T:Microsoft.Crm.Sdk.Messages.GrantAccessRequest" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GrantAccessResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.GrantAccessRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GrantAccessResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GrantAccessResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GrantAccessUsingSharedLinkRequest"> <summary>Adds a system user to the shared link access team of the target table row.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GrantAccessUsingSharedLinkRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GrantAccessUsingSharedLinkRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.GrantAccessUsingSharedLinkRequest.RecordUrlWithSharedLink"> <summary>Gets or sets the URL of the table row that has a shared link.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.GrantAccessUsingSharedLinkResponse"> <summary>Contains the data returned when passing a <see cref="T:Microsoft.Crm.Sdk.Messages.GrantAccessUsingSharedLinkRequest" /> object to the <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)" /> method.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.GrantAccessUsingSharedLinkResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.GrantAccessUsingSharedLinkResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IAppInformation" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.AiAppDescription" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.AppComponents" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.AppElements" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.AppId" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.AppUrl" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.ClientType" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.Components" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.Description" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.IsDefault" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.IsFeatured" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.IsManaged" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.LastModifiedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.NavigationType" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.OptimizedFor" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.PublishedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.SolutionId" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.Status" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.Title" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.UniqueName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.VersionNumber" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.webResourceId" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppInformation.welcomePageId" /> <member name="T:Microsoft.Crm.Sdk.Messages.IAppModuleDescriptor" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDescriptor.appInfo" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDescriptor.eventHandlers" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDescriptor.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDescriptor.publisherInfo" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDescriptor.webResourceInfo" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDescriptor.welcomePageInfo" /> <member name="T:Microsoft.Crm.Sdk.Messages.IAppModuleDetails" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.AppDisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.AppModuleId" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.AppSettingDetails" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.AppUniqueName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.AppUri" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.AppVersion" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.CanvasApps" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.ClientType" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.CreatedBy" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.CreatedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.Description" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.IconWebResource" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.IsDefault" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.IsFirstPartyApplication" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.MetadataVersionNumber" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.ModifiedBy" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.ModifiedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.NavigationType" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.OptimizedFor" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.PublishedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.PublisherName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.PublisherUniqueName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.StateCode" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleDetails.WelcomePageWebResource" /> <member name="T:Microsoft.Crm.Sdk.Messages.IAppModuleInfo" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.AppDisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.AppId" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.AppSettingDetails" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.AppUniqueName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.AppUri" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.AppVersion" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.ClientType" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.CreatedBy" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.CreatedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.Description" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.IsDefault" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.ModifiedBy" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.ModifiedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.NavigationType" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.OptimizedFor" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.PublishedOn" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.PublisherName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.WebResourceUri" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppModuleInfo.WelcomePageUri" /> <member name="T:Microsoft.Crm.Sdk.Messages.IAppSettingDetails" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppSettingDetails.DataType" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppSettingDetails.Name" /> <member name="P:Microsoft.Crm.Sdk.Messages.IAppSettingDetails.Value" /> <member name="T:Microsoft.Crm.Sdk.Messages.ICanvasAppsDetails" /> <member name="P:Microsoft.Crm.Sdk.Messages.ICanvasAppsDetails.AppId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ICanvasAppsDetails.PublishConfiguration" /> <member name="P:Microsoft.Crm.Sdk.Messages.ICanvasAppsDetails.Type" /> <member name="P:Microsoft.Crm.Sdk.Messages.ICanvasAppsDetails.UniqueName" /> <member name="T:Microsoft.Crm.Sdk.Messages.ILocalizedLabelDetails" /> <member name="P:Microsoft.Crm.Sdk.Messages.ILocalizedLabelDetails.DefaultLabel" /> <member name="P:Microsoft.Crm.Sdk.Messages.ILocalizedLabelDetails.LocalizedLabels" /> <member name="T:Microsoft.Crm.Sdk.Messages.ILocalizedLabelInfo" /> <member name="P:Microsoft.Crm.Sdk.Messages.ILocalizedLabelInfo.Label" /> <member name="P:Microsoft.Crm.Sdk.Messages.ILocalizedLabelInfo.LanguageCode" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImmediateBookRequest"> <summary> <para>Contains the data to book an appointment transactionally, obeying the constraints specified by the associated service and the supplied appointment request.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImmediateBookRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImmediateBookRequest.AttachmentIds" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImmediateBookRequest.AttachmentToken" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImmediateBookRequest.EWSUrl" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImmediateBookRequest.Target" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImmediateBookResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.ImmediateBookRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImmediateBookResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImmediateBookResponse.Notifications" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImmediateBookResponse.ValidationResult" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImportCardTypeSchemaRequest"> <summary> <para>Contains the data to import and create a new cardtype required by the installed solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportCardTypeSchemaRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportCardTypeSchemaRequest.SolutionUniqueName" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImportCardTypeSchemaResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportCardTypeSchemaRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportCardTypeSchemaResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportCardTypeSchemaResponse.GUID" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationRequest"> <summary> <para>Contains the data that is needed to import translations from a compressed file.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationRequest.TranslationFile"> <summary> <para>Gets or sets the compressed translations file. Required.</para> </summary> <returns> <para>The compressed translations file.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportFieldTranslationResponse.JobId"> <summary> <para>Gets the ID of the import job that will be created to perform this import.</para> </summary> <returns> <para>The ID of the import job that will be created to perform this import. This corresponds to the <see langword="ImportJob.ImportJobId" /> attribute, which is the primary key for the <see langword="ImportJob" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapRequest"> <summary> <para> Contains the data that is needed to import the XML representation of a data map and create an import map (data map) based on this data.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapRequest.MappingsXml"> <summary> <para>Gets or sets an XML representation of the data map. Required.</para> </summary> <returns> <para>The XML representation of the data map.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapRequest.ReplaceIds"> <summary> <para>Gets or sets a value that indicates whether to import the entity record IDs contained in the XML representation of the data map. Required.</para> </summary> <returns> <para>Indicates whether to import the entity record IDs contained in the XML representation of the data map. <see langword="false" /> to import the entity record IDs, otherwise, <see langword="true" />. The imported record IDs are used as primary keys for the entity records created in Microsoft Dynamics 365.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportMappingsImportMapResponse.ImportMapId"> <summary> <para> Gets the ID of the newly created import map (data map).</para> </summary> <returns> <para>The ID of the newly created import map (data map). This corresponds to the <see langword="ImportMap.ImportMapId" /> attribute, which is the primary key for the <see langword="ImportMap" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportRecordsImportRequest"> <summary> <para> Contains the data that is needed to submit an asynchronous job that uploads the transformed data into Dataverse.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportRecordsImportRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportRecordsImportRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportRecordsImportRequest.ImportId"> <summary> <para>Gets or sets the ID of the data import (import) that is associated with the asynchronous import records job. Required.</para> </summary> <returns> <para>The ID of the data import (import) that is associated with the asynchronous import records job. This corresponds to the <see langword="Import.ImportId" /> attribute, which is the primary key for the <see langword="Import" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportRecordsImportResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportRecordsImportRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportRecordsImportResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportRecordsImportResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportRecordsImportResponse.AsyncOperationId"> <summary> <para>Gets the ID of the asynchronous import records job.</para> </summary> <returns> <para>The ID of the asynchronous import records job.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest"> <summary> <para>Contains the data that is needed to import a solution using an asynchronous job.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.AsyncRibbonProcessing"> <summary> <para>For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.ComponentParameters"> <summary> <para>Gets or sets the list of entities to overwrite values from the solution.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.ConvertToManaged"> <summary> <para>Obsolete. The system will convert unmanaged solution components to managed when you import a managed solution.</para> </summary> <returns> <para> <see langword="true" /> if the system should convert any matching unmanaged customizations into your managed solution; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.CustomizationFile"> <summary> <para>Gets or sets the compressed solutions file to import. Required.</para> </summary> <returns> <para>The compressed solutions file to import. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.HoldingSolution"> <summary> <para>Gets or sets whether to import the solution as a holding solution staged for upgrade.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.ImportJobId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.IsTemplateMode"> <summary> <para>Internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.LayerDesiredOrder"> <summary> <para>For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.OverwriteUnmanagedCustomizations"> <summary> <para>Gets or sets whether any unmanaged customizations that have been applied over existing managed solution components should be overwritten. Required.</para> </summary> <returns> <para> <see langword="true" /> if the any unmanaged customizations that have been applied over existing managed solution components should be overwritten; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.PublishWorkflows"> <summary> <para>Gets or sets whether any processes (workflows) included in the solution should be activated after they are imported. Required.</para> </summary> <returns> <para> <see langword="true" /> if the any processes (workflows) included in the solution should be activated after they are imported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.SkipProductUpdateDependencies"> <summary> <para>Gets or sets whether enforcement of dependencies related to product updates should be skipped.</para> </summary> <returns> <para> <see langword="true" /> if enforcement of dependencies related to product updates should be skipped; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.SkipQueueRibbonJob"> <summary> <para>For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.SolutionParameters"> <summary> <para>Gets or sets additional parameters for the solution.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.TemplateDisplayNamePrefix" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest.TemplateSuffix"> <summary> <para>Internal use only.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncResponse.AsyncOperationId"> <summary> <para>Gets the unique identifier (ID) of the asynchronous operation for the solution import.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionAsyncResponse.ImportJobKey"> <summary> <para>Gets the key that identifies the specific import job in the collection of solution import jobs.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest"> <summary> <para>Contains the data that is needed to import a solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.AsyncRibbonProcessing"> <summary> <para>Gets or sets the list of entities to overwrite values from the solution.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.ComponentParameters"> <summary> <para>Gets or sets the list of entities to overwrite values from the solution.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.ConvertToManaged"> <summary> <para>Obsolete. The system will convert unmanaged solution components to managed when you import a managed solution.</para> </summary> <returns> <para> <see langword="true" /> if the system should convert any matching unmanaged customizations into your managed solution; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.CustomizationFile"> <summary> <para>Gets or sets the compressed solutions file to import. Required.</para> </summary> <returns> <para>The compressed solutions file to import. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.HoldingSolution"> <summary> <para>Gets or sets whether a solution is imported and staged as a holding solution.</para> </summary> <returns> <para>When true, import as a holding solution; otherwise false</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.ImportJobId"> <summary> <para>Gets or sets the ID of the import job that will be created to perform this import. Required.</para> </summary> <returns> <para>The the ID of the import job that will be created to perform this import. This corresponds to the <see langword="ImportJob.ImportJobId" /> attribute, which is the primary key for the <see langword="ImportJob" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.IsTemplateMode"> <summary> <para>Internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.LayerDesiredOrder"> <summary> <para>For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.OverwriteUnmanagedCustomizations"> <summary> <para>Gets or sets whether any unmanaged customizations that have been applied over existing managed solution components should be overwritten. Required.</para> </summary> <returns> <para> <see langword="true" /> if the any unmanaged customizations that have been applied over existing managed solution components should be overwritten; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.PublishWorkflows"> <summary> <para>Gets or sets whether any processes (workflows) included in the solution should be activated after they are imported. Required.</para> </summary> <returns> <para> <see langword="true" /> if the any processes (workflows) included in the solution should be activated after they are imported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.SkipProductUpdateDependencies"> <summary> <para>Gets or sets whether enforcement of dependencies related to product updates should be skipped.</para> </summary> <returns> <para> <see langword="true" /> if enforcement of dependencies related to product updates should be skipped; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.SkipQueueRibbonJob"> <summary> <para>For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.SolutionParameters"> <summary> <para>Additional solution parameters.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.TemplateDisplayNamePrefix" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest.TemplateSuffix"> <summary> <para>Internal use only.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportSolutionResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportSolutionResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportSolutionResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest"> <summary> <para>For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest.ConvertToManaged" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest.CustomizationFiles" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest.HoldingSolution"> <summary> <para>Gets or sets whether to import the solution as a holding solution staged for upgrade.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest.ImportJobId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest.OverwriteUnmanagedCustomizations" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest.PublishWorkflows" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportSolutionsRequest.SkipProductUpdateDependencies" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImportSolutionsResponse"> <summary> <para>For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportSolutionsResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImportTranslationAsyncRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.ImportTranslationAsyncRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportTranslationAsyncRequest.ImportJobId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportTranslationAsyncRequest.TranslationFile" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImportTranslationAsyncResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.ImportTranslationAsyncResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ImportTranslationAsyncResponse.AsyncOperationId" /> <member name="T:Microsoft.Crm.Sdk.Messages.ImportTranslationRequest"> <summary> <para>Contains the data that is needed to import translations from a compressed file.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportTranslationRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportTranslationRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportTranslationRequest.ImportJobId"> <summary> <para>Gets or sets the ID of the import job that will be created to perform this import. Required.</para> </summary> <returns> <para>The the ID of the import job that will be created to perform this import. This corresponds to the <see langword="ImportJob.ImportJobId" /> attribute, which is the primary key for the <see langword="ImportJob" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ImportTranslationRequest.TranslationFile"> <summary> <para>Gets or sets the compressed translations file. Required.</para> </summary> <returns> <para>The compressed translations file. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ImportTranslationResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ImportTranslationRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ImportTranslationResponse.#ctor"> <summary> <para>Initializes a new instance of the T:Microsoft.Crm.Sdk.Messages.ImportTranslationResponse class</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountRequest"> <summary> <para> Contains the data that is required to increment the per day view count of a knowledge article record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountRequest.Count"> <summary> <para>Gets or sets the view count of a knowledge article record. Required.</para> </summary> <returns> <para>The view count of a knowledge article record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountRequest.Location"> <summary> <para>Gets or sets the location where the knowledge article record was used.</para> </summary> <returns> <para>The location where the knowledge article record was used.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountRequest.Source"> <summary> <para>Gets or sets the knowledge article record for incrementing the view count. Required.</para> </summary> <returns> <para>The knowledge article record for incrementing the view count.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountRequest.ViewDate"> <summary> <para>Gets or sets the date for which the view count has to be incremented.</para> </summary> <returns> <para>The date for which the view count has to be incremented.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IncrementKnowledgeArticleViewCountResponse.IncrementKnowledgeArticleViewCount"> <summary> <para>Gets the knowledge article view count record.</para> </summary> <returns> <para>The knowledge article view count record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadRequest"> <summary> <para>Contains the data needed to initialize the download of one or more annotation data blocks.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadRequest.Target"> <summary> <para>The target entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadResponse.FileContinuationToken"> <summary> <para>A token that uniquely identifies a sequence of related data blocks.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadResponse.FileName"> <summary> <para>The name of the stored file.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksDownloadResponse.FileSizeInBytes"> <summary> <para>The size of the data file in bytes.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadRequest"> <summary> <para>Contains the data needed to initialize annotation storage for receiving (uploading) one or more annotation data blocks.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadRequest.Target"> <summary> <para>The target entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAnnotationBlocksUploadResponse.FileContinuationToken"> <summary> <para>A token that uniquely identifies a sequence of related data uploads.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadRequest"> <summary> <para>Contains the data needed to initialize the download of one or more attachment data blocks.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadRequest.Target"> <summary> <para>The target entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadResponse.FileContinuationToken"> <summary> <para>A token that uniquely identifies a sequence of related data blocks.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadResponse.FileName"> <summary> <para>The name of the stored file.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksDownloadResponse.FileSizeInBytes"> <summary> <para>The size of the data file in bytes.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadRequest"> <summary> <para>Contains the data needed to initialize attachment storage for receiving (uploading) one or more attachment data blocks.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadRequest.Target"> <summary> <para>The target entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeAttachmentBlocksUploadResponse.FileContinuationToken"> <summary> <para>A token that uniquely identifies a sequence of related data uploads.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadRequest"> <summary> <para>Contains the data needed to initialize the download of one or more binary data blocks.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadRequest.DataSource" /> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadRequest.FileAttributeName"> <summary> <para>The name used to identify the particular File attribute of the target entity.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadRequest.Target"> <summary> <para>The target entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadResponse.FileContinuationToken"> <summary> <para>A token that uniquely identifies a sequence of related data blocks.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadResponse.FileName"> <summary> <para>The name of the stored file.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadResponse.FileSizeInBytes"> <summary> <para>The size of the data file in bytes.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksDownloadResponse.IsChunkingSupported" /> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadRequest"> <summary> <para>Contains the data needed to initialize file storage for receiving (uploading) one or more binary data blocks.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadRequest.FileAttributeName"> <summary> <para>The name of the entity attribute that is to contain the uploaded binary file data.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadRequest.FileName"> <summary> <para>A filename to associate with the binary data file.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadRequest.Target"> <summary> <para>The target entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFileBlocksUploadResponse.FileContinuationToken"> <summary> <para>A token that uniquely identifies a sequence of related data uploads.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeFromRequest"> <summary> <para>Contains the data that is needed to initialize a new record from an existing record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeFromRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFromRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFromRequest.EntityMoniker"> <summary> <para>Gets or sets the record that is the source for initializing.</para> </summary> <returns> <para>The record that is the source for initializing.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFromRequest.SkipParentalRelationshipMapping" /> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFromRequest.TargetEntityName"> <summary> <para>Gets or sets the logical name of the target entity.</para> </summary> <returns> <para>The logical name of the target entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFromRequest.TargetFieldType"> <summary> <para>Gets or sets which attributes are to be initialized in the initialized instance.</para> </summary> <returns> <para>Indicates which attributes are to be initialized in the initialized instance.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeFromResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFromRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeFromResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFromResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeFromResponse.Entity"> <summary> <para>Gets the initialized instance.</para> </summary> <returns> <para>The initialized instance. To create a record, pass this value to the <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Create(Microsoft.Xrm.Sdk.Entity)" /> method or to a <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateRequest" /> message.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeModernFlowFromAsyncWorkflowRequest"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeModernFlowFromAsyncWorkflowRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeModernFlowFromAsyncWorkflowRequest.WorkflowId" /> <member name="T:Microsoft.Crm.Sdk.Messages.InitializeModernFlowFromAsyncWorkflowResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.InitializeModernFlowFromAsyncWorkflowResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.InitializeModernFlowFromAsyncWorkflowResponse.Entity" /> <member name="T:Microsoft.Crm.Sdk.Messages.InputArgument"> <summary> <para>Contains custom application data.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InputArgument.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InputArgument" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InputArgumentCollection"> <summary> <para>Contains a collection of <see cref="T:Microsoft.Crm.Sdk.Messages.InputArgument" /> objects.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InputArgumentCollection" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.Add(System.String,System.Object)"> <summary> <para>Adds an input argument object to the <see cref="P:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.Arguments" /> collection.</para> </summary> <param name="key"> <para>A key that uniquely identifies the input argument in the collection.</para> </param> <param name="value"> <para>The input argument.</para> </param> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.ContainsKey(System.String)"> <summary> <para>Checks if a key exists in the collection.</para> </summary> <param name="key"> <para>The key to check for.</para> </param> <returns> <para>Returns <see langword="true" /> if the key exists; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.Arguments"> <summary> <para>Gets or sets the <see cref="T:Microsoft.Crm.Sdk.Messages.InputArgument" /> collection.</para> </summary> <returns> <para>An input argument.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.Count"> <summary> <para>Indicates the number of elements in the <see cref="P:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.Arguments" /> collection.</para> </summary> <returns> <para>The number of elements in the collection.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para>The extension data..</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InputArgumentCollection.Item(System.String)"> <summary> <para>Gets or sets the element at the specified index in the collection.</para> </summary> <param name="key"> <para>The key used to identify a target element in the collection.</para> </param> <returns> <para>The input argument. You must cast the returned object to the correct type.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InstallSampleDataRequest"> <summary> <para>Contains the data that is needed to install the sample data.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InstallSampleDataRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InstallSampleDataRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InstallSampleDataResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InstallSampleDataRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InstallSampleDataResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InstallSampleDataResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InstantiateFiltersRequest"> <summary> <para> Contains the data that is needed to instantiate a set of filters for Dynamics 365 for Outlook for the specified user.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InstantiateFiltersRequest.#ctor"> <summary> <para>Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.InstantiateFiltersRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InstantiateFiltersRequest.TemplateCollection"> <summary> <para>Gets or sets the set of filters to instantiate for the user.</para> </summary> <returns> <para>The set of filters to instantiate for the user. This must be a collection of entity references for the <see langword="SavedQuery" /> entity and the <see langword="SavedQuery.Type" /> attribute value for each must be <see cref="F:Microsoft.Crm.Sdk.SavedQueryQueryType.OutlookFilters" /> or <see cref="F:Microsoft.Crm.Sdk.SavedQueryQueryType.OfflineFilters" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InstantiateFiltersRequest.UserId"> <summary> <para>Gets or sets the ID of the user that will own the user query records created.</para> </summary> <returns> <para>The user that will own the user query records created. This corresponds to the <see langword="SystemUser.SystemUserId" /> property, which is the primary key for the <see langword="SystemUser" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InstantiateFiltersResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InstantiateFiltersRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InstantiateFiltersResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InstantiateFiltersResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InstantiateTemplateRequest"> <summary> <para> Contains the parameters that are needed to create an email message from a template (email template).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InstantiateTemplateRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InstantiateTemplateRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InstantiateTemplateRequest.ObjectId"> <summary> <para>Gets or sets the ID of the record that the email is regarding. Required.</para> </summary> <returns> <para>The ID of the record that the email is regarding. This must be the ID of an entity that has a relationship to the <see langword="ActivityPointer" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InstantiateTemplateRequest.ObjectType"> <summary> <para>Gets or sets the type of entity that is represented by the <see cref="P:Microsoft.Crm.Sdk.Messages.InstantiateTemplateRequest.ObjectId" /> property. Required.</para> </summary> <returns> <para> The logical name of the entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InstantiateTemplateRequest.TemplateId"> <summary> <para>Gets or sets the ID of the template. Required.</para> </summary> <returns> <para>The ID of the template that corresponds to the <see langword="Template.TemplateId" /> attribute, which is the primary key for the <see langword="Template" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.InstantiateTemplateResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.InstantiateTemplateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.InstantiateTemplateResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.InstantiateTemplateResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.InstantiateTemplateResponse.EntityCollection"> <summary> <para>Gets the instantiated email records.</para> </summary> <returns> <para>The collection of the instantiated email records.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IPFirewallAccessAuditDetail" /> <member name="M:Microsoft.Crm.Sdk.Messages.IPFirewallAccessAuditDetail.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.IPFirewallAccessAuditDetail.IPAddress" /> <member name="P:Microsoft.Crm.Sdk.Messages.IPFirewallAccessAuditDetail.UserID" /> <member name="T:Microsoft.Crm.Sdk.Messages.IsBackOfficeInstalledRequest"> <summary> <para>Deprecated. Checks whether Microsoft Dynamics GP 9.0 is installed.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.IsBackOfficeInstalledRequest.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IsBackOfficeInstalledResponse"> <summary> <para> Deprecated.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.IsBackOfficeInstalledResponse.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IsBackOfficeInstalledResponse.IsInstalled"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableRequest"> <summary> <para>Contains the data that is needed to determine whether a solution component is customizable.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableRequest.ComponentId"> <summary> <para>Gets or sets the ID of the solution component. Required.</para> </summary> <returns> <para>The ID of the solution component. This corresponds to the <see langword="SolutionComponent. SolutionComponentId" /> attribute, which is the primary key for the <see langword="SolutionComponent" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableRequest.ComponentType"> <summary> <para>Gets or sets the value that represents the solution component. Required.</para> </summary> <returns> <para>The value that represents the solution component. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableRequest" /> class.</para> <para>For the Web API the AddItemCampaignActivityResponse ComplexType is the response value from the AddItemCampaignActivity Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IsComponentCustomizableResponse.IsComponentCustomizable"> <summary> <para>Gets the value that indicates whether a solution component is customizable.</para> </summary> <returns> <para>the value that indicates whether a solution component is customizable.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest"> <summary> <para>Contains the data that is needed to validate the state transition.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest.Entity"> <summary> <para>Gets or sets the entity reference for the record whose transition state is validated.</para> </summary> <returns> <para>The entity reference for the record whose transition state is validated.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest.NewState"> <summary> <para>Gets or sets the proposed new state for the record.</para> </summary> <returns> <para>The proposed new state for the record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest.NewStatus"> <summary> <para>Gets or sets the proposed new status for the record.</para> </summary> <returns> <para>The proposed new status for the record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionResponse.IsValid"> <summary> <para>Gets the value that indicates whether the state transition is valid.</para> </summary> <returns> <para>Indicates whether the state transition is valid.</para> <para> <see langword="true" /> if the state transition is valid; otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.IUserDetails" /> <member name="P:Microsoft.Crm.Sdk.Messages.IUserDetails.AzureActiveDirectoryObjectId" /> <member name="P:Microsoft.Crm.Sdk.Messages.IUserDetails.Name" /> <member name="P:Microsoft.Crm.Sdk.Messages.IUserDetails.SystemUserId" /> <member name="T:Microsoft.Crm.Sdk.Messages.IWebResourceDetails" /> <member name="P:Microsoft.Crm.Sdk.Messages.IWebResourceDetails.MetadataVersionNumber" /> <member name="P:Microsoft.Crm.Sdk.Messages.IWebResourceDetails.UniqueName" /> <member name="P:Microsoft.Crm.Sdk.Messages.IWebResourceDetails.WebResourceId" /> <member name="T:Microsoft.Crm.Sdk.Messages.LocalizedLabelDetails" /> <member name="M:Microsoft.Crm.Sdk.Messages.LocalizedLabelDetails.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.LocalizedLabelDetails.DefaultLabel" /> <member name="P:Microsoft.Crm.Sdk.Messages.LocalizedLabelDetails.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.LocalizedLabelDetails.LocalizedLabels" /> <member name="T:Microsoft.Crm.Sdk.Messages.LocalizedLabelInfo" /> <member name="M:Microsoft.Crm.Sdk.Messages.LocalizedLabelInfo.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.LocalizedLabelInfo.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.LocalizedLabelInfo.Label" /> <member name="P:Microsoft.Crm.Sdk.Messages.LocalizedLabelInfo.LanguageCode" /> <member name="T:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeRequest"> <summary> <para>Contains the data that is needed to retrieve the local time for the specified Coordinated Universal Time (UTC).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeRequest.TimeZoneCode"> <summary> <para>Gets or sets the time zone code.</para> </summary> <returns> <para>The time zone code.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeRequest.UtcTime"> <summary> <para>Gets or sets the Coordinated Universal Time (UTC).</para> </summary> <returns> <para>The Coordinated Universal Time (UTC).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.LocalTimeFromUtcTimeResponse.LocalTime"> <summary> <para>Gets the time that is represented as local time.</para> </summary> <returns> <para>The time that is represented as local time.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.LockInvoicePricingRequest"> <summary> <para>Contains the data that is needed to lock the total price of products and services that are specified in the invoice.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.LockInvoicePricingRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.LockInvoicePricingRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.LockInvoicePricingRequest.InvoiceId"> <summary> <para>Gets or sets the ID of the invoice.</para> </summary> <returns> <para>The ID of the invoice. This corresponds to the <see langword="Invoice.InvoiceId" /> attribute, which is the primary key for the <see langword="Invoice" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.LockInvoicePricingResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.LockInvoicePricingRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.LockInvoicePricingResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.LockInvoicePricingResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.LockSalesOrderPricingRequest"> <summary> <para>Contains the data to lock sales order pricing.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.LockSalesOrderPricingRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.LockSalesOrderPricingRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.LockSalesOrderPricingRequest.SalesOrderId"> <summary> <para>Gets or sets the ID of the sales order.</para> </summary> <returns> <para>The ID of the sales order. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:D:\\CrmUX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_invoiceinvoiceidproperty.htm" SalesOrder.SalesOrderId" /> attribute, which is the primary key for the <see langword="SalesOrder" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.LockSalesOrderPricingResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.LockSalesOrderPricingRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.LockSalesOrderPricingResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.LockSalesOrderPricingResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.LoseOpportunityRequest"> <summary> <para>Contains the data that is needed to set the state of an opportunity to Lost.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.LoseOpportunityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.LoseOpportunityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.LoseOpportunityRequest.OpportunityClose"> <summary> <para>Gets or sets the opportunity close activity. Required.</para> </summary> <returns> <para>The opportunity close activity. This is an instance of the <see langword="OpportunityClose" /> class.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.LoseOpportunityRequest.Status"> <summary> <para>Gets or sets a status of the opportunity. Required.</para> </summary> <returns> <para>The a status of the opportunity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.LoseOpportunityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.LoseOpportunityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.LoseOpportunityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.LoseOpportunityResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationReportRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationReportRequest.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationReportRequest.ReportId"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationReportResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its associated response class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationReportResponse.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationTemplateRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationTemplateRequest.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationTemplateRequest.TemplateId"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationTemplateResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its associated response class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MakeAvailableToOrganizationTemplateResponse.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationReportRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationReportRequest.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationReportRequest.ReportId"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationReportResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its associated response class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationReportResponse.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationTemplateRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationTemplateRequest.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationTemplateRequest.TemplateId"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationTemplateResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its associated response class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MakeUnavailableToOrganizationTemplateResponse.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MergeRequest"> <summary> <para>Contains the data that’s needed to merge the information from two entity records of the same type.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MergeRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.MergeRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MergeRequest.PerformParentingChecks"> <summary> <para>Gets or sets a value that indicates whether to check if the parent information is different for the two entity records. Required.</para> </summary> <returns> <para>Indicates whether to check if the parent information is different for the two entity records. <see langword="True" /> to check if the parent information is different for the two entity records, otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MergeRequest.SubordinateId"> <summary> <para>Gets or sets the ID of the entity record from which to merge data. Required.</para> </summary> <returns> <para>The ID of the entity record from which to merge data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MergeRequest.Target"> <summary> <para>Gets or sets the target of the merge operation. Required.</para> </summary> <returns> <para>The target of the merge operation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MergeRequest.UpdateContent"> <summary> <para>Gets or sets additional entity attributes to be set during the merge operation for accounts, contacts, or leads. This property is not applied when merging incidents. Optional.</para> </summary> <returns> <para>The additional entity attributes to be set during the merge operation.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MergeResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.MergeRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MergeResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.MergeResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.MissingComponent"> <summary> <para>Contains the data to describe a solution component that is required by a solution but not found in the system.</para> <para>For the Web API the corresponding type is MissingComponent ComplexType.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.MissingComponent.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.MissingComponent" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MissingComponent.DependentComponent"> <summary> <para>Gets or sets information about the solution component in the solution file that is dependent on a missing solution component.</para> </summary> <returns> <para>Information about the solution component in the solution file that is dependent on a missing solution component..</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MissingComponent.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para>The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.MissingComponent.RequiredComponent"> <summary> <para>Gets or sets information about the required solution component that is missing.</para> </summary> <returns> <para>Information about the required solution component that is missing..</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest"> <summary> <para>Contains the data that is needed to replace the access rights on the target record for the specified security principal (user, team, or organization).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest.PrincipalAccess"> <summary> <para>Gets or sets the team or user whose access to the specified record is modified. Required.</para> </summary> <returns> <para>The team or user whose access to the specified record is modified.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest.Target"> <summary> <para>Gets or sets the entity that is the target of the request to modify access. Required.</para> </summary> <returns> <para>The entity that is the target of the request to modify access. This must be an entity reference to an entity that supports this message. For a list of supported entity types, see the <see cref="T:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ModifyAccessResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ModifyAccessResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ModifyAccessResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ObjectiveRelation"> <summary> <para>Contains the data that describes the scheduling strategy for an <see cref="T:Microsoft.Crm.Sdk.Messages.AppointmentRequest" /> and that overrides the default constraints.</para> <para>For the Web API the corresponding type is ObjectiveRelation ComplexType.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ObjectiveRelation.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ObjectiveRelation" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ObjectiveRelation.#ctor(System.Guid,System.String)"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ObjectiveRelation" /> class.</para> </summary> <param name="resourceSpecId"> <para>The ID of the resource specification.</para> </param> <param name="objectiveExpression"> <para>The search strategy to use in the appointment request.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ObjectiveRelation.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para>The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ObjectiveRelation.ObjectiveExpression"> <summary> <para>Gets or sets the search strategy to use in the appointment request for the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchRequest" /> message.</para> </summary> <returns> <para>The search strategy to use in the appointment request.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ObjectiveRelation.ResourceSpecId"> <summary> <para>Gets or sets the ID of the resource specification.</para> </summary> <returns> <para>The ID of the resource specification. The <see cref="P:Microsoft.Crm.Sdk.Messages.ObjectiveRelation.ResourceSpecId" /> property corresponds to the <see langword="ResourceSpec.ResourceSpecId" /> property, which is the primary key for the resource specification entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.OrganizationResources"> <summary> <para>Contains data regarding the resources used by an organization.</para> <para>For the Web API the corresponding type is OrganizationResources ComplexType.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.OrganizationResources.#ctor"> <summary> <para>Initializes a new instance of the <see langword="OrganizationResources" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.CurrentNumberOfActiveUsers"> <summary> <para>Gets the current number of active users.</para> </summary> <returns> <para>The current number of active users.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.CurrentNumberOfCustomEntities"> <summary> <para>Gets the current number of custom entities.</para> </summary> <returns> <para>The current number of custom entities.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.CurrentNumberOfNonInteractiveUsers"> <summary> <para>Gets the current number of non-interactive users.</para> </summary> <returns> <para>The current number of non-interactive users.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.CurrentNumberOfPublishedWorkflows"> <summary> <para>Gets the current number of published workflows.</para> </summary> <returns> <para>The current number of published workflows.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.CurrentStorage"> <summary> <para>Gets the current storage used by the organization.</para> </summary> <returns> <para>The current storage used by the organization.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.MaxNumberOfActiveUsers"> <summary> <para>Gets the maximum number of active users.</para> </summary> <returns> <para>The maximum number of active users.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.MaxNumberOfCustomEntities"> <summary> <para>Gets the maximum number of custom entities.</para> </summary> <returns> <para>The maximum number of custom entities.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.MaxNumberOfNonInteractiveUsers"> <summary> <para>Gets the maximum number of non-interactive users.</para> </summary> <returns> <para>The maximum number of non-interactive users.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.MaxNumberOfPublishedWorkflows"> <summary> <para>Gets the maximum number of published workflows.</para> </summary> <returns> <para>The maximum number of published workflows.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.OrganizationResources.MaxStorage"> <summary> <para>Gets the maximum storage allowed for the organization.</para> </summary> <returns> <para>The maximum storage allowed for the organization.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.OrgOverridableSettingInfo"> <summary> <para>Internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.OrgOverridableSettingInfo.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.OrgOverridableSettingInfo.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.OrgOverridableSettingInfo.IsCustomizable" /> <member name="P:Microsoft.Crm.Sdk.Messages.OrgOverridableSettingInfo.IsManaged" /> <member name="P:Microsoft.Crm.Sdk.Messages.OrgOverridableSettingInfo.OrganizationSettingId" /> <member name="P:Microsoft.Crm.Sdk.Messages.OrgOverridableSettingInfo.OverriddenValue" /> <member name="P:Microsoft.Crm.Sdk.Messages.OrgOverridableSettingInfo.PresentInSolution" /> <member name="T:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo"> <summary> <para>Internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.AppOverridableSettingInfo" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.DataType" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.DefaultValue" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.Description" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.DisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.HasActiveCustomizations" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.InformationUrl" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.IsCustomizable" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.IsHidden" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.IsManaged" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.IsOverridable" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.IsPlatform" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.OrgOverridableSettingInfo" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.OverridableLevel" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.PresentInSolution" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.ReleaseLevel" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.SettingDefinitionId" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfo.UniqueName" /> <member name="T:Microsoft.Crm.Sdk.Messages.OverridableSettingInfoCollection"> <summary> <para>Internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.OverridableSettingInfoCollection.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.OverridableSettingInfoCollection.ExtensionData" /> <member name="T:Microsoft.Crm.Sdk.Messages.ParseImportRequest"> <summary> <para>Contains the data that is needed to submit an asynchronous job that parses all import files that are associated with the specified import (data import).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ParseImportRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ParseImportRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ParseImportRequest.ImportId"> <summary> <para>Gets or sets the ID of the import (data import) that is associated with the asynchronous job that parses all import files for this import. Required.</para> </summary> <returns> <para>The ID of the import (data import) that is associated with the asynchronous job that parses all import files for this import. This corresponds to the <see langword="Import.ImportId" /> attribute, which is the primary key for the <see langword="Import" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ParseImportResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ParseImportRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ParseImportResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ParseImportResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ParseImportResponse.AsyncOperationId"> <summary> <para>Gets an ID of the asynchronous job that parses the import files for this import.</para> </summary> <returns> <para>ID of the asynchronous job that parses the import files for this import.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PickFromQueueRequest"> <summary> <para>Contains the data that is needed to assign a queue item to a user and optionally remove the queue item from the queue.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PickFromQueueRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PickFromQueueRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PickFromQueueRequest.QueueItemId"> <summary> <para>Gets or sets the</para> </summary> <returns> <para>The QueueItem. This corresponds to the <see langword="QueueItem.QueueItemId" /> attribute, which is the primary key for the <see langword="QueueItem" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PickFromQueueRequest.RemoveQueueItem"> <summary> <para>Gets or sets whether the queue item should be removed from the queue.</para> </summary> <returns> <para> <see langword="true" /> if the queue item should be removed from the queue; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PickFromQueueRequest.WorkerId"> <summary> <para>Gets or sets the user to assign the queue item to. Required.</para> </summary> <returns> <para>The User. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the <see langword="SystemUser" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PickFromQueueResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.PickFromQueueRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PickFromQueueResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PickFromQueueResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PreferredSolutionUsedByRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.PreferredSolutionUsedByRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.PreferredSolutionUsedByRequest.SolutionId" /> <member name="T:Microsoft.Crm.Sdk.Messages.PreferredSolutionUsedByResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.PreferredSolutionUsedByResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.PreferredSolutionUsedByResponse.NumberOfAssociatedUsers" /> <member name="P:Microsoft.Crm.Sdk.Messages.PreferredSolutionUsedByResponse.PreferredSolutionDetails" /> <member name="T:Microsoft.Crm.Sdk.Messages.PrincipalAccess"> <summary> <para>Contains access rights information for the security principal (user, team, or organization).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PrincipalAccess.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PrincipalAccess" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PrincipalAccess.AccessMask"> <summary> <para>Gets or sets the access rights of the security principal (user, team, or organization).</para> </summary> <returns> <para>The access rights of the security principal (user, team, or organization).</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PrincipalAccess.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para>The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PrincipalAccess.Principal"> <summary> <para>Gets or sets the security principal (user, team, or organization).</para> </summary> <returns> <para>The security principal (user, team, or organization).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PrivilegeDepth"> <summary> <para> Contains the possible values for the depth of a privilege within a role.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.PrivilegeDepth.Basic"> <summary> <para>Indicates basic privileges. Users who have basic privileges can only use privileges to perform actions on objects that are owned by, or shared with, the user. Value = 0.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.PrivilegeDepth.Deep"> <summary> <para>Indicates deep privileges. Users who have deep privileges can perform actions on all objects in the user's current business units and all objects down the hierarchy of business units. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.PrivilegeDepth.Global"> <summary> <para>Indicates global privileges. Users who have global privileges can perform actions on data and objects anywhere within the organization regardless of the business unit or user to which it belongs. Value = 3.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.PrivilegeDepth.Local"> <summary> <para>Indicates local privileges. Users who have local privileges can only use privileges to perform actions on data and objects that are in the user's current business unit. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.PrivilegeDepth.RecordFilter" /> <member name="T:Microsoft.Crm.Sdk.Messages.ProcessInboundEmailRequest"> <summary> <para>Contains the data that is needed to process the email responses from a marketing campaign.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ProcessInboundEmailRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ProcessInboundEmailRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ProcessInboundEmailRequest.InboundEmailActivity"> <summary> <para>Gets or sets the ID of the inbound email activity.</para> </summary> <returns> <para>The ID of the inbound email activity. This corresponds to the <see langword="ActivityPointer.ActivityId" /> attribute, which is the primary key for the <see langword="ActivityPointer" /> entity. Alternatively, it can be the <see langword="ActivityID" /> for any activity entity type, including custom activity entities.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ProcessInboundEmailResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ProcessInboundEmailRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ProcessInboundEmailResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ProcessInboundEmailResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest"> <summary> <para> Contains the data that is needed to create a quick campaign to distribute an activity to accounts, contacts, or leads that are selected by a query.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.Activity"> <summary> <para>Gets or sets the activity to be distributed. Required.</para> </summary> <returns> <para>The activity to be distributed.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.ExecuteImmediately"> <summary> <para>Gets or sets a value that indicates whether the activity is both created and executed. Required.</para> </summary> <returns> <para>Indicates whether the activity is both created and executed. <see langword="true" /> if an activity is both created and executed; <see langword="false" /> if an activity is created but not executed.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.FriendlyName"> <summary> <para>Gets or sets the user-identifiable name for the campaign. Required.</para> </summary> <returns> <para>The user-identifiable name for the campaign.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.Owner"> <summary> <para>Gets or sets the owner for the activity. Required.</para> </summary> <returns> <para>The owner for the activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.OwnershipOptions"> <summary> <para>Gets or sets the ownership options for propagation. Required.</para> </summary> <returns> <para>The ownership options for propagation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.PostWorkflowEvent"> <summary> <para>Gets or sets a value that indicates whether an asynchronous job is used to distribute an activity, such as an email, fax, or letter, to the members of a list. Required.</para> </summary> <returns> <para>Indicates whether an asynchronous job is used to distribute an activity, such as an email, fax, or letter, to the members of a list. <see langword="true" /> if an asynchronous job is used to distribute the activity; <see langword="false" /> if mail merge is used to distribute the activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.QueryExpression"> <summary> <para>Gets or sets the query criteria to select accounts, contacts, or leads for which activities are created. Required.</para> </summary> <returns> <para>The query criteria to select accounts, contacts, or leads for which activities are created.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.QueueId"> <summary> <para>Gets or sets the ID of the queue to which the created activities are added. Optional.</para> </summary> <returns> <para>The ID of the queue to which the created activities are added. This corresponds to the <see langword="Queue.QueueId" /> attribute, which is the primary key for the <see langword="Queue" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.SendEmail"> <summary> <para>Gets or sets a value that indicates whether to send an email about the new activity. Required.</para> </summary> <returns> <para>Indicates whether to send an email about the new activity. true to automatically send email messages; otherwise, <see langword="false" />. Primarily used for the email activity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest.TemplateId"> <summary> <para>Gets or sets the ID of the email template. Required.</para> </summary> <returns> <para>The ID of the email template. This corresponds to the <see langword="Template.TemplateId" /> attribute, which is the primary key for the <see langword="Template" /> entity. Use the email template, if <see cref="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.SendEmail" /> is <see langword="true" />.Use the email template, if <see cref="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.SendEmail" /> is <see langword="true" />.Use the email template, if <see cref="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.SendEmail" /> is <see langword="true" />.Use the email template, if <see cref="P:Microsoft.Crm.Sdk.Messages.DistributeCampaignActivityRequest.SendEmail" /> is <see langword="true" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PropagateByExpressionResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.PropagateByExpressionRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PropagateByExpressionResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PropagateByExpressionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PropagateByExpressionResponse.BulkOperationId"> <summary> <para>Gets the ID of the bulk operation that is created to distribute the campaign activity. Required.</para> </summary> <returns> <para>The ID of the bulk operation that is created to distribute the campaign activity. This corresponds to the <see langword="BulkOperation.ActivityId" /> attribute, which is the primary key for the <see langword="BulkOperation" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PropagationOwnershipOptions"> <summary> <para>Contains the possible values for propagation ownership options.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.PropagationOwnershipOptions.Caller"> <summary> <para>All created activities are assigned to the caller of the API. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.PropagationOwnershipOptions.ListMemberOwner"> <summary> <para>Created activities are assigned to respective owners of target members. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.PropagationOwnershipOptions.None"> <summary> <para>There is no change in ownership for the created activities. Value = 0.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ProposalParty"> <summary> <para>Represents a party (user, team, or resource) that is needed for the proposed appointment.</para> <para>For the Web API the corresponding type is ProposalParty ComplexType.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ProposalParty.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ProposalParty" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ProposalParty.#ctor(System.Guid,System.Guid,System.String,System.String,System.Double)"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ProposalParty" /> class that sets the resource and resource specification IDs, the display and entity names, and the required effort, as measured by percentage of time.</para> </summary> <param name="resourceId"> <para>The ID of the resource that is represented by this party.</para> </param> <param name="resourceSpecId"> <para>The ID of the resource specification that is represented by this party.</para> </param> <param name="displayName"> <para>The display name for the party.</para> </param> <param name="entityName"> <para>The logical name of the type of entity that is represented by this party.</para> </param> <param name="effortRequired"> <para>The percentage of time that is required to perform the service.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ProposalParty.DisplayName"> <summary> <para>Gets or sets the display name for the party.</para> </summary> <returns> <para>The display name for the party.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ProposalParty.EffortRequired"> <summary> <para>Gets or sets the percentage of time that is required to perform the service.</para> </summary> <returns> <para>The percentage of time that is required to perform the service.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ProposalParty.EntityName"> <summary> <para>Gets or sets the logical name of the type of entity that is represented by this party.</para> </summary> <returns> <para>The logical name of the type of entity that is represented by this party.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ProposalParty.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para>The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ProposalParty.ResourceId"> <summary> <para>Gets or sets the ID of the resource that is represented by this party.</para> </summary> <returns> <para>The ID of the resource that is represented by this party. This corresponds to the <see langword="Resource.ResourceId" /> attribute, which is the primary key for the <see langword="Resource" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ProposalParty.ResourceSpecId"> <summary> <para>Gets or sets the ID of the resource specification that is represented by this party.</para> </summary> <returns> <para>The ID of the resource specification that is represented by this party. This corresponds to the <see langword="ResourceSpec.ResourceSpecId" /> attribute, which is the primary key for the <see langword="ResourceSpec" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ProvisionLanguageAsyncRequest"> <summary> <para>Contains the data that is needed to provision a new language using a background job.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ProvisionLanguageAsyncRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ProvisionLanguageAsyncRequest.Language"> <summary>Gets or sets the language to provision.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ProvisionLanguageAsyncResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.ProvisionLanguageAsyncRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ProvisionLanguageAsyncResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ProvisionLanguageAsyncResponse.AsyncOperationId" /> <member name="T:Microsoft.Crm.Sdk.Messages.ProvisionLanguageRequest"> <summary> <para>Contains the data that is needed to provision a new language.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ProvisionLanguageRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ProvisionLanguageRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ProvisionLanguageRequest.Language"> <summary> <para>Gets or sets the language to provision. Required.</para> </summary> <returns> <para>The language to provision. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ProvisionLanguageResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ProvisionLanguageRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ProvisionLanguageResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ProvisionLanguageResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishAllXmlAsyncRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.PublishAllXmlAsyncRequest.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.PublishAllXmlAsyncResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.PublishAllXmlAsyncResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.PublishAllXmlAsyncResponse.AsyncOperationId" /> <member name="T:Microsoft.Crm.Sdk.Messages.PublishAllXmlRequest"> <summary> <para>Contains the data that is needed to publish all changes to solution components.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishAllXmlRequest.#ctor"> <summary> <para>Initializes a new instance of the <see langword="PublishAllXmlRequest" /> class</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishAllXmlResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishAllXmlRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishAllXmlResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishAllXmlResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleRequest"> <summary> <para>Contains the data that is needed to submit an asynchronous job to publish a duplicate rule.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleRequest.DuplicateRuleId"> <summary> <para>Gets or sets the ID of the duplicate rule to be published. Required.</para> </summary> <returns> <para>The ID of the duplicate rule to be published. This corresponds to the <see langword="DuplicateRule.DuplicateRuleId" /> attribute, which is the primary key for the <see langword="DuplicateRule" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PublishDuplicateRuleResponse.JobId"> <summary> <para>Gets the ID of the asynchronous job for publishing a duplicate detection rule.</para> </summary> <returns> <para>The ID of the asynchronous job for publishing a duplicate detection rule.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublisherInformation"> <summary> <para>Contains information about a publisher.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublisherInformation.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.PublisherInformation.friendlyName" /> <member name="P:Microsoft.Crm.Sdk.Messages.PublisherInformation.Id" /> <member name="T:Microsoft.Crm.Sdk.Messages.PublishProductHierarchyRequest"> <summary> <para>Contain the data that is needed to publish a product family record and all its child records.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishProductHierarchyRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishProductHierarchyRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PublishProductHierarchyRequest.Target"> <summary> <para>Gets or sets the target product family record that you want to publish along with its child records.</para> </summary> <returns> <para>The target product family record that you want to publish along with its child records.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishProductHierarchyResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishProductHierarchyRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishProductHierarchyResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishProductHierarchyResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishThemeRequest"> <summary> <para>Contains the data that is needed to publish a theme and set it as the current theme.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishThemeRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishThemeRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PublishThemeRequest.Target"> <summary> <para>Gets or sets the theme record to publish and set as the current theme.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishThemeResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishThemeRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishThemeResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishThemeResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishXmlRequest"> <summary> <para>Contains the data that is needed to publish specified solution components.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishXmlRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishXmlRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.PublishXmlRequest.ParameterXml"> <summary> <para>Gets or sets the XML that defines which solution components to publish in this request. Required.</para> </summary> <returns> <para>the XML that defines which solution components to publish in this request. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.PublishXmlResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishXmlRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.PublishXmlResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.PublishXmlResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest"> <summary> <para> Contains the data that is needed to qualify a lead and create account, contact, and opportunity records that are linked to the originating lead record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.CreateAccount"> <summary> <para>Gets or sets a value that indicates whether to create an account from the originating lead. Required.</para> </summary> <returns> <para>Indicates whether to create an account from the originating lead. <see langword="True" />, to create an account; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.CreateContact"> <summary> <para>Gets or sets a value that indicates whether to create a contact from the originating lead. Required.</para> </summary> <returns> <para>Indicates whether to create a contact from the originating lead. <see langword="True" />, to create a contact; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.CreateOpportunity"> <summary> <para>Gets or sets a value that indicates whether to create an opportunity from the originating lead. Required.</para> </summary> <returns> <para>Indicates whether to create an opportunity from the originating lead. <see langword="True" />, to create an opportunity; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.LeadId"> <summary> <para>Gets or sets the ID of the lead that is qualified. Required.</para> </summary> <returns> <para>The ID of the lead that is qualified. This corresponds to the <see langword="Lead.LeadId" /> attribute, which is the primary key for the <see langword="Lead" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.OpportunityCurrencyId"> <summary> <para>Gets or sets the currency to use for this opportunity. Required.</para> </summary> <returns> <para>The currency to use for this opportunity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.OpportunityCustomerId"> <summary> <para>Gets or set the account or contact that is associated with the opportunity. Required.</para> </summary> <returns> <para>The account or contact that is associated with the opportunity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.ProcessInstanceId"> <summary> <para>Gets or sets the ID of a business process flow instance running for the Lead record that should be set for the Opportunity record (created on qualifying the Lead record). Optional.</para> </summary> <returns> <para>The ID of a business process flow instance running for the Lead record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.SourceCampaignId"> <summary> <para>Gets or sets the source campaign that is associated with the opportunity. Required.</para> </summary> <returns> <para>The source campaign that is associated with the opportunity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest.Status"> <summary> <para>Gets or sets the status of the lead. Required.</para> </summary> <returns> <para>The status of the lead.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QualifyLeadResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QualifyLeadResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QualifyLeadResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyLeadResponse.CreatedEntities"> <summary> <para>Gets the collection of references to the newly created account, contact, and opportunity records.</para> </summary> <returns> <para>The collection of references to the newly created account, contact, and opportunity records.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QualifyMemberListRequest"> <summary> <para> Contains the data that is needed to qualify the specified list and either override the list members or remove them according to the specified option.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QualifyMemberListRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QualifyMemberListRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyMemberListRequest.ListId"> <summary> <para>Gets or sets the ID of the list to qualify. Required.</para> </summary> <returns> <para>The ID of the list to qualify. This corresponds to the <see langword="List.ListId" /> attribute, which is the primary key for the <see langword="List" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyMemberListRequest.MembersId"> <summary> <para>Gets or sets an array of IDs of the members to qualify. Required.</para> </summary> <returns> <para>The array of IDs of the members to qualify.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QualifyMemberListRequest.OverrideorRemove"> <summary> <para>Gets or sets a value that indicates whether to override or remove the members from the list. Required.</para> </summary> <returns> <para>Indicates whether to override or remove the members from the list. <see langword="true" />, to override; <see langword="false" />, to remove.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QualifyMemberListResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.QualifyMemberListRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QualifyMemberListResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QualifyMemberListResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlRequest"> <summary> <para> Contains the data that is needed to convert a query, which is represented as a <see langword="QueryExpression" /> class, to its equivalent query, which is represented as FetchXML.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlRequest.#ctor"> <summary> <para>Initializes a new instance of the the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlRequest.Query"> <summary> <para>Gets or sets the query to convert.</para> </summary> <returns> <para>The query to convert.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlResponse.FetchXml"> <summary> <para>Gets the results of the query conversion.</para> </summary> <returns> <para>The results of the query conversion. This returned value conforms to the schema for FetchXML.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueryMetadata"> <summary> <para>Base (common) metadata for a query.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueryMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryMetadata" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.ComponentState"> <summary>The component state of the query.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.Description"> <summary>The description of the query.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.ExtensionData"> <summary>Gets or sets the structure that contains extra data. Optional.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.FetchXml"> <summary>The fetch XML of the query.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.IsCustomizable"> <summary>Determines whether the query is customizable or not</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.IsDefault"> <summary>Gets or sets whether the query is the default query or not.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.LayoutXml"> <summary>The layout XML of the query.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.ModifiedOn"> <summary>The timestamp when the query is modified on.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.Name"> <summary>The name of the query.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.QueryApi"> <summary>The query API of the query.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.QueryId"> <summary>The query ID.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.QueryType"> <summary>The wuery type of the query.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMetadata.ReturnedTypeCode"> <summary>The returned type code.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest"> <summary> <para> Contains the data that is needed to search multiple resources for available time block that match the specified parameters.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest.End"> <summary> <para>Gets or sets the end time for the scheduled block of time. Required.</para> </summary> <returns> <para>The end time for the scheduled block of time.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest.ResourceIds"> <summary> <para>Gets or sets the IDs of the resources. Required.</para> </summary> <returns> <para>The IDs of the resources. Each element of the <see cref="P:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest.ResourceIds" /> array corresponds to the <see langword="Resource.ResourceId" /> attribute, which is the primary key for the <see langword="Resource" /> entity. The number of resource IDs and time codes must match.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest.Start"> <summary> <para>Gets or sets the start of the time slot. Required.</para> </summary> <returns> <para>The start of the time slot.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest.TimeCodes"> <summary> <para>Gets or sets the time codes to look for: Available, Busy, Unavailable, or Filter, which correspond to the resource IDs. Required.</para> </summary> <returns> <para>The time codes to look for: Available, Busy, Unavailable, or Filter, which correspond to the resource IDs. The number of resource IDs and time codes must match.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesResponse.TimeInfos"> <summary> <para>Gets the results of the search, which is a set of possible time block for each resource.</para> </summary> <returns> <para>The results of the search. Contains an array of possible time slots for each of the specified resource IDs in the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryMultipleSchedulesRequest" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueryScheduleRequest"> <summary> <para> Contains the data that is needed to search the specified resource for an available time block that matches the specified parameters.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueryScheduleRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryScheduleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryScheduleRequest.End"> <summary> <para>Gets or sets the end of the time slot.</para> </summary> <returns> <para>The end of the time slot.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryScheduleRequest.ResourceId"> <summary> <para>Gets or sets the ID of the resource.</para> </summary> <returns> <para>The ID of the resource. This corresponds to the <see langword="Resource.ResourceId" /> attribute, which is the primary key for the <see langword="Resource" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryScheduleRequest.Start"> <summary> <para>Gets or sets the start of the time slot.</para> </summary> <returns> <para>The start of the time slot.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryScheduleRequest.TimeCodes"> <summary> <para>Gets or sets the time codes to look for: Available, Busy, Unavailable, or Filter.</para> </summary> <returns> <para>The time codes to look for: Available, Busy, Unavailable, or Filter.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueryScheduleResponse"> <summary> <para>Contains response from <see cref="T:Microsoft.Crm.Sdk.Messages.QueryScheduleRequest" />.</para> <para>For the Web API the QueryScheduleResponse ComplexType is the response value from the QuerySchedule Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueryScheduleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.QueryScheduleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryScheduleResponse.TimeInfos"> <summary> <para>Gets the results of the search, a set of possible time slots for the resource.</para> </summary> <returns> <para>The results of the search. Contains an array of possible time slots for each of the resource IDs specified in the request class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueryWithEntityMetadata"> <summary> <para>Represents a query along with its dependencies.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueryWithEntityMetadata.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.QueryWithEntityMetadata.DependantEntitiesCollection"> <summary>The dependent entity collection.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.QueryWithEntityMetadata.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.QueryWithEntityMetadata.QueryMetadata"> <summary>The saved query metadata.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.QueueUpdateRibbonClientMetadataRequest"> <summary> <para>Contains the data to queue UpdateRibbonClientMetadata to a background job.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueueUpdateRibbonClientMetadataRequest.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.QueueUpdateRibbonClientMetadataResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.QueueUpdateRibbonClientMetadataRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.QueueUpdateRibbonClientMetadataResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerRequest"> <summary> <para> Contains the data that is needed to reassign all records that are owned by the security principal (user, team, or organization) to another security principal (user, team, or organization).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerRequest.#ctor"> <summary> <para>Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerRequest.FromPrincipal"> <summary> <para>Gets or sets the security principal (user, team, or organization) for which to reassign all records.</para> </summary> <returns> <para>The security principal (user, team, or organization) for which to reassign all records. This must be an entity reference for the <see langword="SystemUser" /> entity or <see langword="Team" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerRequest.ToPrincipal"> <summary> <para>Gets or sets the security principal (user, team, or organization) that will be the new owner for the records.</para> </summary> <returns> <para>The security principal (user, team, or organization) that will be the new owner for the records. This must be an entity reference for the <see langword="SystemUser" /> entity or <see langword="Team" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsOwnerResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserRequest"> <summary> <para> Contains the data that is needed to reassign all records that are owned by a specified user to another security principal (user, team, or organization).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserRequest.ReassignPrincipal"> <summary> <para>Gets or sets the security principal (user, team, or organization) that is the new owner for the records.</para> </summary> <returns> <para>The security principal (user, team, or organization) that is the new owner for the records. This must be an entity reference for the <see langword="SystemUser" /> entity or <see langword="Team" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserRequest.UserId"> <summary> <para>Gets or sets the ID of the user for which you want to reassign all records.</para> </summary> <returns> <para>The ID of the user for which you want to reassign all records. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the <see langword="SystemUser" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ReassignObjectsSystemUserResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RecalculateRequest"> <summary> <para>Contains the data that is needed to recalculate system-computed values for rollup fields in the goal hierarchy.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RecalculateRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RecalculateRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RecalculateRequest.Target"> <summary> <para>Gets or sets the target record for the recalculate operation. Required.</para> </summary> <returns> <para>The target record for the recalculate operation. This must be an entity reference for the <see langword="Goal" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RecalculateResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RecalculateRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RecalculateResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RecalculateResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RelationshipAuditDetail"> <summary> <para>Contains the audited details of a change in a relationship.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RelationshipAuditDetail.#ctor"> <summary> <para>Initializes a new instance of the <see langword="RelationshipAuditDetail" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RelationshipAuditDetail.RelationshipName"> <summary> <para>Gets or sets the relationship name before the change occurs.</para> </summary> <returns> <para>The relationship name.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RelationshipAuditDetail.TargetRecords"> <summary> <para>Provides the collection of relationship records that were added or removed.</para> </summary> <returns> <para>The collection of records.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RelationshipType"> <summary> <para>The type of relationship.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RelationshipType.ManyToManyRelationship" /> <member name="F:Microsoft.Crm.Sdk.Messages.RelationshipType.ManyToOneRelationship" /> <member name="F:Microsoft.Crm.Sdk.Messages.RelationshipType.OneToManyRelationship" /> <member name="T:Microsoft.Crm.Sdk.Messages.ReleaseToQueueRequest"> <summary> <para>Contains the data that is needed to assign a queue item back to the queue owner so others can pick it.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReleaseToQueueRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ReleaseToQueueRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReleaseToQueueRequest.QueueItemId"> <summary> <para>Gets or sets the id of the queue item. Required.</para> </summary> <returns> <para>The queue item. This corresponds to the <see langword="QueueItem.QueueItemId" /> attribute, which is the primary key for the <see langword="QueueItem" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ReleaseToQueueResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ReleaseToQueueRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReleaseToQueueResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ReleaseToQueueResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveAppComponentsRequest"> <summary> <para>Contains the data that is needed to remove a component from an app.</para> <para>For the Web API, use the RemoveAppComponents Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveAppComponentsRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveAppComponentsRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveAppComponentsRequest.AppId"> <summary> <para>ID of the app from where you want to remove components.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveAppComponentsRequest.Components"> <summary> <para>A collection of components to be removed.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveAppComponentsResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveAppComponentsRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveAppComponentsResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveFromQueueRequest"> <summary> <para>Contains the data that is needed to remove a queue item from a queue.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveFromQueueRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveFromQueueRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveFromQueueRequest.QueueItemId"> <summary> <para>Gets or sets the ID of the queue item to remove from the queue. Required.</para> <para>The <see langword="QueueItemId" /> property corresponds to the <see langword="QueueItem.QueueItemId" /> attribute, which is the primary key for the <see langword="QueueItem" /> entity.</para> </summary> <returns> <para>The QueueItemId. This corresponds to the <see langword="QueueItem.QueueItemId" /> attribute, which is the primary key for the <see langword="QueueItem" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveFromQueueResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveFromQueueRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveFromQueueResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveFromQueueResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityRequest"> <summary> <para>Contains the data that is needed to remove an item from a campaign activity.</para> <para>This message does not have a corresponding Web API action or function in Microsoft Dynamics 365 (online & on-premises). More information: Missing functions and actions for some organization service messages.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityRequest.CampaignActivityId"> <summary> <para>Gets or sets the ID of the campaign activity. Required.</para> </summary> <returns> <para>The ID of the campaign activity. This corresponds to the <see langword="CampaignActivity.ActivityId" /> attribute, which is the primary key for the <see langword="CamaignActivity" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityRequest.ItemId"> <summary> <para>Gets or sets the ID of the item to be removed from the campaign activity. Required.</para> </summary> <returns> <para>The ID of the item to be removed from the campaign activity. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:D:\\CrmUX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_campaignactivityitemcampaignactivityitemidprop.htm" CampaignActivityItem.CampaignActivityItemId" /> property, which is the primary key for the <see langword="CampaignActivityItem" /> intersect entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignActivityResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignRequest"> <summary> <para>Contains the data that is needed to remove an item from a campaign.</para> <para>This message does not have a corresponding Web API action or function in Microsoft Dynamics 365 (online & on-premises). More information: Missing functions and actions for some organization service messages.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignRequest.CampaignId"> <summary> <para>Gets or sets the ID of the campaign. Required.</para> </summary> <returns> <para>The ID of the campaign. This corresponds to the <see langword="Campaign.CampaignId" /> attribute, which is the primary key for the <see langword="Camaign" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignRequest.EntityId"> <summary> <para>Gets or sets the ID of the item to be removed from the campaign. Required.</para> </summary> <returns> <para>The ID of the item to be removed from the campaign. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:D:\\CrmUX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_campaignitemcampaignitemidproperty.htm" CampaignItem.CampaignItemId" /> property, which is the primary key for the <see langword="CampaignItem" /> intersect entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveItemCampaignResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveMemberListRequest"> <summary> <para>Contains the data that is needed to remove a member from a list (marketing list).</para> <para>This message does not have a corresponding Web API action or function in Microsoft Dynamics 365 (online & on-premises). More information: Missing functions and actions for some organization service messages.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveMemberListRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveMemberListRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveMemberListRequest.EntityId"> <summary> <para>Gets or sets the ID of the member to be removed from the list. Required.</para> </summary> <returns> <para>The ID of the member to be removed from the list. This corresponds to the <see langword="L HYPERLINK "mk:@MSITStore:D:\\CrmUX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_listmemberlistmemberidproperty.htm" istMember.ListMemberId" /> attribute, which is the primary key for the <see langword="ListMember" /> intersect entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveMemberListRequest.ListId"> <summary> <para>Gets or sets the ID of the list. Required.</para> </summary> <returns> <para>The ID of the list. This corresponds to the <see langword="List.ListId" /> attribute, which is the primary key for the <see langword="List" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveMemberListResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveMemberListRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveMemberListResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveMemberListResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveMembersTeamRequest"> <summary> <para>Contains the data that is needed to remove members from a team.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveMembersTeamRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveMembersTeamRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveMembersTeamRequest.MemberIds"> <summary> <para>Gets or sets an array of IDs of the users to be removed from the team.</para> </summary> <returns> <para>The array of IDs of the users to be removed from the team. Each element of the <see langword="MemberIds" /> array corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_systemusersystemuseridproperty.htm" SystemUser.SystemUserId" /> property, which is the primary key for the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_systemusersystemuseridproperty.htm" SystemUser" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveMembersTeamRequest.TeamId"> <summary> <para>Gets or sets the ID of the team.</para> </summary> <returns> <para>The ID of the team. This corresponds to the <see langword="Team.TeamId" /> property, which is the primary key for the <see langword="Team" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveMembersTeamResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveMembersTeamRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveMembersTeamResponse.#ctor"> <summary> <para>Initializes a new instance of the <see langword="RemoveMembersTeamResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveParentRequest"> <summary> <para>Contains the data that is needed to remove the parent for a system user (user) record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveParentRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveParentRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveParentRequest.Target"> <summary> <para>Gets or sets the target systemuser (user) record for the operation.</para> </summary> <returns> <para>The target systemuser (user) record for the operation. This must be an entity reference to a systemuser (user) record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveParentResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveParentRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveParentResponse.#ctor"> <summary> <para>Initializes a new instance of the <see langword="RemoveParentResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemovePrivilegeRoleRequest"> <summary> <para>Contains the data that is needed to remove a privilege from an existing role.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemovePrivilegeRoleRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemovePrivilegeRoleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemovePrivilegeRoleRequest.PrivilegeId"> <summary> <para>Gets or sets the ID of the privilege that is to be removed from the existing role.</para> </summary> <returns> <para>The ID of the privilege that is to be removed from the existing role. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_privilegeprivilegeidproperty.htm" Privilege.PrivilegeId" /> property, which is the primary key for the <see langword="Privilege" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemovePrivilegeRoleRequest.RoleId"> <summary> <para>Gets or sets the ID of the role from which the privilege is to be removed.</para> </summary> <returns> <para>The ID of the role from which the privilege is to be removed. This corresponds to the <see langword="Role.RoleId" /> property, which is the primary key for the <see langword="Role" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemovePrivilegeRoleResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemovePrivilegeRoleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemovePrivilegeRoleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see langword="RemovePrivilegeRoleResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitRequest"> <summary> <para> Deprecated. Use the <see langword="ProductAssociation" /> entity. Contains the data that is needed to remove a product from a kit.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitRequest.KitId"> <summary> <para>Gets or sets the ID of the kit from which the product is to be removed.</para> </summary> <returns> <para>The ID of the kit from which the product is to be removed. This corresponds to the <see langword="Product.ProductId" /> attribute, which is the primary key for the <see langword="Product" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitRequest.ProductId"> <summary> <para>Gets or sets the ID of the product being removed from the kit.</para> </summary> <returns> <para>The ID of the product being removed from the kit. This corresponds to the <see langword="Product.ProductId" /> attribute, which is the primary key for the <see langword="Product" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitResponse"> <summary> <para> Deprecated. Use the <see langword="ProductAssociation" /> entity. Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveProductFromKitResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveRelatedRequest"> <summary> <para>Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest" />class. Contains the data that is needed to remove the relationship between the specified records for specific relationships.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveRelatedRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveRelatedRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveRelatedRequest.Target"> <summary> <para>Gets or sets the target records from which you want to remove specific related records.</para> </summary> <returns> <para>The the target records from which you want to remove specific related records. This array must contain a set of entity references where the entities participate in a relationship.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveRelatedResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveRelatedRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveRelatedResponse.#ctor"> <summary> <para>Initializes a new instance of the <see langword="RemoveRelatedResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentRequest"> <summary> <para>Contains the data that is needed to remove a component from an unmanaged solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentRequest.ComponentId"> <summary> <para>Gets or sets the ID of the solution component. Required.</para> </summary> <returns> <para>The ID of the solution component. This corresponds to the <see langword="SolutionComponent.SolutionComponentId" /> attribute, which is the primary key for the <see langword="SolutionComponent" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentRequest.ComponentType"> <summary> <para>Gets or sets the value that represents the solution component that you want to add. Required.</para> </summary> <returns> <para>The value that represents the solution component that you want to add. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentRequest.SolutionUniqueName"> <summary> <para>Gets or sets the value of the <see langword="Solution.UniqueName" /> attribute of the solution for which you want to add the solution component. Required.</para> </summary> <returns> <para>The value of the <see langword="Solution.UniqueName" /> attribute of the solution for which you want to add the solution component. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentRequest" /> class.</para> <para>For the Web API the RemoveSolutionComponentResponse ComplexType is the response value from the RemoveSolutionComponent Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveSolutionComponentResponse.id"> <summary> <para>Gets the ID value of the solution component that was removed.</para> </summary> <returns> <para>The ID value of the solution component that was removed. This corresponds to the <see langword="SolutionComponent.SolutionComponentId" /> attribute, which is the primary key for the <see langword="SolutionComponent" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveSubstituteProductRequest"> <summary> <para> Deprecated. Use the <see langword="ProductSubstitute" /> entity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveSubstituteProductRequest.#ctor"> <summary> <para> Deprecated. Use the <see langword="ProductSubstitute" /> entity.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveSubstituteProductRequest.ProductId"> <summary> <para> Deprecated. Use the <see langword="ProductSubstitute" /> entity.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveSubstituteProductRequest.SubstituteId"> <summary> <para> Deprecated. Use the <see langword="ProductSubstitute" /> entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveSubstituteProductResponse"> <summary> <para> Deprecated. Use the <see langword="ProductSubstitute" /> entity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveSubstituteProductResponse.#ctor"> <summary> <para> Deprecated. Use the <see langword="ProductSubstitute" /> entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamRequest"> <summary> <para>Contains the data that is needed to remove a user from the auto created access team for the specified record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamRequest.Record"> <summary> <para>Gets or sets the record for which the access team is auto created. Required.</para> </summary> <returns> <para>The record for which the access team is auto created, which must be an entity reference for an entity that is enabled for access teams. To enable an entity for the auto created access teams, set the <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.AutoCreateAccessTeams" /> attribute to <see langword="true" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamRequest.SystemUserId"> <summary> <para>Gets or sets the ID of system user (user) to remove from the auto created access team. Required.</para> </summary> <returns> <para>The ID of the system user (user) that corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the <see langword="SystemUser" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamRequest.TeamTemplateId"> <summary> <para>Gets or sets the ID of team template which is used to create the access team. Required.</para> </summary> <returns> <para>The ID of the team template that corresponds to the <see langword="TeamTemplate.TeamTemplateId" /> attribute, which is the primary key for the <see langword="TeamTemplate" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamRequest" /> class.</para> <para>For the Web API the RemoveUserFromRecordTeamResponse ComplexType is the response value from the RemoveUserFromRecordTeam Action.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RemoveUserFromRecordTeamResponse.AccessTeamId"> <summary> <para>Gets the ID of the auto created access team.</para> </summary> <returns> <para>The ID of the auto created access team, which corresponds to the <see langword="Team.TeamId" /> attribute, which is the primary key for the <see langword="Team" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RenewContractRequest"> <summary> <para>Contains the data that is needed to renew a contract and create the contract details for a new contract.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RenewContractRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RenewContractRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RenewContractRequest.ContractId"> <summary> <para>Gets or sets the ID of the contract to be renewed. Required.</para> </summary> <returns> <para>The ID of the contract to be renewed. This corresponds to the <see langword="Contract.ContractId" /> attribute, which is the primary key for the <see langword="Contract" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RenewContractRequest.IncludeCanceledLines"> <summary> <para>Gets or sets a value that indicates whether the canceled line items of the original contract should be included in the renewed contract. Required.</para> </summary> <returns> <para>Indicates whether the canceled line items of the original contract should be included in the renewed contract. <see langword="true" /> to include canceled line items; otherwise, <see langword="false" />. The default is <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RenewContractRequest.Status"> <summary> <para>Gets or sets the status of the contract.</para> </summary> <returns> <para>The status of the contract.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RenewContractResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RenewContractRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RenewContractResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RenewContractResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RenewContractResponse.Entity"> <summary> <para>Gets the resulting contract.</para> </summary> <returns> <para>The resulting contract. This is an instance of the <see langword="Contract" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RenewEntitlementRequest"> <summary> <para>Contains the data that is needed to renew an entitlement.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RenewEntitlementRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RenewEntitlementRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RenewEntitlementRequest.EntitlementId"> <summary> <para>Gets or sets the id of the entitlement to renew.</para> </summary> <returns> <para>The Entitlement Id. This corresponds to the <see langword="Entitlement.EntitlementId" /> attribute, which is the primary key for the <see langword="Entitlement" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RenewEntitlementRequest.Status"> <summary> <para>Gets or sets the <see langword="StatusCode" /> value for the renewed Entitlement.</para> </summary> <returns> <para> The status value for the renewed Entitlement.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RenewEntitlementResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RenewEntitlementRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RenewEntitlementResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RenewEntitlementResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RenewEntitlementResponse.Entity"> <summary> <para>Gets the renewed entitlement.</para> </summary> <returns> <para>The renewed entitlement.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ReplacePrivilegesRoleRequest"> <summary> <para>Contains the data that is needed to replace the privilege set of an existing role.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReplacePrivilegesRoleRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ReplacePrivilegesRoleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReplacePrivilegesRoleRequest.Privileges"> <summary> <para>Gets or sets an array that contains the IDs and depths of the privileges that replace the existing privileges.</para> </summary> <returns> <para>The array that contains the IDs and depths of the privileges that replace the existing privileges.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReplacePrivilegesRoleRequest.RoleId"> <summary> <para>Gets or sets the ID of the role for which the privileges are to be replaced.</para> </summary> <returns> <para>The ID of the role for which the privileges are to be replaced. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_roleroleidproperty.htm" Role.RoleId" /> property, which is the primary key for the <see langword="Role" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ReplacePrivilegesRoleResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ReplacePrivilegesRoleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReplacePrivilegesRoleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see langword="ReplacePrivilegesRoleResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RequiredResource"> <summary> <para>Specifies a resource that is required for a scheduling operation.</para> <para>For the Web API the corresponding type is RequiredResource ComplexType.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RequiredResource.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RequiredResource" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RequiredResource.#ctor(System.Guid,System.Guid)"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RequiredResource" /> class setting the resource and resource specification IDs.</para> </summary> <param name="resourceId"> <para>The ID of the required resource.</para> </param> <param name="resourceSpecId"> <para>The ID of the required resource specification.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RequiredResource.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para>The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RequiredResource.ResourceId"> <summary> <para>Gets or sets the ID of the required resource.</para> </summary> <returns> <para>The ID of the required resource. This corresponds to the <see langword="Resource.ResourceId" /> attribute, which is the primary key for the <see langword="Resource" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RequiredResource.ResourceSpecId"> <summary> <para>Gets or sets the ID of the required resource specification.</para> </summary> <returns> <para>The ID of the required resource specification. This corresponds to the <see langword="ResourceSpec.ResourceSpecId" /> attribute, which is the primary key for the <see langword="ResourceSpec" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RescheduleRequest"> <summary> <para> Contains the data that is needed to reschedule an appointment, recurring appointment, or service appointment (service activity).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RescheduleRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RescheduleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RescheduleRequest.ReturnNotifications"> <summary> <para> For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RescheduleRequest.Target"> <summary> <para>Gets or sets the target of the reschedule operation.</para> </summary> <returns> <para>The the target of the reschedule operation. This is an entity reference for an entity that supports this message. For a list of supported entity types, see <see cref="T:Microsoft.Crm.Sdk.Messages.RescheduleRequest" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RescheduleResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RescheduleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RescheduleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RescheduleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RescheduleResponse.Notifications"> <summary> <para> For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RescheduleResponse.ValidationResult"> <summary> <para>Gets the validation results for the appointment, recurring appointment master, or service appointment (service activity).</para> </summary> <returns> <para>The validation results for the appointment, recurring appointment master, or service appointment (service activity).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ResetUserFiltersRequest"> <summary> <para> Contains the data that is needed to reset the offline data filters for the calling user to the default filters for the organization.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ResetUserFiltersRequest.#ctor"> <summary> <para>Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.ResetUserFiltersRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ResetUserFiltersRequest.QueryType"> <summary> <para>Gets or sets the type of filters to set. Required.</para> </summary> <returns> <para>The type of filters to set. Use, <see cref="F:Microsoft.Crm.Sdk.UserQueryQueryType.OfflineFilters" /> or <see cref="F:Microsoft.Crm.Sdk.UserQueryQueryType.OutlookFilters" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ResetUserFiltersResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ResetUserFiltersRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ResetUserFiltersResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ResetUserFiltersResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ResourceInfo"> <summary> <para>Contains information about a resource that has a scheduling problem for an appointment.</para> <para>For the Web API the corresponding type is ResourceInfo ComplexType.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ResourceInfo.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ResourceInfo" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ResourceInfo.#ctor(System.Guid,System.String,System.String)"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ResourceInfo" /> class that sets the ID, entity name, and display name.</para> </summary> <param name="id"> <para>The ID of the record that has a scheduling problem.</para> </param> <param name="entityName"> <para>The logical name of the entity.</para> </param> <param name="name"> <para>The display name for the resource.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ResourceInfo.DisplayName"> <summary> <para>Gets or sets the display name for the resource.</para> </summary> <returns> <para> The display name for the resource found in the <see langword="Resource.Name" /> attribute.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ResourceInfo.EntityName"> <summary> <para>Gets or sets the logical name of the entity.</para> </summary> <returns> <para> The logical name of the entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ResourceInfo.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para>The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ResourceInfo.Id"> <summary> <para>Gets or sets the ID of the record that has a scheduling problem.</para> </summary> <returns> <para>The ID of the record that has a scheduling problem.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAadUserPrivilegesRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAadUserPrivilegesRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserPrivilegesRequest.DirectoryObjectId" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAadUserPrivilegesResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAadUserPrivilegesResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserPrivilegesResponse.RolePrivileges" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAadUserRolesRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAadUserRolesRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserRolesRequest.ColumnSet" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserRolesRequest.DirectoryObjectId" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAadUserRolesResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAadUserRolesResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserRolesResponse.EntityCollection" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByIdsRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByIdsRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByIdsRequest.DirectoryObjectId" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByIdsRequest.PrivilegeIds" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByIdsResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByIdsResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByIdsResponse.RolePrivileges" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByNamesRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByNamesRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByNamesRequest.DirectoryObjectId" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByNamesRequest.PrivilegeNames" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByNamesResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByNamesResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAadUserSetOfPrivilegesByNamesResponse.RolePrivileges" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlRequest"> <summary> <para> Contains the data that is needed to retrieve the absolute URL and the site collection URL for a SharePoint location record in Dataverse.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlRequest.Target"> <summary> <para>Gets or sets the target for which the data is to be retrieved. Required.</para> </summary> <returns> <para>The target for which the data is to be retrieved. This property must be a reference to a record of the <see langword="SharepointDocumentLocation" /> entity or the <see langword="SharepointSite" /> entity type.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlRequest" /> class.</para> <para>For the Web API the RetrieveAbsoluteAndSiteCollectionUrlResponse ComplexType is the response value from the RetrieveAbsoluteAndSiteCollectionUrl Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlResponse.AbsoluteUrl"> <summary> <para>Gets the absolute URL of the object that is specified in the request.</para> </summary> <returns> <para> The absolute URL of the object that is specified in the request.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlResponse.SiteCollectionUrl"> <summary> <para>Gets the SharePoint site collection URL of the object that is specified in the request.</para> </summary> <returns> <para> The SharePoint site collection URL of the object that is specified in the request.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveActivePathRequest"> <summary> <para>Contains the data to retrieve a collection of stages currently in the active path for a business process flow instance.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveActivePathRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveActivePathRequest.ProcessInstanceId"> <summary> <para>Gets or sets the ID of the business process flow instance record to retrieve a collection of stages currently in the active path.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveActivePathResponse"> <summary> <para>Contains a response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveActivePathRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveActivePathResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveActivePathResponse.ProcessStages"> <summary> <para>Gets a collection of stages in the active path for a business process flows instance.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserRequest"> <summary> <para> Contains the data that is needed to retrieve the collection of users that report to the specified system user (user).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserRequest.ColumnSet"> <summary> <para>Gets or sets the set of attributes to retrieve. Required.</para> </summary> <returns> <para>The set of attributes to retrieve.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserRequest.EntityId"> <summary> <para>Gets or sets the ID of the system user (user).</para> </summary> <returns> <para>The ID of the system user (user). This corresponds to the <see langword="SystemUser.SystemUserId" /> property, which is the primary key for the <see langword="SystemUser" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAllChildUsersSystemUserResponse.EntityCollection"> <summary> <para>Gets the resulting collection of all users that report to the specified system user.</para> </summary> <returns> <para>The resulting collection of all users that report to the specified system user.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAnalyticsStoreDetailsRequest"> <summary> <para>Contains the data to retrieves Analytics Store (aka 'Azure Data Lake' Storage container) details.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAnalyticsStoreDetailsRequest.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAnalyticsStoreDetailsResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAnalyticsStoreDetailsRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAnalyticsStoreDetailsResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAnalyticsStoreDetailsResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAnalyticsStoreDetailsResponse.AnalyticsStoreDetails"> <summary>Retrieves analytics store details.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAppComponentsRequest"> <summary> <para>Contains the data to return components of an App.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAppComponentsRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAppComponentsRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAppComponentsRequest.AppModuleId"> <summary>The Id of the AppModule.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAppComponentsResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAppComponentsRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAppComponentsResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAppComponentsResponse.AppComponents" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveApplicationRibbonRequest"> <summary> <para>Contains the data that is needed to retrieve the data that defines the content and behavior of the application ribbon.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveApplicationRibbonRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveApplicationRibbonRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveApplicationRibbonResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveApplicationRibbonRequest" /> class.</para> <para>For the Web API the RetrieveApplicationRibbonResponse ComplexType is the response value from the RetrieveApplicationRibbon Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveApplicationRibbonResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveApplicationRibbonResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveApplicationRibbonResponse.CompressedApplicationRibbonXml"> <summary> <para>Gets a compressed file that defines the ribbon.</para> </summary> <returns> <para>A compressed file that defines the ribbon.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryRequest"> <summary> <para>Contains the data that is needed to retrieve all metadata changes to a specific attribute.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryRequest.#ctor"> <summary> <para>Initializes a new instance of the <see langword="RetrieveAttributeChangeHistoryRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryRequest.AttributeLogicalName"> <summary> <para>Gets or sets the attribute’s logical (schema) name. Required.</para> </summary> <returns> <para>The logical name of the attribute.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryRequest.PagingInfo"> <summary> <para>Gets or sets the paging information. Optional.</para> </summary> <returns> <para>The paging information.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryRequest.Target"> <summary> <para>Gets or sets the target audit record for which to retrieve attribute change history. Required.</para> </summary> <returns> <para>The target record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAttributeChangeHistoryResponse.AuditDetailCollection"> <summary> <para>Gets the attribute change history that results in a collection of audit details.</para> </summary> <returns> <para>The collection of audit details.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsRequest"> <summary> <para>Contains the data that is needed to retrieve the full audit details from an <see langword="Audit" /> record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsRequest.AuditId"> <summary> <para>Gets or sets the ID of the <see langword="Audit" /> record to retrieve. Required.</para> </summary> <returns> <para>The ID of the record to retrieve.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAuditDetailsResponse.AuditDetail"> <summary> <para>Gets the details of the audited data changes.</para> </summary> <returns> <para>The audit details.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditPartitionListRequest"> <summary> <para> Contains the data that is needed to retrieve the list of database partitions that are used to store audited history data.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAuditPartitionListRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditPartitionListRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditPartitionListResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditPartitionListRequest" /> class.</para> <para>For the Web API the RetrieveAuditPartitionListResponse ComplexType is the response value from the RetrieveAuditPartitionList Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAuditPartitionListResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAuditPartitionListResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAuditPartitionListResponse.AuditPartitionDetailCollection"> <summary> <para>Gets the collection of audit partition details.</para> </summary> <returns> <para>The collection of audit partition details.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAvailableLanguagesRequest"> <summary> <para> Contains the data that is needed to retrieve the list of language packs that are installed and enabled on the server.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAvailableLanguagesRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAvailableLanguagesRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveAvailableLanguagesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAvailableLanguagesRequest" /> class.</para> <para>For the Web API the RetrieveAvailableLanguagesResponse ComplexType is the response value from the RetrieveAvailableLanguages Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveAvailableLanguagesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveAvailableLanguagesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveAvailableLanguagesResponse.LocaleIds"> <summary> <para>Gets an array of locale ID values representing the language packs that are installed on the server.</para> </summary> <returns> <para>An array of locale id values representing the language packs that are installed on the server.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitRequest"> <summary> <para> Contains the data that is needed to retrieve all business units (including the specified business unit) from the business unit hierarchy.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitRequest.ColumnSet"> <summary> <para>Gets or sets the set of attributes to retrieve. Required.</para> </summary> <returns> <para>The set of attributes to retrieve.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitRequest.EntityId"> <summary> <para>Gets or sets the ID of the business unit. Required.</para> </summary> <returns> <para>The ID of the business unit. This corresponds to the <see langword="BusinessUnit.BusinessUnitId" /> property, which is the primary key for the <see langword="BusinessUnit" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveBusinessHierarchyBusinessUnitResponse.EntityCollection"> <summary> <para>Gets the resulting collection of all business units in the business unit hierarchy.</para> </summary> <returns> <para>The the resulting collection of all business units in the business unit hierarchy.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceRequest"> <summary> <para> Contains the data that is needed to retrieve all resources that are related to the specified resource group (scheduling group).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceRequest.Query"> <summary> <para>Gets or sets the query for the operation.</para> </summary> <returns> <para>The query for the operation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceRequest.ResourceGroupId"> <summary> <para>Gets or sets the ID of the resource group.</para> </summary> <returns> <para>The ID of the resource group. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_resourcegroupresourcegroupidproperty.htm" ResourceGroup.ResourceGroupId" /> property, which is the primary key for the <see langword="ResourceGroup" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByGroupResourceResponse.EntityCollection"> <summary> <para>Gets the resulting collection of all resources that are related to the specified resource group.</para> </summary> <returns> <para>The resulting collection of all resources that are related to the specified resource group.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupRequest"> <summary> <para>Contains the data that is needed to retrieve the resource groups (scheduling groups) that contain the specified resource.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupRequest.Query"> <summary> <para>Gets or sets the query for the operation.</para> </summary> <returns> <para>The query for the operation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupRequest.ResourceId"> <summary> <para>Gets or sets the ID of the resource.</para> </summary> <returns> <para>The ID of the resource. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_resourcegroupresourcegroupidproperty.htm" Resource.ResourceId" /> property, which is the primary key for the <see langword="Resource" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByResourceResourceGroupResponse.EntityCollection"> <summary> <para>Gets the resulting collection of all resource groups (scheduling groups) that contain the specified resource.</para> </summary> <returns> <para>The resulting collection of all resource groups (scheduling groups) that contain the specified resource.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceRequest"> <summary> <para> Contains the data that is needed to retrieve the collection of services that are related to the specified set of resources.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceRequest.Query"> <summary> <para>Gets or sets the query for the operation.</para> </summary> <returns> <para>The query for the operation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceRequest.ResourceIds"> <summary> <para>Gets or sets an array of IDs for the specified set of services.</para> </summary> <returns> <para>The array of IDs for the specified set of services. Each element of the <see langword="ResourceIds" /> array corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_resourcegroupresourcegroupidproperty.htm" Resource.ResourceId" /> property, which is the primary key for the <see langword="Resource" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByResourcesServiceResponse.EntityCollection"> <summary> <para>Gets the resulting collection of all related services for the specified set of services.</para> </summary> <returns> <para>The resulting collection of all related services for the specified set of services.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleRequest"> <summary> <para> Contains the data that is needed to retrieve the top-ten articles about a specified product from the knowledge base of articles for your organization.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleRequest.ProductId"> <summary> <para>Gets or sets the ID of the product. Required.</para> </summary> <returns> <para>The ID of the product. This corresponds to the <see langword="Product.ProductId" /> attribute, which is the primary key for the <see langword="Product" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentProductKbArticleResponse.EntityCollection"> <summary> <para>Gets the resulting collection of articles about the specified product from the knowledge base of articles for your organization.</para> </summary> <returns> <para>The resulting collection of articles about the specified product from the knowledge base of articles for your organization.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleRequest"> <summary> <para> Contains the data that is needed to retrieve the top-ten articles about a specified subject from the knowledge base of articles for your organization.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleRequest.SubjectId"> <summary> <para>Gets or sets the ID of the subject. Required.</para> </summary> <returns> <para>The ID of the subject. This corresponds to the <see langword="Subject. SubjectId" /> attribute, which is the primary key for the <see langword="Subject" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveByTopIncidentSubjectKbArticleResponse.EntityCollection"> <summary> <para>Gets the resulting collection of knowledge base articles about the specified subject.</para> </summary> <returns> <para>The resulting collection of knowledge base articles about the specified subject.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveChannelAccessProfilePrivilegesRequest"> <summary> <para> For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveChannelAccessProfilePrivilegesRequest.#ctor"> <summary> <para /> <para /> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveChannelAccessProfilePrivilegesRequest.ChannelAccessProfileId" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveChannelAccessProfilePrivilegesResponse"> <summary> <para> For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveChannelAccessProfilePrivilegesResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveChannelAccessProfilePrivilegesResponse.ChannelAccessProfile" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationRequest"> <summary> <para>Contains the data that’s needed to retrieve information about the current organization.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationRequest.AccessType"> <summary> <para>Gets or sets the access type of the organization’s service endpoint.</para> </summary> <returns> <para>The access type.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationResponse"> <summary> <para>Contains the response from processing <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationRequest" />.</para> <para>For the Web API the RetrieveCurrentOrganizationResponse ComplexType is the response value from the RetrieveCurrentOrganization Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveCurrentOrganizationResponse.Detail"> <summary> <para>Gets detailed information about the current organization.</para> </summary> <returns> <para>The details about the organization.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteRequest"> <summary> <para> Contains the data that is needed to retrieve a collection of dependency records that describe any solution components that would prevent a solution component from being deleted.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteRequest.ComponentType"> <summary> <para>Gets or sets the value for the component type that you want to delete. Required.</para> </summary> <returns> <para>The value for the component type that you want to delete. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteRequest.ObjectId"> <summary> <para>Gets or sets the ID of the solution component that you want to delete. Required.</para> </summary> <returns> <para>The ID of the solution component that you want to delete. This corresponds to the <see langword="SolutionComponent.SolutionComponentId" /> attribute, which is the primary key for the <see langword="SolutionComponent" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForDeleteResponse.EntityCollection"> <summary> <para>Gets a collection of <see langword="Dependency" /> records where the <see langword="DependentComponentObjectId" /> and <see langword="DependentComponentType" /> attributes represent those components that can prevent the solution component from being deleted.</para> </summary> <returns> <para>The collection of <see langword="Dependency" /> records where the <see langword="DependentComponentObjectId" /> and <see langword="DependentComponentType" /> attributes represent those components that can prevent the solution component from being deleted..</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallRequest"> <summary> <para> Contains the data that is needed to retrieve a list of the solution component dependencies that can prevent you from uninstalling a managed solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallRequest.SolutionUniqueName"> <summary> <para>Gets or sets the name of the managed solution. Required.</para> </summary> <returns> <para>The name of the managed solution. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDependenciesForUninstallResponse.EntityCollection"> <summary> <para>Gets a collection of <see langword="Dependency" /> records where the <see langword="DependentComponentObjectId" /> and <see langword="DependentComponentType" /> attributes represent the components that can prevent you from deleting the solution.</para> </summary> <returns> <para>A collection of <see langword="Dependency" /> records where the <see langword="DependentComponentObjectId" /> and <see langword="DependentComponentType" /> attributes represent the components that can prevent you from deleting the solution.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsRequest"> <summary> <para> Contains the data that is needed to retrieves a list dependencies for solution components that directly depend on a solution component.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsRequest.ComponentType"> <summary> <para>Gets or sets the value that represents the solution component. Required.</para> </summary> <returns> <para>The value that represents the solution component. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsRequest.ObjectId"> <summary> <para>Gets or sets the ID of the solution component that you want to check. Required.</para> </summary> <returns> <para>The ID of the solution component that you want to check. This corresponds to the <see langword="SolutionComponent.SolutionComponentId" /> attribute, which is the primary key for the <see langword="SolutionComponent" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDependentComponentsResponse.EntityCollection"> <summary> <para>Gets a collection of <see langword="Dependency" /> records where the <see langword="DependentComponentObjectId" /> and <see langword="DependentComponentType" /> attributes represent the components that can prevent you from deleting the solution component.</para> </summary> <returns> <para>A collection of <see langword="Dependency" /> records where the <see langword="DependentComponentObjectId" /> and <see langword="DependentComponentType" /> attributes represent the components that can prevent you from deleting the solution component.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDeploymentLicenseTypeRequest"> <summary> <para>Contains the data that is needed to retrieve the type of license for a deployment of Microsoft Dynamics 365.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDeploymentLicenseTypeRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDeploymentLicenseTypeRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDeploymentLicenseTypeResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDeploymentLicenseTypeRequest" /> class.</para> <para>For the Web API the RetrieveDeploymentLicenseTypeResponse ComplexType is the response value from the RetrieveDeploymentLicenseType Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDeploymentLicenseTypeResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDeploymentLicenseTypeResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDeploymentLicenseTypeResponse.licenseType"> <summary> <para>Gets the license type.</para> </summary> <returns> <para>The license type.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDeprovisionedLanguagesRequest"> <summary> <para>Contains the data that is needed to retrieve a list of language packs that are installed on the server that have been disabled.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDeprovisionedLanguagesRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDeprovisionedLanguagesRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDeprovisionedLanguagesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDeprovisionedLanguagesRequest" /> class.</para> <para>For the Web API the RetrieveDeprovisionedLanguagesResponse ComplexType is the response value from the RetrieveDeprovisionedLanguages Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDeprovisionedLanguagesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDeprovisionedLanguagesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDeprovisionedLanguagesResponse.RetrieveDeprovisionedLanguages"> <summary> <para>Gets an array of locale ID values representing disabled language packs that are installed on the server.</para> </summary> <returns> <para>An array of locale ID values representing disabled language packs that are installed on the server.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesRequest"> <summary> <para>Contains the data that is needed to detect and retrieve duplicates for a specified record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesRequest.BusinessEntity"> <summary> <para>Gets or sets a record for which the duplicates are retrieved. Required.</para> </summary> <returns> <para>The record for which the duplicates are retrieved.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesRequest.MatchingEntityName"> <summary> <para>Gets or sets a name of the matching entity type. Required.</para> </summary> <returns> <para>The name of the matching entity type.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesRequest.PagingInfo"> <summary> <para>Gets or sets a paging information for the retrieved duplicates. Required.</para> </summary> <returns> <para>The paging information for the retrieved duplicates.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveDuplicatesResponse.DuplicateCollection"> <summary> <para>Gets a collection of duplicate entity instances.</para> </summary> <returns> <para>The collection of duplicate entity instances.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonRequest"> <summary> <para>Contains the data that is needed to retrieve ribbon definitions for an entity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonRequest.EntityName"> <summary> <para>Gets or sets the logical name of an entity in order to retrieve a ribbon definition. Required.</para> </summary> <returns> <para>The logical name of an entity in order to retrieve a ribbon definition. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonRequest.RibbonLocationFilter"> <summary> <para>Gets or sets a filter to retrieve a specific set of ribbon definitions for an entity. Required.</para> </summary> <returns> <para>A filter to retrieve a specific set of ribbon definitions for an entity. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonRequest" /> class.</para> <para>For the Web API the RetrieveEntityRibbonResponse ComplexType is the response value from the RetrieveEntityRibbon Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveEntityRibbonResponse.CompressedEntityXml"> <summary> <para>Gets a compressed file that contains the ribbon definitions.</para> </summary> <returns> <para>A compressed file that contains the ribbon definitions..</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsRequest"> <summary> <para>Retrieves the appointments for the current user for a specific date range from the exchange web service.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsRequest.EndDate"> <summary> <para>Gets or sets the end date of the range in UTC.</para> </summary> <returns> <para>The end date of the range in UTC.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsRequest.StartDate"> <summary> <para>Gets or sets the start date of the range in UTC.</para> </summary> <returns> <para>The start date of the range in UTC.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveExchangeAppointmentsResponse.Appointments"> <summary> <para>Gets the Exchange appointments returned by the request</para> </summary> <returns> <para>A collection of Exchange appointments which use the structure of Dynamics 365 appointments.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateRequest"> <summary> <para>Contains the data that is needed to retrieve the exchange rate.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateRequest.TransactionCurrencyId"> <summary> <para>Gets or sets the ID of the currency. Required.</para> </summary> <returns> <para>The ID of the currency. This corresponds to the <see langword="TransactionCurrency.TransactionCurrencyId" /> attribute, which is the primary key for the <see langword="TransactionCurrency" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateRequest" /> class.</para> <para>For the Web API the RetrieveExchangeRateResponse ComplexType is the response value from the RetrieveExchangeRate Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveExchangeRateResponse.ExchangeRate"> <summary> <para>Gets the exchange rate for the currency.</para> </summary> <returns> <para>The exchange rate for the currency.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingRequest.FeatureControlName" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingRequest.NamespaceValue" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingResponse.FeatureControlSetting" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsByNamespaceRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsByNamespaceRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsByNamespaceRequest.NamespaceName" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsByNamespaceResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsByNamespaceResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsByNamespaceResponse.FeatureControlSettingCollection" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsRequest.FeatureControlName" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsRequest.NamespaceValue" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFeatureControlSettingsResponse.FeatureControlSettingCollection" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsRequest"> <summary> <para>Contains the data that is needed to retrieve the entity forms that are available for a specified user.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsRequest.EntityLogicalName"> <summary> <para>Gets or sets the logical name for the entity. Required.</para> </summary> <returns> <para>The logical name for the entity. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsRequest.FormType"> <summary> <para>Gets or sets the type of form. Required.</para> </summary> <returns> <para>The type of form. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsRequest.SystemUserId"> <summary> <para>Gets or sets the ID of the user. Required.</para> </summary> <returns> <para>The ID of the user. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the <see langword="SystemUser" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFilteredFormsResponse.SystemForms"> <summary> <para>Gets a collection of <see langword="SystemForm" /> entity references.</para> </summary> <returns> <para>A collection of <see langword="SystemForm" /> entity references.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsRequest"> <summary> <para>Contains the data that is needed to retrieve the formatted results from an import job.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsRequest.ImportJobId"> <summary> <para>Gets or sets the GUID of an import job. Required.</para> </summary> <returns> <para>The GUID of an import job. This corresponds to the <see langword="ImportJob.ImportJobId" /> attribute, which is the primary key for the <see langword="ImportJob" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsRequest" /> class.</para> <para>For the Web API the RetrieveFormattedImportJobResultsResponse ComplexType is the response value from the RetrieveFormattedImportJobResults Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFormattedImportJobResultsResponse.FormattedResults"> <summary> <para>Gets the formatted results of the import job.</para> </summary> <returns> <para>The formatted results of the import job.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlRequest"> <summary> <para> For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlRequest.EntityName"> <summary> <para> For internal use only.</para> </summary> <returns> <para>For internal use only.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlResponse"> <summary> <para> For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlResponse.ComponentState"> <summary> <para> For internal use only.</para> </summary> <returns> <para>For internal use only.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlResponse.CustomizationLevel"> <summary> <para> For internal use only.</para> </summary> <returns> <para>For internal use only.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlResponse.FormXml"> <summary> <para> For internal use only.</para> </summary> <returns> <para>For internal use only.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveFormXmlResponse.SolutionId"> <summary> <para> For internal use only.</para> </summary> <returns> <para>For internal use only.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePacksRequest"> <summary> <para>Contains the data that is needed to retrieve the list of language packs that are installed on the server.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePacksRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePacksRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePacksResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePacksRequest" /> class.</para> <para>For the Web API the RetrieveInstalledLanguagePacksResponse ComplexType is the response value from the RetrieveInstalledLanguagePacks Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePacksResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePacksResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePacksResponse.RetrieveInstalledLanguagePacks"> <summary> <para>Gets an array of locale ID values that represent the installed language packs.</para> </summary> <returns> <para>An array of locale ID values that represent the installed language packs.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionRequest"> <summary> <para>Contains the data that is needed to retrieve the version of an installed language pack.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionRequest.Language"> <summary> <para>Gets or sets the value that represents the locale ID for the language pack. Required.</para> </summary> <returns> <para>The value that represents the locale ID for the language pack. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionRequest" /> class.</para> <para>For the Web API the RetrieveInstalledLanguagePackVersionResponse ComplexType is the response value from the RetrieveInstalledLanguagePackVersion Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveInstalledLanguagePackVersionResponse.Version"> <summary> <para>Gets the version number of the installed language pack.</para> </summary> <returns> <para>The version number of the installed language pack.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoRequest"> <summary> <para> Contains the data that is needed to retrieve the number of used and available licenses for a deployment of Microsoft Dynamics 365.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoRequest.AccessMode"> <summary> <para>Gets or sets the access mode for retrieving the license information.</para> </summary> <returns> <para> The access mode for retrieving the license information. Use one of the choice option values for SystemUser.AccessMode</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoRequest" /> class.</para> <para>For the Web API the RetrieveLicenseInfoResponse ComplexType is the response value from the RetrieveLicenseInfo Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoResponse.AvailableCount"> <summary> <para>Gets the number of unused licenses.</para> </summary> <returns> <para>The number of unused licenses.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveLicenseInfoResponse.GrantedLicenseCount"> <summary> <para>Gets the number of licenses that have been granted to users.</para> </summary> <returns> <para>The number of licenses that have been granted to users.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsRequest"> <summary> <para>Contains the data that is needed to retrieve localized labels for a limited set of entity attributes.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsRequest.AttributeName"> <summary> <para>Gets or sets the name of the attribute for which to retrieve the localized labels. Required.</para> </summary> <returns> <para>The name of the attribute for which to retrieve the localized labels. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsRequest.EntityMoniker"> <summary> <para>Gets or sets the entity. Required.</para> </summary> <returns> <para>The entity. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsRequest.IncludeUnpublished"> <summary> <para>Gets or sets whether to include unpublished labels. Required.</para> </summary> <returns> <para> <see langword="true" /> if unpublished labels should be included; otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsResponse.Label"> <summary> <para>Gets the label for the requested entity attribute.</para> </summary> <returns> <para>The label for the requested entity attribute.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersRequest"> <summary> <para>Contains the data needed to retrieve folder-level tracking rules for a mailbox.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersRequest.MailboxId"> <summary> <para>Gets or sets the mailbox ID of the user for which you want to retrieve the folder-level tracking rules.</para> </summary> <returns> <para>Returns StringThe mailbox ID of a user.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersRequest" /> class.</para> <para>For the Web API the RetrieveMailboxTrackingFoldersResponse ComplexType is the response value from the RetrieveMailboxTrackingFolders Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMailboxTrackingFoldersResponse.MailboxTrackingFolderMappings"> <summary> <para>Gets a collection of folder-level tracking rules for a mailbox containing Exchange folder and entity record mapping.</para> </summary> <returns> <para>Returns <see cref="T:Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection" />Collection of folder-level tracking rules.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationRequest"> <summary> <para>Contains the data that is needed to retrieve the members of a bulk operation.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationRequest.BulkOperationId"> <summary> <para>Gets or sets the ID of the bulk operation. Required.</para> </summary> <returns> <para>The ID of the bulk operation. This corresponds to the <see langword="BulkOperation.BulkOperationId" /> attribute, which is the primary key for the <see langword="BulkOperation" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationRequest.BulkOperationSource"> <summary> <para>Gets or sets the source for a bulk operation. Required.</para> </summary> <returns> <para>The source for a bulk operation. The return value for this property is a <see cref="T:Microsoft.Crm.Sdk.Messages.BulkOperationSource" /> enumeration type.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationRequest.EntitySource"> <summary> <para>Gets or sets which members of a bulk operation to retrieve. Required.</para> </summary> <returns> <para>Describes which members of a bulk operation to retrieve. The return value for this property is an <see cref="T:Microsoft.Crm.Sdk.Messages.EntitySource" /> type.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationRequest.Query"> <summary> <para>Gets or sets the query for the retrieve operation that can be used to break up large data sets into pages. Optional.</para> </summary> <returns> <para>The query for the retrieve operation that can be used to break up large data sets into pages.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMembersBulkOperationResponse.EntityCollection"> <summary> <para>Gets the collection of members of a bulk operation.</para> </summary> <returns> <para>The collection of members of a bulk operation.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMembersTeamRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMembersTeamRequest.#ctor"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMembersTeamRequest.EntityId"> <summary> <para> Deprecated.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMembersTeamRequest.MemberColumnSet"> <summary> <para> Deprecated.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMembersTeamResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class. Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMembersTeamRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMembersTeamResponse.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMembersTeamResponse.EntityCollection"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsRequest"> <summary> <para>Contains the data that is needed to retrieve a list of missing components in the target organization.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsRequest.CustomizationFile"> <summary> <para>Gets or sets a file for a solution. Required.</para> </summary> <returns> <para>A file for a solution</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsRequest" /> class.</para> <para>For the Web API the RetrieveMissingComponentsResponse ComplexType is the response value from the RetrieveMissingComponents Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMissingComponentsResponse.MissingComponents"> <summary> <para>Gets an array of <see langword="MissingComponent" /> records.</para> </summary> <returns> <para>An array of <see langword="MissingComponent" /> records.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesRequest"> <summary> <para>Contains the data that is needed to retrieve any required solution components that are not included in the solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesRequest.SolutionUniqueName"> <summary> <para>Gets or sets the name of the solution. Required.</para> </summary> <returns> <para>The name of the solution. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveMissingDependenciesResponse.EntityCollection"> <summary> <para>Gets an entity collection that represents the solution components that the solution requires in the target system.</para> </summary> <returns> <para>An entity collection that represents the solution components that the solution requires in the target system.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationInfoRequest"> <summary> <para>Contains the data that is needed to retrieve information about an organization such as the instance type and solutions available in the organization.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationInfoRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationInfoRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationInfoResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationInfoRequest" /> class.</para> <para>For the Web API the RetrieveOrganizationInfoResponse ComplexType is the response value from the RetrieveOrganizationInfo Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationInfoResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationInfoResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationInfoResponse.organizationInfo"> <summary> <para> Gets the organization information.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationResourcesRequest"> <summary> <para>Contains the data that is needed to retrieve the resources that are used by an organization.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationResourcesRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationResourcesRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationResourcesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationResourcesRequest" /> class.</para> <para>For the Web API the RetrieveOrganizationResourcesResponse ComplexType is the response value from the RetrieveOrganizationResources Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationResourcesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationResourcesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveOrganizationResourcesResponse.OrganizationResources"> <summary> <para>Gets the data that describes the resources used by an organization.</para> </summary> <returns> <para>The data that describes the resources used by an organization.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupRequest"> <summary> <para> Contains the data needed to retrieve the collection of the parent resource groups of the specified resource group (scheduling group).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupRequest.Query"> <summary> <para>Gets or sets the query for the operation.</para> </summary> <returns> <para>The query for the operation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupRequest.ResourceGroupId"> <summary> <para>Gets or sets the ID of the resource group.</para> </summary> <returns> <para>The ID of the resource group. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_resourcegroupresourcegroupidproperty.htm" ResourceGroup.ResourceGroupId" /> property, which is the primary key for the <see langword="ResourceGroup" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveParentGroupsResourceGroupResponse.EntityCollection"> <summary> <para>Gets the resulting collection of parent resource groups for the specified resource group (scheduling group).</para> </summary> <returns> <para>The resulting collection of parent resource groups for the specified resource group (scheduling group).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileRequest"> <summary> <para>Contains the data that is needed to retrieve the data from the parse table.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileRequest.ImportFileId"> <summary> <para>Gets or sets the ID of the import file that is associated with the parse table. Required.</para> </summary> <returns> <para>The ID of the import file that is associated with the parse table. This property corresponds to the <see langword="ImportFile.ImportFileId" /> attribute, which is the primary key for the <see langword="ImportFile" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileRequest.PagingInfo"> <summary> <para>Gets or sets the paging information for the retrieved data. Required.</para> </summary> <returns> <para>The paging information for the retrieved data.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileRequest" /> class.</para> <para>For the Web API the RetrieveParsedDataImportFileResponse ComplexType is the response value from the RetrieveParsedDataImportFile Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveParsedDataImportFileResponse.Values"> <summary> <para>Gets the parsed data.</para> </summary> <returns> <para>The parsed data. The returned data has the same column order as the column order in the source file.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest"> <summary> <para> Contains the data that is needed to retrieve pages of posts, including comments for each post, for all records that the calling user is following.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.CommentsPerPost"> <summary> <para>Gets or sets, for retrieval, the number of comments per post. Required.</para> </summary> <returns> <para>The number of comments per post to retrieve. The maximum number of retrieved comments, per post, is 50; the minimum number is 0.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.EndDate"> <summary> <para>Gets or sets the end date and time of the posts that you want to retrieve. Optional.</para> </summary> <returns> <para>The end date and time of the posts that you want to retrieve. If specified, the posts that were created on or before the specified end date and time are retrieved.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.Keyword" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.PageNumber"> <summary> <para>Gets or sets, for retrieval, a specific page of posts that is designated by its page number. Required.</para> </summary> <returns> <para>The specific page of posts that is designated by its page number. The page number for the first page is 1. If you specify a value of 0, it is treated as a value of 1.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.PageSize"> <summary> <para>Gets or sets, for retrieval, the number of posts per page. Required.</para> </summary> <returns> <para>The number of posts per page. The maximum number of retrieved posts, per page, is 100; the minimum number is 1.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.SortDirection" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.Source"> <summary> <para>Gets or sets a value that specifies the source of the post. Optional.</para> </summary> <returns> <para>The value that specifies the source of the post.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.StartDate"> <summary> <para>Gets or sets the start date and time of the posts that you want to retrieve. Optional.</para> </summary> <returns> <para>The start date and time of the posts that you want to retrieve. If specified, only the posts that were created on or after the specified date and time are retrieved.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest.Type"> <summary> <para>Reserved for future use.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePersonalWallResponse.EntityCollection"> <summary> <para>Gets the collection of posts with their associated comments and the calculated attribute values.</para> </summary> <returns> <para>The collection of posts with their associated comments and the calculated attribute values.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessInfoRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessInfoRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessInfoRequest.EntityName" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessInfoRequest.ObjectId" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessInfoRequest.Principal" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessInfoResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessInfoResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessInfoResponse.AccessInfo" /> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest"> <summary> <para>Contains the data that is needed to retrieve the access rights of the specified security principal (user, team, or organization) to the specified record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest.Principal"> <summary> <para>Gets or sets the security principal (user, team, or organization) for which to return the access rights to the specified record.</para> </summary> <returns> <para>The security principal (user, team, or organization) for which to return the access rights to the specified record. The entity reference must be a <see langword="SystemUser" /> or <see langword="Team" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest.Target"> <summary> <para>Gets or sets the target record for which to retrieve access rights.</para> </summary> <returns> <para>The target record for which to retrieve access rights. This must be an entity reference for an entity that supports this message. For a list of supported entity types, see <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessResponse.AccessRights"> <summary> <para>Gets the access rights that the security principal (user, team, or organization) has to the specified record.</para> </summary> <returns> <para>The access rights that the security principal (user, team, or organization) has to the specified record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesRequest"> <summary> <para> Contains the data that is needed to retrieves all the secured attribute privileges a user or team has through direct or indirect (through team membership) associations with the <see langword="FieldSecurityProfile" /> entity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesRequest.Principal"> <summary> <para>Gets or sets the security principal (user, team, or organization) for which to retrieve attribute privileges. Required.</para> </summary> <returns> <para>The security principal (user, team, or organization) for which to retrieve attribute privileges. This must be a reference to a <see langword="SystemUser" /> or <see langword="Team" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesRequest" /> class.</para> <para>For the Web API the RetrievePrincipalAttributePrivilegesResponse ComplexType is the response value from the RetrievePrincipalAttributePrivileges Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAttributePrivilegesResponse.AttributePrivileges"> <summary> <para>Gets the collection of attribute privileges for the security principal (user, team, or organization).</para> </summary> <returns> <para>The collection of attribute privileges for the security principal (user, team, or organization).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalSyncAttributeMappingsRequest"> <summary> <para> For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrincipalSyncAttributeMappingsRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalSyncAttributeMappingsRequest.Principal"> <returns> <para>Returns <see cref="T:Microsoft.Xrm.Sdk.EntityReference" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrincipalSyncAttributeMappingsResponse"> <summary> <para> For internal use only.</para> <para>For the Web API the RetrievePrincipalSyncAttributeMappingsResponse ComplexType is the response value from the RetrievePrincipalSyncAttributeMappings Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrincipalSyncAttributeMappingsResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrincipalSyncAttributeMappingsResponse.AttributeMappings"> <returns> <para>Returns <see cref="T:Microsoft.Xrm.Sdk.AttributeMappingCollection" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrivilegeSetRequest"> <summary> <para>Contains the data needed to retrieve the set of privileges defined in the system.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrivilegeSetRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrivilegeSetRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrievePrivilegeSetResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrivilegeSetRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrievePrivilegeSetResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrievePrivilegeSetResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrievePrivilegeSetResponse.EntityCollection"> <summary> <para>Gets the resulting collection of privileges.</para> </summary> <returns> <para>The resulting collection of privileges.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveProcessInstancesRequest"> <summary> <para> Contains the data that is needed to retrieve all the process instances for an entity record across all business process definitions.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveProcessInstancesRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveProcessInstancesRequest.EntityId"> <summary> <para>Gets or sets the Id of the entity record for which you want to retrieve all the business process flow instances across all business process flow definitions.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveProcessInstancesRequest.EntityLogicalName"> <summary> <para>Gets or sets the logical name of the entity for which you want to retrieve all the business process flow instances across all business process flow definitions.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveProcessInstancesResponse"> <summary> <para>Contains a response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProcessInstancesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveProcessInstancesResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveProcessInstancesResponse.Processes"> <summary> <para>Gets a collection of business process flow instances for an entity.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesRequest"> <summary> <para> Contains data that is needed to retrieve all the property instances (dynamic property instances) for a product added to an opportunity, quote, order, or invoice.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesRequest.ParentObject"> <summary> <para>Gets or sets the product record for which you want to retrieve all the property instances (dynamic property instances).</para> </summary> <returns> <para> Product record for which you want to retrieve all the property instances (dynamic property instances).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveProductPropertiesResponse.EntityCollection"> <summary> <para>Gets the property instances (dynamic property instances) for a product associated to an opportunity, quote, order, and invoice.</para> </summary> <returns> <para> Property instances (dynamic property instances) for a product associated to an opportunity, quote, order, and invoice.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionRequest"> <summary> <para>Contains the data that is needed to retrieve the version of a provisioned language pack.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionRequest.Language"> <summary> <para>Gets or sets the Locale Id for the language. Required.</para> </summary> <returns> <para>The Locale Id for the language. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagePackVersionResponse.Version"> <summary> <para>Gets the version number of the installed language pack.</para> </summary> <returns> <para>The version number of the installed language pack.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagesRequest"> <summary> <para>Contains the data that is needed to retrieve the list of provisioned languages.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagesRequest.#ctor"> <summary> <para>Initializes a new instance of the <see langword="RetrieveProvisionedLanguagesRequest" /> class</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagesResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagesResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveProvisionedLanguagesResponse.RetrieveProvisionedLanguages"> <summary> <para>Gets an array of locale ID values that represent the provisioned languages.</para> </summary> <returns> <para>An array of locale ID values that represent the provisioned languages..</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryRequest"> <summary> <para>Contains the data that is needed to retrieve all attribute data changes for a specific entity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryRequest.PagingInfo"> <summary> <para>Gets or sets the paging information for the retrieved data. Required.</para> </summary> <returns> <para>The paging information for the retrieved data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryRequest.Target"> <summary> <para>Gets or sets the target audit record. Required.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordChangeHistoryResponse.AuditDetailCollection"> <summary> <para>Contains the history of data changes for the target entity.</para> </summary> <returns> <para>The history of data changes for the target entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest"> <summary> <para>Contains the data that is needed to retrieve pages of posts, including comments for each post, for a specified record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.CommentsPerPost"> <summary> <para>Gets or sets, for retrieval, the number of comments per post. Required.</para> </summary> <returns> <para>The number of comments per post to retrieve. The maximum number of retrieved comments, per post, is 50; the minimum number is 0.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.EndDate"> <summary> <para>Gets or sets the end date and time of the posts that you want to retrieve. Optional.</para> </summary> <returns> <para>The end date and time of the posts that you want to retrieve. If specified, the posts that were created on or before the specified end date and time are retrieved.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.Entity"> <summary> <para>Gets or sets the record for which to retrieve the wall. Required.</para> </summary> <returns> <para>The record for which to retrieve the wall. This must be an entity reference for an entity that is enabled for activity feeds.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.Keyword" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.PageNumber"> <summary> <para>Gets or sets, for retrieval, a specific page of posts that is designated by its page number. Required.</para> </summary> <returns> <para>The specific page of posts that is designated by its page number. The page number for the first page is 1. If you specify a value of 0, it is treated as a value of 1.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.PageSize"> <summary> <para>Gets or sets, for retrieval, the number of posts per page. Required.</para> </summary> <returns> <para>The number of posts per page. The maximum number of retrieved posts, per page, is 100; the minimum number is 1.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.SortDirection" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.Source"> <summary> <para>Gets or sets a value that specifies the source of the post. Optional.</para> </summary> <returns> <para>The value that specifies the source of the post.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.StartDate"> <summary> <para>Gets or sets the start date and time of the posts that you want to retrieve. Optional.</para> </summary> <returns> <para>The start date and time of the posts that you want to retrieve. If specified, only the posts that were created on or after the specified date and time are retrieved.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest.Type"> <summary> <para>Reserved for future use.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRecordWallResponse.EntityCollection"> <summary> <para>Gets the collection of posts with their associated comments and the calculated attribute values.</para> </summary> <returns> <para>The collection of posts with their associated comments and the calculated attribute values.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsRequest"> <summary> <para> Contains the data that is needed to retrieve a collection of solution components that are required for a solution component.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsRequest.ComponentType"> <summary> <para>Gets or sets the value that represents the solution component. Required.</para> </summary> <returns> <para>The value that represents the solution component. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsRequest.ObjectId"> <summary> <para>Gets or sets the ID of the solution component that you want to check. Required.</para> </summary> <returns> <para>The ID of the solution component that you want to check. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRequiredComponentsResponse.EntityCollection"> <summary> <para>Gets a collection of <see langword="Dependency" /> records where the <see langword="DependentComponentObjectId" /> and <see langword="DependentComponentType" /> attributes represent those components that the solution component requires.</para> </summary> <returns> <para>a collection of <see langword="Dependency" /> records where the <see langword="DependentComponentObjectId" /> and <see langword="DependentComponentType" /> attributes represent those components that the solution component requires.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleRequest"> <summary> <para>Contains the data that is needed to retrieve the privileges that are assigned to the specified role.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleRequest.RoleId"> <summary> <para>Gets or sets the ID of the role for which the privileges are to be retrieved.</para> </summary> <returns> <para>The ID of the role for which the privileges are to be retrieved. This corresponds to the <see langword=" HYPERLINK "mk:@MSITStore:C:\\UX\\V4\\SDK\\Release\\CrmSdk4.chm::/htm/v4d0_sp5100r_resourcegroupresourcegroupidproperty.htm" Role.RoleId" /> property, which is the primary key for the <see langword="Role" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleRequest" /> class.</para> <para>For the Web API the RetrieveRolePrivilegesRoleResponse ComplexType is the response value from the RetrieveRolePrivilegesRole Function.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveRolePrivilegesRoleResponse.RolePrivileges"> <summary> <para>Gets an array that contains the IDs and depths of the privileges that are held by the specified role.</para> </summary> <returns> <para>The array that contains the IDs and depths of the privileges that are held by the specified role.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksRequest"> <summary>Retrieve all shared links on the table row.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksRequest.Target"> <summary>Gets or sets the target table row.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksResponse"> <summary>Contains the data returned when passing a <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksRequest" /> object to the <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)" /> method.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSharedLinksResponse.SharedLinks"> <summary>Gets a collection of shared links for the tartget table row.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest"> <summary> <para>Contains the data that is needed to retrieve all security principals (users, teams, and organizations) that have access to, and access rights for, the specified record because it was shared with them.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest.Target"> <summary> <para>Gets or sets the target record for which you want to retrieve security principals (users, teams, and organizations) and their access rights because the record was shared with the principals.</para> </summary> <returns> <para> The record for which you want to retrieve security principals (users, teams, and organizations) and their access rights.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessResponse"> <summary> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessResponse.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessResponse.PrincipalAccesses"> <summary> <para>Gets the requested security principals (users, teams, and organizations) for the specified record.</para> </summary> <returns> <para>The requested security principals (users, teams, and organizations) for the specified record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupRequest"> <summary> <para> Contains the data that is needed to retrieve the collection of child resource groups from the specified Scheduling Group (ResourceGroup).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupRequest.Query"> <summary> <para> Gets or sets the query for the operation.</para> </summary> <returns> <para> The query for the operation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupRequest.ResourceGroupId"> <summary> <para> Gets or sets the ID of the resource group.</para> </summary> <returns> <para> The ID of the resource group. This corresponds to the ResourceGroup.ResourceGroupId property, which is the primary key for the Scheduling Group (ResourceGroup) entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubGroupsResourceGroupResponse.EntityCollection"> <summary> <para> Gets the resulting collection of child resource groups for the specified resource group (scheduling group).</para> </summary> <returns> <para> The resulting collection of child resource groups for the specified resource group (scheduling group).</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryTeamsBusinessUnitRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class.</para> <para> Contains the data needed to retrieve a collection of entity instances based on the specified query criteria.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryTeamsBusinessUnitRequest.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryTeamsBusinessUnitRequest.ColumnSet"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryTeamsBusinessUnitRequest.EntityId"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryTeamsBusinessUnitResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryTeamsBusinessUnitResponse.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryTeamsBusinessUnitResponse.EntityCollection"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryUsersBusinessUnitRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class.</para> <para> Contains the data needed to retrieve all user information from the child business units of the specified business unit.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryUsersBusinessUnitRequest.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryUsersBusinessUnitRequest.ColumnSet"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryUsersBusinessUnitRequest.EntityId"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryUsersBusinessUnitResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> <para>Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryUsersBusinessUnitRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryUsersBusinessUnitResponse.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveSubsidiaryUsersBusinessUnitResponse.EntityCollection"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesRequest"> <summary> <para> Contains the data that is needed to retrieve the privileges for a team.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesRequest.TeamId"> <summary> <para> Gets or sets the team for which you want to retrieve privileges.</para> </summary> <returns> <para> The team for which you want to retrieve privileges. This corresponds to the <see langword="Team.TeamId" /> attribute, which is the primary key for the Team entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTeamPrivilegesResponse.RolePrivileges"> <summary> <para> Gets the list of privileges that the team holds for a record.</para> </summary> <returns> <para> The list of privileges that the team holds for a record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveTeamsSystemUserRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class.</para> <para> Contains the data needed to retrieve the list of teams of which the specified user is a member.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveTeamsSystemUserRequest.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTeamsSystemUserRequest.ColumnSet"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTeamsSystemUserRequest.EntityId"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveTeamsSystemUserResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveTeamsSystemUserRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveTeamsSystemUserResponse.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTeamsSystemUserResponse.EntityCollection"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsRequest"> <summary> <para> Contains the data to retrieve all the activity pointer entities along with the parties and attachments as dictated by the FetchXML query.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsRequest.FetchXml"> <summary>Gets or sets the FetchXML query.</summary> <returns>The FetchXML query.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsRequest.RollupType"> <summary>Gets or sets the type of rollup (0=None, 1=Related, and 2=Extended).</summary> <returns>The type of rollup (0=None, 1=Related, and 2=Extended).</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsRequest.Target"> <summary>Gets or sets the Timeline Wall entity reference.</summary> <returns>The Timeline Wall entity reference.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsResponse"> <summary> <para> Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTimelineWallRecordsResponse.TimelineWallRecords"> <summary> <para> Data for all the activity pointer entities along with the parties and attachements as dictated by the FetchXML query.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveTotalRecordCountRequest"> <summary> <para> Contains the data to retrieve the total entity record count from within the last 24 hours.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveTotalRecordCountRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTotalRecordCountRequest.EntityNames"> <summary>The logical names of the entities to include in the query.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveTotalRecordCountResponse"> <summary> <para> Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveTotalRecordCountRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveTotalRecordCountResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveTotalRecordCountResponse.EntityRecordCountCollection"> <summary>A collection of table names and their respective total record count values.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleRequest"> <summary> <para> Contains the data that is needed to retrieve a collection of unpublished organization-owned records that satisfy the specified query criteria.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleRequest.Query"> <summary> <para> Gets or sets the query criteria defining the records to retrieve.Required.</para> </summary> <returns> <para> The query criteria defining the records to retrieve.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleResponse.EntityCollection"> <summary> <para> Gets the collection of records that satisfy the query in the request.</para> </summary> <returns> <para> The collection of records that satisfy the query in the request.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedRequest"> <summary> <para> Contains the data that is needed to retrieve an unpublished record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedRequest.ColumnSet"> <summary> <para> Gets or sets the collection of attributes for which non-null values are returned from a query. Required.</para> </summary> <returns> <para> The collection of attributes for which non-null values are returned from a query. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedRequest.Target"> <summary> <para> Gets or sets the target record for the operation. Required.</para> </summary> <returns> <para> The target record for the operation. Required.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedResponse.Entity"> <summary> <para> Gets the unpublished record that is specified in the request.</para> </summary> <returns> <para> The unpublished record that is specified in the request.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoRequest"> <summary> <para> Contains the data needed to retrieve the license information for the specified system user (user).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoRequest.SystemUserId"> <summary> <para> Gets or sets the ID of the system user to retrieve license for.</para> </summary> <returns> <para> ID of the system user to retrieve license info for.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserLicenseInfoResponse.licenseInfo"> <summary> <para> Gets the license info for a system user.</para> </summary> <returns> <para> License info for a system user.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdRequest"> <summary> <para> Contains the data to retrieve a list of privileges a system user (user) has through their roles, and inherited privileges from their team membership, based on the specified privilege ID.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdRequest.PrivilegeId"> <summary> <para> Gets or sets the ID of the privilege.</para> </summary> <returns> <para> ID of the privilege to retrieve role information for a system user.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdRequest.UserId"> <summary> <para> Gets or sets the user to retrieve privileges for.</para> </summary> <returns> <para> The user to retrieve privileges for. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the User (SystemUser) entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeIdResponse.RolePrivileges"> <summary> <para> Gets an array of privileges that the user holds.</para> </summary> <returns> <para> The array of privileges that the user holds.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameRequest"> <summary> <para> Contains the data to retrieve a list of privileges for a system user (user) has through their roles, and inherited privileges from their team membership, based on the specified privilege name.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameRequest.PrivilegeName"> <summary> <para> Gets or sets the name of the privilege.</para> </summary> <returns> <para> Name of the privilege to retrieve role information for a system user.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameRequest.UserId"> <summary> <para> Gets or sets the user to retrieve privileges for.</para> </summary> <returns> <para> The user to retrieve privileges for. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the User (SystemUser) entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegeByPrivilegeNameResponse.RolePrivileges"> <summary> <para> Gets an array of privileges that the user holds.</para> </summary> <returns> <para> The array of privileges that the user holds.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesRequest"> <summary> <para> Contains the data to retrieve the privileges a system user (user) has through their roles, and inherited privileges from their team membership.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesRequest.UserId"> <summary> <para> Gets or sets the user to retrieve privileges for.</para> </summary> <returns> <para> The user to retrieve privileges for. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the <see langword="SystemUser" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserPrivilegesResponse.RolePrivileges"> <summary> <para> Gets an array of privileges that the user holds.</para> </summary> <returns> <para> The array of privileges that the user holds.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesRequest"> <summary> <para> Contains the data needed to retrieve all private queues of a specified user and optionally all public queues.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesRequest.IncludePublic"> <summary> <para> Gets or sets whether the response should include public queues.</para> </summary> <returns> <para> <see langword="true" /> if the response should include public queues; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesRequest.UserId"> <summary> <para> Gets or sets the id of the user.</para> </summary> <returns> <para> This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the User (SystemUser) entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserQueuesResponse.EntityCollection"> <summary> <para> Gets a collection of queues that match the properties of the request.</para> </summary> <returns> <para> These are instances of the Queue entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByIdsRequest"> <summary> Contains the data to retrieve a list of privileges a system user (user) has through their roles, and inherited privileges from their team membership, based on the specified privilege IDs.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByIdsRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByIdsRequest.PrivilegeIds"> <summary>Gets or sets an array of privileges Ids that needs to be retrieved. Required.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByIdsRequest.UserId"> <summary> <para> Gets or sets the systemuserid of the user to retrieve the privileges for. Required.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByIdsResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByIdsRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByIdsResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByIdsResponse.RolePrivileges"> <summary> <para> Gets an array of privileges that the user holds.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByNamesRequest"> <summary> <para> Contains the data to retrieve a list of privileges for a system user (user) has through their roles, and inherited privileges from their team membership, based on the specified privilege names.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByNamesRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByNamesRequest.PrivilegeNames"> <summary> <para> Gets or set an array of privileges names that needs to be retrieved.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByNamesRequest.UserId"> <summary> <para> Gets or sets the systemuserid of the user to retrieve the privileges for. Required.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByNamesResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByNamesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByNamesResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSetOfPrivilegesByNamesResponse.RolePrivileges"> <summary> <para> Gets an array of privileges that the user holds.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserSettingsSystemUserRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class.</para> <para> Contains the data needed to retrieve the user settings for the specified system user (user).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserSettingsSystemUserRequest.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSettingsSystemUserRequest.ColumnSet"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSettingsSystemUserRequest.EntityId"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its members.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUserSettingsSystemUserResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUserSettingsSystemUserResponse.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUserSettingsSystemUserResponse.Entity"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest" /> class and its associated response class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsRequest"> <summary> <para> Contains the data to retrieve privileges which the user gets through team memberships.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsRequest.ExcludeOrgDisabledPrivileges"> <summary>Gets or sets to exclude disabled privileges.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsRequest.IncludeSetupUserFiltering"> <summary>Gets or sets to exclude privileges based on user license and access mode.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsRequest.UserId"> <summary>Gets or sets the user to get the privileges for.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsResponse"> <summary> <para>Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveUsersPrivilegesThroughTeamsResponse.RolePrivileges"> <summary>An array of privileges that the user holds.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveVersionRequest"> <summary> <para> Contains the data that is needed to retrieve the Dataverse version number.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveVersionRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveVersionRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RetrieveVersionResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveVersionRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RetrieveVersionResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RetrieveVersionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RetrieveVersionResponse.Version"> <summary> <para> Gets the Dataverse version number.</para> </summary> <returns> <para> The Dataverse version number.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RevertProductRequest"> <summary> <para> Contains the data that is needed to revert changes done to properties of a product family, product, or bundle record, and set it back to its last published (<see langword="active" />) state.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RevertProductRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RevertProductRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RevertProductRequest.Target"> <summary> <para> Gets or sets the target product family, product, or bundle record for which you want to revert the changes done to its properties since it was last published. Required.</para> </summary> <returns> <para> The target product family, product, or bundle record for which you want to revert the changes done to its properties since it was last published.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RevertProductResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RevertProductRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RevertProductResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RevertProductResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ReviseQuoteRequest"> <summary> <para> Contains the data that is needed to set the state of a quote to Draft.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReviseQuoteRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ReviseQuoteRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReviseQuoteRequest.ColumnSet"> <summary> <para> Gets or sets the collection of attributes to retrieve in the revised quote. Required.</para> </summary> <returns> <para> The the collection of attributes to retrieve in the revised quote.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReviseQuoteRequest.QuoteId"> <summary> <para> Gets or sets the ID of the original quote. Required.</para> </summary> <returns> <para> The the ID of the original quote. This corresponds to the <see langword="Quote.QuoteId" /> attribute, which is the primary key for the Quote entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ReviseQuoteResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ReviseQuoteRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ReviseQuoteResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ReviseQuoteResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ReviseQuoteResponse.Entity"> <summary> <para> Gets the revised quote.</para> </summary> <returns> <para> The revised quote. This is instance of the <see langword="Quote" /> class, which is a subclass of the <see langword="Entity" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest"> <summary> <para> Contains the data that is needed to replace the access rights on the target record for the specified security principal (user, team, or organization).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest.Revokee"> <summary> <para> Gets or sets a security principal (user, team, or organization) whose access you want to revoke. Required.</para> </summary> <returns> <para> The security principal (user, team, or organization) whose access you want to revoke.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest.Target"> <summary> <para> Gets or sets the target record for which you want to revoke access. Required.</para> </summary> <returns> <para> The target record for which you want to revoke access. This property value must be an entity reference for an entity that supports this message.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RevokeAccessResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RevokeAccessResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RevokeAccessResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkRequest"> <summary>Revokes user access rights from a shared link.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkRequest.SharedRights"> <summary>Gets or sets the access rights that will be revoked.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkRequest.Target"> <summary>Gets or sets the target table row.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkResponse"> <summary>Contains the data returned when passing a <see cref="T:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkRequest" /> object to the <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)" /> method.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RevokeSharedLinkResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RibbonLocationFilters"> <summary> <para> Contains the values for ribbon filters for an entity.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RibbonLocationFilters.All"> <summary> <para> Retrieve all Ribbons. Equivalent to <see langword="Default" />.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RibbonLocationFilters.Default"> <summary> <para> Retrieve all Ribbons. Equivalent to <see langword="All" />.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RibbonLocationFilters.Form"> <summary> <para> Retrieve just the form ribbon.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RibbonLocationFilters.HomepageGrid"> <summary> <para> Retrieve just the ribbon displayed for entity grids.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RibbonLocationFilters.SubGrid"> <summary> <para> Retrieve just the ribbon displayed when the entity is displayed in a subgrid or associated view.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RolePrivilege"> <summary> <para> Contains information about a privilege.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RolePrivilege" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor(Microsoft.Crm.Sdk.Messages.PrivilegeDepth,System.Guid,System.Guid,System.String,System.Guid,System.String)"> <param name="depth" /> <param name="privilegeId" /> <param name="businessId" /> <param name="privilegeName" /> <param name="recordFilterId" /> <param name="recordFilterUniqueName" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor(Microsoft.Crm.Sdk.Messages.PrivilegeDepth,System.Guid,System.Guid,System.String,System.Guid)"> <param name="depth" /> <param name="privilegeId" /> <param name="businessId" /> <param name="privilegeName" /> <param name="recordFilterId" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor(Microsoft.Crm.Sdk.Messages.PrivilegeDepth,System.Guid,System.Guid,System.String)"> <param name="depth" /> <param name="privilegeId" /> <param name="businessId" /> <param name="privilegeName" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor(Microsoft.Crm.Sdk.Messages.PrivilegeDepth,System.Guid,System.Guid)"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RolePrivilege" /> class by setting the depth, privilege ID, and business unit ID.</para> </summary> <param name="depth"> <para> The depth of the privilege.</para> </param> <param name="privilegeId"> <para> The ID of the privilege.</para> </param> <param name="businessId"> <para> The ID of the business unit.</para> </param> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor(System.Int32,System.Guid,System.Guid,System.String,System.Guid)"> <param name="depth" /> <param name="privilegeId" /> <param name="businessId" /> <param name="privilegeName" /> <param name="recordFilterId" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor(System.Int32,System.Guid,System.Guid,System.String)"> <param name="depth" /> <param name="privilegeId" /> <param name="businessId" /> <param name="privilegeName" /> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor(System.Int32,System.Guid,System.Guid)"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RolePrivilege" /> class by setting the depth (as an integer), the privilege ID, and the business unit ID.</para> </summary> <param name="depth"> <para> The depth of the privilege.</para> </param> <param name="privilegeId"> <para> The ID of the privilege.</para> </param> <param name="businessId"> <para> The ID of the business unit.</para> </param> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilege.#ctor(System.Int32,System.Guid)"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RolePrivilege" /> class by setting the depth and the privilege ID.</para> </summary> <param name="depth"> <para> The depth of the privilege.</para> </param> <param name="privilegeId"> <para> The ID of the privilege.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilege.BusinessUnitId"> <summary> <para> Gets or sets the ID of the business unit.</para> </summary> <returns> <para> The ID of the business unit, which corresponds to the <see langword="BusinessUnit.BusinessUnitID" /> attribute, which is the primary key for the BusinessUnit entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilege.Depth"> <summary> <para> Gets or sets the depth of the privilege.</para> </summary> <returns> <para> The depth of the privilege.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilege.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para> The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilege.PrivilegeId"> <summary> <para> Gets or sets the ID of the privilege.</para> </summary> <returns> <para> The ID of the privilege, which corresponds to the <see langword="Privilege.PrivilegeID" /> attribute, which is the primary key for the Privilege entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilege.PrivilegeName"> <summary> <para> Gets or sets the name of the privilege.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilege.RecordFilterId" /> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilege.RecordFilterUniqueName" /> <member name="T:Microsoft.Crm.Sdk.Messages.RolePrivilegeAuditDetail"> <summary> <para> Represents audited changes to the privileges of a security role.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RolePrivilegeAuditDetail.#ctor"> <summary> <para> Initializes a new instance of the <see langword="RolePrivilegeAuditDetail" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilegeAuditDetail.InvalidNewPrivileges"> <summary> <para> Gets the collection of invalid privileges for the role.</para> </summary> <returns> <para> The collection of invalid privileges for the role.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilegeAuditDetail.NewRolePrivileges"> <summary> <para> Gets or sets the role's new privileges.</para> </summary> <returns> <para> The new privileges for the role.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RolePrivilegeAuditDetail.OldRolePrivileges"> <summary> <para> Gets or sets the role's old privileges.</para> </summary> <returns> <para> The old privileges for the role.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RollupRequest"> <summary> <para> Contains the data that is needed to retrieve all the entity records that are related to the specified record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RollupRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RollupRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RollupRequest.Query"> <summary> <para> Gets or sets the query criteria for the rollup operation. Required.</para> </summary> <returns> <para> The query criteria for the rollup operation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RollupRequest.RollupType"> <summary> <para> Gets or sets the rollup type. Required.</para> </summary> <returns> <para> The the rollup type. Use the <see cref="T:Microsoft.Crm.Sdk.Messages.RollupType" /> enumeration for this property.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RollupRequest.Target"> <summary> <para> Gets or sets the target record for the rollup operation. Required.</para> </summary> <returns> <para> The target record for the rollup operation, which must be an entity reference for an account, contact, or opportunity entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RollupResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RollupRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RollupResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RollupResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RollupResponse.EntityCollection"> <summary> <para> Gets the collection of records that are related to the specified record.</para> </summary> <returns> <para> The collection of records that are related to the specified record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RollupType"> <summary> <para> Contains the possible values for the <see cref="P:Microsoft.Crm.Sdk.Messages.RollupRequest.RollupType" /> property in the <see cref="T:Microsoft.Crm.Sdk.Messages.RollupRequest" /> class, which you use to retrieve all the entity records for a specified record.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RollupType.Extended"> <summary> <para> A rollup record that is directly related to a parent record and to any descendent record of a parent record, for example, children, grandchildren, and great-grandchildren records.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RollupType.None"> <summary> <para> A rollup record is not requested. This member only retrieves the records that are directly related to a parent record.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.RollupType.Related"> <summary> <para> A rollup record that is directly related to a parent record and to any direct child of a parent record.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RouteToRequest"> <summary> <para> Contains the data that is needed to route a queue item to a queue, a user, or a team.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RouteToRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RouteToRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RouteToRequest.QueueItemId"> <summary> <para> Gets or sets the id of the queue item to route. Required</para> </summary> <returns> <para> This corresponds to the <see langword="QueueItem.QueueItemId" /> attribute, which is the primary key for the QueueItem entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.RouteToRequest.Target"> <summary> <para> Gets or sets the target record to route the queue item to. Required.</para> </summary> <returns> <para> The target record to route the queue item to.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.RouteToResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.RouteToRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.RouteToResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.RouteToResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleRequest"> <summary> <para> Contains the data that is needed to search for knowledge base articles that contain the specified body text.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleRequest.QueryExpression"> <summary> <para> Gets or sets the query criteria to find knowledge base articles with specified body text. Required.</para> </summary> <returns> <para> The query criteria to find knowledge base articles with specified body text.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleRequest.SearchText"> <summary> <para> Gets or sets the text contained in the body of the article. Required.</para> </summary> <returns> <para> The text contained in the body of the article.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleRequest.SubjectId"> <summary> <para> Gets or sets the ID of the knowledge base article subject. Required.</para> </summary> <returns> <para> The ID of the knowledge base article subject. This corresponds to the <see langword="Subject.SubjectId" /> attribute, which is the primary key for the Subject entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleRequest.UseInflection"> <summary> <para> Gets or sets a value that indicates whether to use inflectional stem matching when searching for knowledge base articles with a specified body text. Required.</para> </summary> <returns> <para> Indicates whether to use inflectional stem matching when searching for knowledge base articles with a specified body text. <see langword="true" />, to use inflectional stem matching, otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByBodyKbArticleResponse.EntityCollection"> <summary> <para> Gets the collection of knowledge base articles that contain the specified body text.</para> </summary> <returns> <para> The collection of knowledge base articles that contain the specified body text.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleRequest"> <summary> <para> Contains the data that is needed to search for knowledge base articles that contain the specified keywords.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleRequest.QueryExpression"> <summary> <para> Gets or sets the query criteria to find knowledge base articles with specified keywords. Required.</para> </summary> <returns> <para> The query criteria to find knowledge base articles with specified keywords.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleRequest.SearchText"> <summary> <para> Gets or sets the keywords in the article. Required.</para> </summary> <returns> <para> The keywords in the article.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleRequest.SubjectId"> <summary> <para> Gets or sets the ID of the knowledge base article subject. Required.</para> </summary> <returns> <para> The ID of the knowledge base article subject. This corresponds to the <see langword="Subject.SubjectId" /> attribute, which is the primary key for the Subject entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleRequest.UseInflection"> <summary> <para> Gets or sets a value that indicates whether to use inflectional stem matching when searching for knowledge base articles with the specified keywords. Required.</para> </summary> <returns> <para> Indicates whether to use inflectional stem matching when searching for knowledge base articles with the specified keywords. <see langword="true" />, to use inflectional stem matching, otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByKeywordsKbArticleResponse.EntityCollection"> <summary> <para> Gets the collection of knowledge base articles that contain the specified keywords.</para> </summary> <returns> <para> The collection of knowledge base articles that contain the specified keywords.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleRequest"> <summary> <para> Contains the data that is needed to search for knowledge base articles that contain the specified title.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleRequest.QueryExpression"> <summary> <para> Gets or sets the query criteria to find knowledge base articles with the specified title. Required.</para> </summary> <returns> <para> The query criteria to find knowledge base articles with the specified title.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleRequest.SearchText"> <summary> <para> Gets or sets the title in the articles. Required.</para> </summary> <returns> <para> The title of the article.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleRequest.SubjectId"> <summary> <para> Gets or sets the ID of the subject for the knowledge base article. Required.</para> </summary> <returns> <para> The ID of the knowledge base article subject. This corresponds to the <see langword="Subject.SubjectId" /> attribute, which is the primary key for the Subject entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleRequest.UseInflection"> <summary> <para> Gets or sets a value that indicates whether to use inflectional stem matching when you search for knowledge base articles by a specific title. Required.</para> </summary> <returns> <para> Indicates whether to use inflectional stem matching when searching for knowledge base articles with a specified title. <see langword="true" />, to use inflectional stem matching, otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchByTitleKbArticleResponse.EntityCollection"> <summary> <para> Gets the collection of knowledge base articles that contain the specified title.</para> </summary> <returns> <para> The collection of knowledge base articles that contain the specified title.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchDirection"> <summary> <para> Contains the possible values for the search direction in an appointment request.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SearchDirection.Backward"> <summary> <para> Search backward in the calendar.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SearchDirection.Forward"> <summary> <para> Search forward in the calendar.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchRequest"> <summary> <para> Contains the data needed to search for available time slots that fulfill the specified appointment request.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchRequest.AppointmentRequest"> <summary> <para> Gets or sets the appointment request.</para> </summary> <returns> <para> The appointment request.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchResponse.SearchResults"> <summary> <para> Gets the results of the search.</para> </summary> <returns> <para> The results of the search.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SearchResults"> <summary> <para> Contains the results from the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchResults.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchResults" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SearchResults.#ctor(Microsoft.Crm.Sdk.Messages.AppointmentProposal[],Microsoft.Crm.Sdk.Messages.TraceInfo)"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SearchResults" /> class setting the proposals and trace info properties.</para> </summary> <param name="proposals"> <para> The set of proposed appointments that meet the appointment request criteria.</para> </param> <param name="traceInfo"> <para> The results of the search.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchResults.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para> The the structure that contains extra data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchResults.Proposals"> <summary> <para> Gets the set of proposed appointments that meet the appointment request criteria.</para> </summary> <returns> <para> The set of proposed appointments that meet the appointment request criteria.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SearchResults.TraceInfo"> <summary> <para> Gets information regarding the results of the search.</para> </summary> <returns> <para> The information regarding the results of the search.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest"> <summary> <para> Contains the data that is needed to send bulk email messages.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest.#ctor"> <summary> <para> Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest.Query"> <summary> <para> Gets or sets the query to retrieve the recipients for the email messages.</para> </summary> <returns> <para> The query to retrieve the recipients for the email messages.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest.RegardingId"> <summary> <para> Gets or sets the ID of the record with which the email messages are associated.</para> </summary> <returns> <para> The ID of the record with which the email messages are associated.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest.RegardingType"> <summary> <para> Gets or sets the type of the record with which the email messages are associated.</para> </summary> <returns> <para> The type of the record with which the email messages are associated.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest.Sender"> <summary> <para> Gets or sets the sender of the email messages.</para> </summary> <returns> <para> The sender of the email messages.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest.TemplateId"> <summary> <para> Gets or sets the ID of the email template to use.</para> </summary> <returns> <para> The ID of the email template to use. This corresponds to the <see langword="Template.TemplateId" /> attribute, which is the primary key for the Template entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendBulkMailResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SendBulkMailRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendBulkMailResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SendBulkMailResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateRequest"> <summary> <para> Contains the data that is needed to send an email message using a template.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateRequest.#ctor"> <summary> <para> Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateRequest.RegardingId"> <summary> <para> Gets or sets the ID of the record with which the email message is associated.</para> </summary> <returns> <para> The ID of the record with which the email message is associated.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateRequest.RegardingType"> <summary> <para> Gets or sets the type of the record with which the email message is associated.</para> </summary> <returns> <para> The type of the record with which the email message is associated.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateRequest.Target"> <summary> <para> Gets or sets the email record to send.</para> </summary> <returns> <para> The the email record to send. This is an instance of an Email entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateRequest.TemplateId"> <summary> <para> Gets or sets the ID of the email template to use for the email.</para> </summary> <returns> <para> The ID of the email template to use for the email. This corresponds to the <see langword="Template.TemplateId" /> attribute, which is the primary key for the Template entity</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailFromTemplateResponse.Id"> <summary> <para> Gets the ID of the email record that was sent.</para> </summary> <returns> <para> The ID of the email record that was sent. This corresponds to the <see langword="Email.EmailId" /> property, which is the primary key for the Email entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendEmailRequest"> <summary> <para> Contains the data that is needed to send an email message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendEmailRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SendEmailRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailRequest.EmailId"> <summary> <para> Gets or sets the ID of the email to send.</para> </summary> <returns> <para> The ID of the email to send, which corresponds to the <see langword="Email.EmailId" /> attribute, which is the primary key for the Email entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailRequest.IssueSend"> <summary> <para> Gets or sets whether to send the email, or to just record it as sent.</para> </summary> <returns> <para> <see langword="true" /> if the email should be sent; otherwise, <see langword="false" /> , just record it as sent.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailRequest.TrackingToken"> <summary> <para> Gets or sets the tracking token.</para> </summary> <returns> <para> The tracking token, which is used to correlate an email with a context.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendEmailResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.BackgroundSendEmailRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendEmailResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SendEmailResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendEmailResponse.Subject"> <summary> <para> Gets the subject line for the email message.</para> </summary> <returns> <para> The subject line for the email message.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendFaxRequest"> <summary> <para> Contains the data that is needed to send a fax.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendFaxRequest.#ctor"> <summary> <para> Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.SendFaxRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendFaxRequest.FaxId"> <summary> <para> Gets or sets the ID of the fax to send.</para> </summary> <returns> <para> The ID of the fax to send. This corresponds to the <see langword="Fax.FaxId" /> attribute, which is the primary key for the Fax entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendFaxRequest.IssueSend"> <summary> <para> Gets or sets whether to send the e-mail, or to just record it as sent.</para> </summary> <returns> <para> Indicates whether to send the e-mail, or to just record it as sent. <see langword="true" />, to send the e-mail, otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendFaxResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SendFaxRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendFaxResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SendFaxResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendTemplateRequest"> <summary> <para> Contains the data that is needed to send a bulk email message that is created from a template.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SendTemplateRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.DeliveryPriorityCode"> <summary> <para> Gets or sets the delivery priority code for the email.</para> </summary> <returns> <para> The delivery priority code for the email.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.RecipientIds"> <summary> <para> Gets or sets the array that contains the list of recipients for the email. Required.</para> </summary> <returns> <para> The array of recipients for the email. The recipients must be of the same entity type that is specified in the <see cref="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.RecipientType" /> property.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.RecipientType"> <summary> <para> Gets or sets the type of entity that is represented by the list of recipients. Required.</para> </summary> <returns> <para> The name of the entity that is represented by the list of recipients. Set this property to the name of the entity type for the recipient list that is specified in the <see cref="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.RecipientIds" /> property.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.RegardingId"> <summary> <para> Gets or sets the ID of a record that the email is regarding. Required.</para> </summary> <returns> <para> The ID of a record that the email is regarding. This property is the ID of a record that is valid for the <see langword="Email.RegardingObjectId" /> attribute. The <see cref="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.RegardingType" /> property must contain the logical name of the entity type for this record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.RegardingType"> <summary> <para> Gets or sets the type of entity that is represented by the regarding ID. Required.</para> </summary> <returns> <para> The name of entity that is represented by the regarding ID. This property is the logical entity name of the record that is specified in the <see cref="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.RegardingId" /> property.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.Sender"> <summary> <para> Gets or sets the sender of the email.</para> </summary> <returns> <para> The sender of the email. The <see cref="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.Sender" /> property contains the ID of a record and an entity type. The return value of this property must be a system user.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SendTemplateRequest.TemplateId"> <summary> <para> Gets or sets the ID of the template to be used for the email. Required.</para> </summary> <returns> <para> The ID of the template to be used for the email, which corresponds to the <see langword="Template.TemplateId" /> attribute, which is the primary key for the Email Template (Template) entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SendTemplateResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SendTemplateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SendTemplateResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SendTemplateResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeed1Request"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeed1Request.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeed1Request.AttributeName" /> <member name="P:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeed1Request.EntityName" /> <member name="P:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeed1Request.Value" /> <member name="T:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeed1Response"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeed1Response.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedRequest"> <summary> Requests the seed number being used for autonumber generation.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedRequest.AttributeName"> <summary>Gets or sets the logical name of the column. Required.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedRequest.EntityName"> <summary>Gets or sets the logical name of the table. Required.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedRequest.Value"> <summary>Gets or sets the seed value to set. Required.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedResponse"> <summary>There is no return value from this operation.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedResponse.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetAutoNumberSeedResponse" /> class.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetBusinessEquipmentRequest"> <summary> <para> Deprecated. Contains the data that is needed to assign equipment (facility/equipment) to a specific business unit.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetBusinessEquipmentRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetBusinessEquipmentRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetBusinessEquipmentRequest.BusinessUnitId"> <summary> <para> Gets or sets the ID of the business unit.</para> </summary> <returns> <para> The ID of the business unit. This corresponds to the <see langword="BusinessUnit.BusinessUnitId" /> attribute, which is the primary key for the <see langword="/power-apps/developer/data-platform/reference/entities/businessunit">BusinessUnit</see> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetBusinessEquipmentRequest.EquipmentId"> <summary> <para> Gets or sets the ID of the equipment (facility/equipment).</para> </summary> <returns> <para> The ID of the equipment (facility/equipment). This corresponds to the <see langword="Equipment.EquipmentId" /> attribute, which is the primary key for the <see langword="Equipment" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetBusinessEquipmentResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetBusinessEquipmentRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetBusinessEquipmentResponse.#ctor"> <summary> <para> Initializes a new instance of the <see langword="SetBusinessEquipmentResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserRequest"> <summary> <para> Deprecated. Contains the data that is needed to move a system user (user) to a different business unit.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserRequest.BusinessId"> <summary> <para> Gets or sets the ID of the business unit to which the user is moved. Required.</para> </summary> <returns> <para> The ID of the business unit to which the user is moved. This corresponds to the <see langword="BusinessUnit.BusinessUnitId" /> attribute, which is the primary key for the BusinessUnit entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserRequest.DoNotMoveAllRecords"> <summary>Gets or sets the value to determine whether to move owned records to new Business Unit.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserRequest.ReassignPrincipal"> <summary> <para> Gets or sets the target security principal (user) to which the instances of entities previously owned by the user are to be assigned. Required.</para> </summary> <returns> <para> The target security principal (user) to which the instances of entities previously owned by the user are to be assigned.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserRequest.UserId"> <summary> <para> Gets or sets the ID of the user. Required.</para> </summary> <returns> <para> The ID of the user. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the <see langword="/power-apps/developer/data-platform/reference/entities/systemuser">User (SystemUser)</see> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetBusinessSystemUserResponse.#ctor"> <summary> <para> Initializes a new instance of the <see langword="SetBusinessSystemUserResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetFeatureStatusRequest"> <summary> <para>For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetFeatureStatusRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.SetFeatureStatusRequest.ConfigData" /> <member name="P:Microsoft.Crm.Sdk.Messages.SetFeatureStatusRequest.FeatureType" /> <member name="P:Microsoft.Crm.Sdk.Messages.SetFeatureStatusRequest.IsSolutionUninstall" /> <member name="P:Microsoft.Crm.Sdk.Messages.SetFeatureStatusRequest.Status" /> <member name="T:Microsoft.Crm.Sdk.Messages.SetFeatureStatusResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetFeatureStatusRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetFeatureStatusResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.SetLocLabelsRequest"> <summary> <para> Contains the data that is needed to set localized labels for a limited set of entity attributes.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetLocLabelsRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetLocLabelsRequest" /> class</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetLocLabelsRequest.AttributeName"> <summary> <para> Gets or sets the name of the attribute. Required.</para> </summary> <returns> <para> The name of the attribute. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetLocLabelsRequest.EntityMoniker"> <summary> <para>Gets or sets the entity. Required.</para> </summary> <returns> <para> The entity. Required.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetLocLabelsRequest.Labels"> <summary> <para> Gets or sets the label. Required.</para> </summary> <returns> <para> The label.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetLocLabelsResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetLocLabelsRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetLocLabelsResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetLocLabelsResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetParentBusinessUnitRequest"> <summary> <para> Contains the data that is needed to set the parent business unit for a business unit.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetParentBusinessUnitRequest.#ctor"> <summary> <para> Initializes a new instance of the <see langword="SetParentBusinessUnitRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetParentBusinessUnitRequest.BusinessUnitId"> <summary> <para> Gets or sets the ID of the business unit.</para> </summary> <returns> <para>The ID of the business unit.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetParentBusinessUnitRequest.ParentId"> <summary> <para> Gets or sets the ID of the new parent business unit.</para> </summary> <returns> <para> The ID of the new parent business unit.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetParentBusinessUnitResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetParentBusinessUnitRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetParentBusinessUnitResponse.#ctor"> <summary> <para> Initializes a new instance of the <see langword="SetParentBusinessUnitResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetParentSystemUserRequest"> <summary> <para> Deprecated. Contains the data needed to set a new parent system user (user) for the specified user.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetParentSystemUserRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetParentSystemUserRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetParentSystemUserRequest.KeepChildUsers"> <summary> <para> Gets or sets whether the child users are to be retained. Required.</para> </summary> <returns> <para> Indicates whether the child users are to be retained. Use <see langword="true" /> to retain the child users reporting to the original user, otherwise, use <see langword="false" /> (default) to update the child users to report to the original manager of the user.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetParentSystemUserRequest.ParentId"> <summary> <para> Gets or sets the ID of the new parent user. Required.</para> </summary> <returns> <para> The ID of the new parent user. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the User (SystemUser) entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetParentSystemUserRequest.UserId"> <summary> <para> Gets or sets the ID of the user. Required.</para> </summary> <returns> <para> The ID of the user. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the User (SystemUser) entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetParentSystemUserResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetParentSystemUserRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetParentSystemUserResponse.#ctor"> <summary> <para> Initializes a new instance of the <see langword="SetParentSystemUserResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetParentTeamRequest"> <summary> <para> Deprecated. Contains the data needed to set the parent business unit of a team.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetParentTeamRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetParentTeamRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetParentTeamRequest.BusinessId"> <summary> <para> Gets or sets the ID of the business unit to which to move the team. Required.</para> </summary> <returns> <para> The ID of the business unit to which to move the team. This corresponds to the <see langword="BusinessUnit.BusinessUnitId" /> attribute, which is the primary key for the BusinessUnit entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetParentTeamRequest.DoNotMoveAllRecords"> <summary> <para> Gets or sets whether to move owned records to new Business Unit.</para> </summary> <returns> <para> Indicates whether to move owned records to new Business Unit. <see langword="true" /> to move the records, otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetParentTeamRequest.TeamId"> <summary> <para> Gets or sets the ID of the team. Required.</para> </summary> <returns> <para> The ID of the team. This corresponds to the <see langword="Team.TeamId" /> attribute, which is the primary key for the Team entity .</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetParentTeamResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetParentTeamRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetParentTeamResponse.#ctor"> <summary> <para> Initializes a new instance of the <see langword="SetParentTeamResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetPreferredSolutionRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.SetPreferredSolutionRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.SetPreferredSolutionRequest.SolutionId" /> <member name="T:Microsoft.Crm.Sdk.Messages.SetPreferredSolutionResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.SetPreferredSolutionResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.SetProcessRequest"> <summary> <para> Contains the data that is needed to set another business process flow instance as the active process instance for the target entity.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetProcessRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetProcessRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetProcessRequest.NewProcess"> <summary> <para> Gets or sets the business process flow definition to be set to the target entity.</para> </summary> <returns> <para> The new business process flow definition to be set to the target entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetProcessRequest.NewProcessInstance"> <summary> <para> Gets or sets the business process flow instance to be set as the active business process flow instance for the target entity. Optional.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetProcessRequest.Target"> <summary> <para> Gets or sets the target entity.</para> </summary> <returns> <para> The target entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetProcessResponse"> <summary> <para> Contains the response from executing the <see cref="T:Microsoft.Crm.Sdk.Messages.SetProcessRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetProcessResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetProcessResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetRelatedRequest"> <summary> <para> Contains the data needed to create a relationship between a set of records that participate in specific relationships.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetRelatedRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetRelatedRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetRelatedRequest.Target"> <summary> <para> Gets or sets the target records of the set related action. Required.</para> </summary> <returns> <para> The target records of the set related action. This array must contain a set of entity references where the entities participate in a relationship.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetRelatedResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetRelatedRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetRelatedResponse.#ctor"> <summary> <para> Initializes a new instance of the <see langword="SetRelatedResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetReportRelatedRequest"> <summary> <para> Contains the data needed to link an instance of a report entity to related entities.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetReportRelatedRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetReportRelatedRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetReportRelatedRequest.Categories"> <summary> <para> Gets or sets an array of report category codes. Required.</para> </summary> <returns> <para> The array of report category codes.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetReportRelatedRequest.Entities"> <summary> <para> Gets or sets an array of entity type codes for the related entities. Required.</para> </summary> <returns> <para> The array of entity type codes for the related entities.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetReportRelatedRequest.ReportId"> <summary> <para> Gets or sets the ID of the report. Required.</para> </summary> <returns> <para> The ID of the report. This corresponds to the <see langword="Report.ReportId" /> attribute, which is the primary key for the Report entity .</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetReportRelatedRequest.Visibility"> <summary> <para> Gets or sets an array of report visibility codes. Required.</para> </summary> <returns> <para> The array of report visibility codes.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetReportRelatedResponse"> <summary> <para> Contains the response from <see cref="T:Microsoft.Crm.Sdk.Messages.SetReportRelatedRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetReportRelatedResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetReportRelatedResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetStateRequest"> <summary> <para> Deprecated. Contains the data that's needed to set the state of an entity record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetStateRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetStateRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetStateRequest.EntityMoniker"> <summary> <para> Gets or sets a reference to the entity. Required.</para> </summary> <returns> <para> A reference to the entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetStateRequest.State"> <summary> <para> Gets or sets the state of the entity record. Required.</para> </summary> <returns> <para> The state of the entity record.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SetStateRequest.Status"> <summary> <para> Gets or sets the status that corresponds to the <see langword="State" /> property. Required.</para> </summary> <returns> <para> The status that corresponds to the <see langword="State" /> property.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SetStateResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.SetStateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SetStateResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SetStateResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SettingDetail"> <summary>Provides information about a setting.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SettingDetail.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.SettingDetail.DataType"> <summary>Gets or sets the data type of the setting.</summary> <returns>The data type of the setting.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SettingDetail.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.SettingDetail.Name"> <summary>Gets or sets the name of the setting.</summary> <returns>The name of the setting.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SettingDetail.Value"> <summary>Gets or sets the value of the setting.</summary> <returns>The value of the setting.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SettingDetailCollection" /> <member name="M:Microsoft.Crm.Sdk.Messages.SettingDetailCollection.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.SettingDetailCollection.ExtensionData" /> <member name="T:Microsoft.Crm.Sdk.Messages.ShareAuditDetail"> <summary> <para> Represents a shared audit detail record.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ShareAuditDetail.#ctor"> <summary> <para> Initializes a new instance of the <see langword="ShareAuditDetail" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ShareAuditDetail.NewPrivileges"> <summary> <para> Gets or sets the privileges of the user after a change.</para> </summary> <returns> <para> The privileges of the user after a change.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ShareAuditDetail.OldPrivileges"> <summary> <para> Gets or sets the privileges of the user before a change.</para> </summary> <returns> <para> The privileges of the user before a change.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ShareAuditDetail.Principal"> <summary> <para> Gets or sets the security principal (user, team, or organization) that shares the audit detail record.</para> </summary> <returns> <para> The user or team that shares the record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SolutionComponentCountCollection"> <summary> <para>For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SolutionComponentCountCollection.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.SolutionComponentCountCollection.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.SolutionComponentCountCollection.SolutionComponentCountInfoCollection" /> <member name="T:Microsoft.Crm.Sdk.Messages.SolutionComponentCountInfo"> <summary> <para>For internal use only.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SolutionComponentCountInfo.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.SolutionComponentCountInfo.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.SolutionComponentCountInfo.msdyn_componentcount" /> <member name="P:Microsoft.Crm.Sdk.Messages.SolutionComponentCountInfo.msdyn_componentlogicalname" /> <member name="P:Microsoft.Crm.Sdk.Messages.SolutionComponentCountInfo.msdyn_componenttype" /> <member name="P:Microsoft.Crm.Sdk.Messages.SolutionComponentCountInfo.msdyn_subtype" /> <member name="P:Microsoft.Crm.Sdk.Messages.SolutionComponentCountInfo.msdyn_workflowcategory" /> <member name="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest"> <summary>Contains the data to asynchronously import a solution, stage it for upgrade, and apply the upgrade as the default (when applicable).</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.AsyncRibbonProcessing"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.ComponentParameters"> <summary>List of entities to overwrite values from the solution.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.ConvertToManaged"> <summary>Obsolete. The system will convert unmanaged solution components to managed when you import a managed solution.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.CustomizationFile"> <summary>The compressed solutions file to import. Required.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.ImportJobId" /> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.LayerDesiredOrder"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.OverwriteUnmanagedCustomizations"> <summary>Whether any unmanaged customizations that have been applied over existing managed solution components should be overwritten. Required.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.PublishWorkflows"> <summary>Whether any processes (workflows) included in the solution should be activated after they are imported. Required.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.SkipProductUpdateDependencies"> <summary>Whether enforcement of dependencies related to product updates should be skipped.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.SkipQueueRibbonJob"> <summary>For internal use only.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest.SolutionParameters"> <summary>Additional solution parameters.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncResponse"> <summary>Contains the response from executing the <see cref="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncRequest" /> class.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncResponse" /> class.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncResponse.AsyncOperationId"> <summary>The unique identifier (ID) of the asynchronous operation for the solution import.</summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeAsyncResponse.ImportJobKey"> <summary>The unique identifier (ID) of the asynchronous operation for the solution import.</summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest"> <summary> <para> Contains the data to import a solution, stage it for upgrade, and apply the upgrade as the default (when applicable).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.AsyncRibbonProcessing"> <summary> <para> For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.ComponentParameters"> <summary> <para> Gets or sets the list of entities to overwrite values from the solution.</para> </summary> <returns>The list of entities to overwrite values from the solution</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.ConvertToManaged"> <summary> <para> Gets or sets whether to convert any matching unmanaged customizations into your managed solution. Obsolete.</para> </summary> <returns> <para> Indicates whether to convert any matching unmanaged customizations into your managed solution. <see langword="true" /> to convert any matching unmanaged customizations into your managed solution, otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.CustomizationFile"> <summary> <para> Gets or sets the compressed solutions file to import. Required.</para> </summary> <returns>The compressed solutions file to import</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.ImportJobId"> <summary> <para> Gets or sets the ID of the import job that will be created to perform this import. Required.</para> </summary> <returns> <para> This corresponds to the <see langword="ImportJob.ImportJobId" /> attribute, which is the primary key for the ImportJob entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.LayerDesiredOrder" /> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.OverwriteUnmanagedCustomizations"> <summary> <para> Gets or sets whether any unmanaged customizations that have been applied over existing managed solution components should be overwritten. Required.</para> </summary> <returns> <para> Set to <see langword="true" /> if the any unmanaged customizations that have been applied over existing managed solution components should be overwritten; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.PublishWorkflows"> <summary> <para> Gets or sets whether any processes (workflows) included in the solution should be activated after they are imported. Required.</para> </summary> <returns> <para> Set to <see langword="true" /> if the any processes (workflows) included in the solution should be activated after they are imported; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.SkipProductUpdateDependencies"> <summary> <para> Gets or sets whether enforcement of dependencies related to product updates should be skipped.</para> </summary> <returns> <para> Set to <see langword="true" /> if enforcement of dependencies related to product updates should be skipped; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.SkipQueueRibbonJob"> <summary> <para>For internal use only.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest.SolutionParameters"> <summary> <para> Gets or sets additional solution parameters.</para> </summary> <returns>Additional solution parameters</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeResponse"> <summary> <para> Contains the service response from processing <see cref="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.StageAndUpgradeResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.StageAndUpgradeResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageAndUpgradeResponse.SolutionId"> <summary> <para> Gets the unique identifier of the staged solution.</para> </summary> <returns>The unique identifier of the staged solution.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.StageSolutionRequest"> <summary> <para> Contains the data needed to stage a solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.StageSolutionRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.StageSolutionRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageSolutionRequest.CustomizationFile"> <summary> <para> Gets or sets the compressed solutions file to import. Required.</para> </summary> <returns>The compressed solutions file to import.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.StageSolutionResponse"> <summary> <para> Contains the service response from processing <see cref="T:Microsoft.Crm.Sdk.Messages.StageSolutionRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.StageSolutionResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.StageSolutionResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.StageSolutionResponse.StageSolutionResults"> <summary> <para> Contains detailed information from staging a solution.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SubCode"> <summary> <para> Contains the possible values for a subcode, used in scheduling appointments.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.Appointment"> <summary> <para> A block of time that is already scheduled for an appointment.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.Break"> <summary> <para> A block of time that cannot be committed due to a scheduled break.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.Committed"> <summary> <para> A block of time that is committed to perform an action.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.Holiday"> <summary> <para> A block of time that cannot be scheduled due to a scheduled holiday.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.ResourceCapacity"> <summary> <para> Specifies the capacity of a resource for the specified time interval.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.ResourceServiceRestriction"> <summary> <para> A restriction for a resource for the specified service.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.ResourceStartTime"> <summary> <para> Specifies to filter a resource start time.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.Schedulable"> <summary> <para> A schedulable block of time.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.ServiceCost"> <summary> <para> An override to the service cost for the specified time block.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.ServiceRestriction"> <summary> <para> Specifies that a service is restricted during the specified block of time.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.Uncommitted"> <summary> <para> A block of time that is tentatively scheduled but not committed.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.Unspecified"> <summary> <para> Specifies free time with no specified restrictions.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.SubCode.Vacation"> <summary> <para> A block of time that cannot be scheduled due to a scheduled vacation.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SyncBulkOperationRequest"> <summary>Contains data to perform bulk operations to cancel, resume, or pause workflows.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SyncBulkOperationRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.SyncBulkOperationRequest.OperationType"> <summary>Gets or sets the operation to perform.</summary> <returns>The operation to perform. 0 = pause, 1 = resume, 2 = cancel.</returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SyncBulkOperationRequest.QuerySet"> <summary>Gets or sets a query that identifies the workflow records to perform the operation on.</summary> <returns>A query that identifies the workflow records to perform the operation on.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.SyncBulkOperationResponse"> <summary> <para> Contains the service response from processing <see cref="T:Microsoft.Crm.Sdk.Messages.SyncBulkOperationRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.SyncBulkOperationResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.SyncBulkOperationResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.SyncBulkOperationResponse.Result"> <summary>Gets the number of records the operation affected.</summary> <returns>The number of records the operation affected.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.TargetFieldType"> <summary> <para> Indicates the attribute type for the target of the <see cref="T:Microsoft.Crm.Sdk.Messages.InitializeFromRequest" /> message.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.TargetFieldType.All"> <summary> <para> Initialize all possible attribute values.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.TargetFieldType.ValidForCreate"> <summary> <para> Initialize the attribute values that are valid for create.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.TargetFieldType.ValidForRead"> <summary> <para> Initialize the attribute values that are valid for read.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.TargetFieldType.ValidForUpdate"> <summary> <para> Initialize the attribute values that are valid for update.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.TimeCode"> <summary> <para> Contains the possible values for a time code, used when querying a schedule.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.TimeCode.Available"> <summary> <para> The time is available within the working hours of the resource.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.TimeCode.Busy"> <summary> <para> The time is committed to an activity.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.TimeCode.Filter"> <summary> <para> Use additional filters for the time block such as service cost or service start time.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.Messages.TimeCode.Unavailable"> <summary> <para> The time is unavailable.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.TimeInfo"> <summary> <para> Specifies a set of time blocks with appointment information.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.TimeInfo.#ctor"> <summary> <para>Initializes a new instance of the<see langword="TimeInfo" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.ActivityStatusCode"> <summary> <para> Gets or sets the status of the activity.</para> </summary> <returns> <para> The activity status code.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.CalendarId"> <summary> <para> Gets or sets the ID of the calendar for this block of time.</para> </summary> <returns> <para> The ID of the calendar for this block of time, which corresponds to the <see langword="Calendar.CalendarId" /> attribute, which is the primary key for the Calendar entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.DisplayText"> <summary> <para> Gets or sets the display text shown in the calendar for the time block.</para> </summary> <returns> <para> The display text shown in the calendar for the time block.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.Effort"> <summary> <para> Gets or sets the amount of effort required for this block of time.</para> </summary> <returns> <para> The amount of effort required for this block of time.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.End"> <summary> <para> Gets or sets the end time for the block.</para> </summary> <returns> <para> The end time for the block.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para> The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.IsActivity"> <summary> <para> Gets or sets the value that indicates whether the block of time refers to an activity.</para> </summary> <returns> <para> <see langword="true" /> if the block of time refers to an activity; otherwise, <see langword="false" />.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.SourceId"> <summary> <para> Gets or sets the ID of the record referred to in the time block.</para> </summary> <returns> <para> The ID of the record, which corresponds to the primary key for the entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.SourceTypeCode"> <summary> <para> Gets or sets the type of entity referred to in the time block.</para> </summary> <returns> <para> The entity type code.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.Start"> <summary> <para> Gets or sets the start time for the block.</para> </summary> <returns> <para> The start time for the block.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.SubCode"> <summary> <para> Gets or sets information about the time block such as whether it is an appointment, break, or holiday.</para> </summary> <returns> <para> The information about the time block.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TimeInfo.TimeCode"> <summary> <para> Gets or sets the value that indicates whether the time block is available, busy, filtered or unavailable.</para> </summary> <returns> <para> The time code.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.TraceInfo"> <summary> <para> Specifies the results of a scheduling operation using the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateRequest" />, <see cref="T:Microsoft.Crm.Sdk.Messages.BookRequest" />, <see cref="T:Microsoft.Crm.Sdk.Messages.RescheduleRequest" />, or <see cref="T:Microsoft.Crm.Sdk.Messages.SearchRequest" /> messages.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.TraceInfo.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.TraceInfo" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.TraceInfo.#ctor(Microsoft.Crm.Sdk.Messages.ErrorInfo[])"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.TraceInfo" /> class.</para> </summary> <param name="errorInfo"> <para> The list of error information for the scheduling operation.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TraceInfo.ErrorInfoList"> <summary> <para> Gets or sets the list of error information for the scheduling operation.</para> </summary> <returns> <para> The list of error information for the scheduling operation.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TraceInfo.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para> The extension data.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.TransformImportRequest"> <summary> <para> Contains the data that is needed to submit an asynchronous job that transforms the parsed data.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.TransformImportRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.TransformImportRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TransformImportRequest.ImportId"> <summary> <para> Gets or sets the ID of the import (data import) that is associated with the asynchronous job that transforms the imported data. Required.</para> </summary> <returns> <para> The ID of the import (data import) that is associated with the asynchronous job that transforms the imported data. This corresponds to the <see langword="Import.ImportId" /> attribute, which is the primary key for the <see langword="Import" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.TransformImportResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.TransformImportRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.TransformImportResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.TransformImportResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TransformImportResponse.AsyncOperationId"> <summary> <para> Gets the ID of the asynchronous job that transforms the parsed data for this import.</para> </summary> <returns> <para> The ID of the asynchronous job that transforms the parsed data for this import.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.TriggerServiceEndpointCheckRequest"> <summary> <para> Contains the data that is needed to validate the configuration of a Microsoft Azure Service Bus solution's service endpoint.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.TriggerServiceEndpointCheckRequest.#ctor"> <summary> <para> Initializes a new instance of the <see langword="TriggerServiceEndpointCheck" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.TriggerServiceEndpointCheckRequest.Entity"> <summary> <para> Gets or sets the ServiceEndpoint record that contains the configuration. Required.</para> </summary> <returns> <para> The entity reference of the service endpoint record.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.TriggerServiceEndpointCheckResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.TriggerServiceEndpointCheckRequest" />.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.TriggerServiceEndpointCheckResponse.#ctor"> <summary> <para> Initializes a new instance of the <see langword="TriggerServiceEndpointCheckResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UninstallSampleDataRequest"> <summary>Uninstalls the sample data.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UninstallSampleDataRequest.#ctor"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UninstallSampleDataRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UninstallSampleDataResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UninstallSampleDataRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UninstallSampleDataResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.UninstallSolutionAsyncRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.UninstallSolutionAsyncRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.UninstallSolutionAsyncRequest.SolutionUniqueName" /> <member name="T:Microsoft.Crm.Sdk.Messages.UninstallSolutionAsyncResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.UninstallSolutionAsyncResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.UninstallSolutionAsyncResponse.AsyncOperationId" /> <member name="T:Microsoft.Crm.Sdk.Messages.UnlockInvoicePricingRequest"> <summary> <para> Contains the data that is needed to unlock pricing for an invoice.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UnlockInvoicePricingRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UnlockInvoicePricingRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UnlockInvoicePricingRequest.InvoiceId"> <summary> <para> Gets or sets the ID of the invoice.</para> </summary> <returns> <para> The ID of the invoice. This corresponds to the <see langword="Invoice.InvoiceId" /> attribute, which is the primary key for the <see langword="Invoice" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UnlockInvoicePricingResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UnlockInvoicePricingRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UnlockInvoicePricingResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UnlockInvoicePricingResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UnlockSalesOrderPricingRequest"> <summary> <para> Contains the data that is needed to unlock pricing for a sales order (order).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UnlockSalesOrderPricingRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UnlockSalesOrderPricingRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UnlockSalesOrderPricingRequest.SalesOrderId"> <summary> <para> Gets or sets the ID of the sales order (order).</para> </summary> <returns> <para> The ID of the sales order (order). This corresponds to the <see langword="SalesOrder.SalesOrderId" /> attribute, which is the primary key for the <see langword="SalesOrder" /> entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UnlockSalesOrderPricingResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UnlockSalesOrderPricingRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UnlockSalesOrderPricingResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UnlockSalesOrderPricingResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UnpublishDuplicateRuleRequest"> <summary> <para> Contains the data that is needed to submit an asynchronous job to unpublish a duplicate rule.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UnpublishDuplicateRuleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UnpublishDuplicateRuleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UnpublishDuplicateRuleRequest.DuplicateRuleId"> <summary> <para> Gets or sets the ID of the duplicate rule to be unpublished. Required.</para> </summary> <returns> <para> The ID of the duplicate rule to be unpublished. This corresponds to the <see langword="DuplicateRule.DuplicateRuleId" /> attribute, which is the primary key for the DuplicateRule entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UnpublishDuplicateRuleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UnpublishDuplicateRuleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UnpublishDuplicateRuleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UnpublishDuplicateRuleResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateFeatureConfigRequest"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateFeatureConfigRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateFeatureConfigRequest.ConfigData" /> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateFeatureConfigRequest.FeatureType" /> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateFeatureConfigResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UpdateFeatureConfigRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateFeatureConfigResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateProductPropertiesRequest"> <summary> <para> Contains the data that is needed to update values of the property instances (dynamic property instances) for a product added to an opportunity, quote, order, or invoice.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateProductPropertiesRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UpdateProductPropertiesRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateProductPropertiesRequest.PropertyInstanceList"> <summary> <para> Gets or sets the property instances (dynamic property instances) for a product to be updated.</para> </summary> <returns> <para> The property instances (dynamic property instances) for a product to be updated.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateProductPropertiesResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UpdateProductPropertiesRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateProductPropertiesResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UpdateProductPropertiesResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateRibbonClientMetadataRequest"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateRibbonClientMetadataRequest.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateRibbonClientMetadataResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UpdateRibbonClientMetadataRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateRibbonClientMetadataResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentRequest"> <summary> <para> Contains the data that is needed to update a component in an unmanaged solution.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentRequest.ComponentId"> <summary> <para> Gets or sets the unique identifier of the component to update.</para> </summary> <returns> <para> The unique identifier of the component to update.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentRequest.ComponentType"> <summary> <para> Gets or sets the type of component to be updated.</para> </summary> <returns> <para> The type of component to be updated.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentRequest.IncludedComponentSettingsValues"> <summary> <para> Gets or sets a value that specifies if the component is added to the solution with its metadata.</para> </summary> <returns> <para> When set to <see langword="null" />, the component is added to the solution with metadata; otherwise passing an empty array results in no metadata settings included with the component.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentRequest.SolutionUniqueName"> <summary> <para> Gets or sets the unique name of the solution where the component should exist.</para> </summary> <returns> <para> The unique name of the solution where the component should exist.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentResponse"> <summary> <para> Contains the response from executing the <see cref="T:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UpdateSolutionComponentResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateUserSettingsSystemUserRequest"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateUserSettingsSystemUserRequest.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateUserSettingsSystemUserRequest.Settings"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its members.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UpdateUserSettingsSystemUserRequest.UserId"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its members.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UpdateUserSettingsSystemUserResponse"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its associated response class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UpdateUserSettingsSystemUserResponse.#ctor"> <summary> <para> Deprecated. Use the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest" /> class and its associated response class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UploadBlockRequest"> <summary> <para> Contains the data needed to upload a block of data to storage.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UploadBlockRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UploadBlockRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UploadBlockRequest.BlockData"> <summary> <para> The data block to upload.</para> </summary> <returns> <para>The data block can be up to 4MB in size.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UploadBlockRequest.BlockId"> <summary>A unique identifier for the block of data.</summary> <returns> <para> A valid Base64 string value that identifies the block. The string must be less than or equal to 64 bytes in size.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UploadBlockRequest.FileContinuationToken"> <summary> <para> A token that uniquely identifies a sequence of related data uploads.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UploadBlockResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UploadBlockRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UploadBlockResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UploadBlockResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UserAccessAuditDetail"> <summary> <para> Contains data used for user access auditing.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UserAccessAuditDetail.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UserAccessAuditDetail" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UserAccessAuditDetail.AccessTime"> <summary> <para> Gets or sets the time the user accessed the system.</para> </summary> <returns> <para>The time the user accessed the system.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UserAccessAuditDetail.Interval"> <summary> <para> Gets or sets the current value of the organization <see langword="UserAccessAuditingInterval" /> setting.</para> </summary> <returns> <para> The current value of the organization <see langword="UserAccessAuditingInterval" /> setting.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UserDetails"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UserDetails.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.UserDetails.AzureActiveDirectoryObjectId" /> <member name="P:Microsoft.Crm.Sdk.Messages.UserDetails.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.UserDetails.Name" /> <member name="P:Microsoft.Crm.Sdk.Messages.UserDetails.SystemUserId" /> <member name="T:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeRequest"> <summary> <para> Contains the data that is needed to retrieve the Coordinated Universal Time (UTC) for the specified local time.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeRequest.LocalTime"> <summary> <para> Gets or sets the local time. Required.</para> </summary> <returns> <para> The the local time.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeRequest.TimeZoneCode"> <summary> <para> Gets or sets the time zone code. Required.</para> </summary> <returns> <para> The time zone code.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.UtcTimeFromLocalTimeResponse.UtcTime"> <summary> <para> Gets the local time and expresses it in Coordinated Universal Time (UTC) time.</para> </summary> <returns> <para> The local time expressed as Coordinated Universal Time (UTC) time.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateAppRequest"> <summary> <para>Contains the data to validate an App.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateAppRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateAppRequest.AppModuleId"> <summary>Gets or sets the ID of the AppModule.</summary> <returns>The ID of the AppModule.</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateAppResponse"> <summary> <para> Contains the response from processing the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateAppRequest" /> message.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateAppResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateAppResponse.AppValidationResponse"> <summary> <para>The response from App validation.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateFetchXmlExpressionRequest" /> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateFetchXmlExpressionRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateFetchXmlExpressionRequest.FetchXml" /> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateFetchXmlExpressionResponse" /> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateFetchXmlExpressionResponse.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateFetchXmlExpressionResponse.ValidationResults" /> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleRequest"> <summary> <para> Contains the data that is needed to validate a rule for a recurring appointment.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleRequest.Target"> <summary> <para> Gets or sets the recurrence rule record to validate.</para> </summary> <returns> <para> The recurrence rule record to validate. This is an instance of the RecurrenceRule entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateRecurrenceRuleResponse.Description"> <summary> <para>Gets the description.</para> </summary> <returns> <para> The description.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateRequest"> <summary> <para> Contains the data that is needed to verify that an appointment or service appointment (service activity) has valid available resources for the activity, duration, and site, as appropriate.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateRequest.Activities"> <summary> <para> Gets or sets the activities to validate.</para> </summary> <returns> <para> The activities to validate.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateResponse.Result"> <summary> <para> Gets the results of the validate operation.</para> </summary> <returns> <para> The results of the validate operation.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryRequest"> <summary> <para> Contains the data that is needed to validate a saved query (view).</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryRequest.FetchXml"> <summary> <para> Gets or sets the FetchXML query string to be validated.</para> </summary> <returns> <para> The FetchXML query string to be validated.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryRequest.QueryType"> <summary> <para> Gets or sets the type of the query.</para> </summary> <returns> <para> The query type, which should be one of the values in the <see cref="T:Microsoft.Crm.Sdk.SavedQueryQueryType" /> class.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateSavedQueryResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateUnpublishedRequest"> <summary>Contains the data to validate that a mobile offline profile, including unpublished changes, can be published.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateUnpublishedRequest.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidateUnpublishedRequest.Target"> <summary>Gets or sets the mobile offline profile record to validate.</summary> <returns>The mobile offline profile record to validate</returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.ValidateUnpublishedResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateUnpublishedRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidateUnpublishedResponse.#ctor" /> <member name="T:Microsoft.Crm.Sdk.Messages.ValidationIssue" /> <member name="M:Microsoft.Crm.Sdk.Messages.ValidationIssue.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.ComponentId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.ComponentSubType" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.ComponentType" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.CRMErrorCode" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.DisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.ErrorType" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.Message" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.ParentEntityId" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.ParentEntityName" /> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationIssue.RequiredComponents" /> <member name="T:Microsoft.Crm.Sdk.Messages.ValidationResult"> <summary> <para> Contains the result from the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidateRequest" />, <see cref="T:Microsoft.Crm.Sdk.Messages.BookRequest" />, or <see cref="T:Microsoft.Crm.Sdk.Messages.RescheduleRequest" /> messages.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidationResult.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidationResult" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.ValidationResult.#ctor(System.Boolean,Microsoft.Crm.Sdk.Messages.TraceInfo,System.Guid)"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.ValidationResult" /> class, setting the <paramref name="success" />, <paramref name="traceinfo" /> and <paramref name="activityid" /> properties.</para> </summary> <param name="success"> <para> The value that indicates whether the appointment or service appointment was validated successfully.</para> </param> <param name="traceInfo"> <para> The reasons for any scheduling failures.</para> </param> <param name="activityId"> <para> The ID of the validated activity.</para> </param> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationResult.ActivityId"> <summary> <para> Gets or sets the ID of the validated activity.</para> </summary> <returns> <para> The ID of the validated activity. This corresponds to the <see langword="ActivityPointer.ActivityPointerId" /> attribute, which is the primary key for the <see langword="ActivityPointer" /> entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationResult.ExtensionData"> <summary> <para> Gets or sets the structure that contains extra data.</para> </summary> <returns> <para> The extension data.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationResult.TraceInfo"> <summary> <para> Gets or sets the reasons for any scheduling failures.</para> </summary> <returns> <para> The reasons for any scheduling failures.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.ValidationResult.ValidationSuccess"> <summary> <para> Gets or sets the value that indicates whether the appointment or service appointment was validated successfully.</para> </summary> <returns> <para> <see langword="true" /> if the appointment or service appointment was validated successfully; otherwise, <see langword="false" />.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.WebResourceDetails"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WebResourceDetails.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceDetails.ExtensionData" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceDetails.MetadataVersionNumber" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceDetails.UniqueName" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceDetails.WebResourceId" /> <member name="T:Microsoft.Crm.Sdk.Messages.WebResourceInfo"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WebResourceInfo.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInfo.DisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInfo.Guid" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInfo.Name" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInfo.Path" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInfo.WebResourceType" /> <member name="T:Microsoft.Crm.Sdk.Messages.WebResourceInformation"> <summary>For internal use only.</summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WebResourceInformation.#ctor" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInformation.DisplayName" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInformation.Guid" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInformation.Name" /> <member name="P:Microsoft.Crm.Sdk.Messages.WebResourceInformation.WebResourceType" /> <member name="T:Microsoft.Crm.Sdk.Messages.WhoAmIRequest"> <summary> <para> Contains the data that is needed to retrieve the system user ID for the currently logged on user or the user under whose context the code is running.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WhoAmIRequest.#ctor"> <summary> <para>Initializes a new instance of the<see cref="T:Microsoft.Crm.Sdk.Messages.WhoAmIRequest" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.WhoAmIResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.WhoAmIRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WhoAmIResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.WhoAmIResponse" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.WhoAmIResponse.BusinessUnitId"> <summary> <para> Gets the ID of the business to which the logged on user belongs.</para> </summary> <returns> <para> The ID of the business to which the logged on user belongs. This corresponds to the <see langword="BusinessUnit.BusinessUnitId" /> attribute, which is the primary key for the BusinessUnit entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.WhoAmIResponse.OrganizationId"> <summary> <para> Gets the ID of the organization that the user belongs to.</para> </summary> <returns> <para> ID of the organization that the user belongs to. This corresponds to the <see langword="Organization.OrganizationId" /> attribute, which is the primary key for the Organization entity.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.WhoAmIResponse.UserId"> <summary> <para> Gets the ID of the user who is logged on.</para> </summary> <returns> <para> The ID of the user who is currently logged on or the user under whose context the executed code is running. This corresponds to the <see langword="SystemUser.SystemUserId" /> attribute, which is the primary key for the User (SystemUser) entity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.WinOpportunityRequest"> <summary> <para> Contains the data that is needed to set the state of an opportunity to Won.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WinOpportunityRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.WinOpportunityRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.WinOpportunityRequest.OpportunityClose"> <summary> <para> Gets or sets the opportunity close activity associated with this state change. Required.</para> </summary> <returns> <para> The opportunity close activity associated with this state change. This must be an instance of the <see langword="OpportunityClose" /> class, which is a subclass of the <see langword="Entity" /> class.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.WinOpportunityRequest.Status"> <summary> <para> Gets or sets a new status of the opportunity. Required.</para> </summary> <returns> <para> The status of the opportunity.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.WinOpportunityResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.WinOpportunityRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WinOpportunityResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.WinOpportunityResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.Messages.WinQuoteRequest"> <summary> <para> Contains the data that is needed to set the state of a quote to Won.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WinQuoteRequest.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.WinQuoteRequest" /> class.</para> </summary> </member> <member name="P:Microsoft.Crm.Sdk.Messages.WinQuoteRequest.QuoteClose"> <summary> <para> Gets or sets the quote close activity associated with this state change. Required.</para> </summary> <returns> <para> The quote close activity associated with this state change. This must be an instance of the <see langword="QuoteClose" /> class, which is a subclass of the <see langword="Entity" /> class.</para> </returns> </member> <member name="P:Microsoft.Crm.Sdk.Messages.WinQuoteRequest.Status"> <summary> <para> Gets or sets a new status of the quote. Required.</para> </summary> <returns> <para> The new status of the quote.</para> </returns> </member> <member name="T:Microsoft.Crm.Sdk.Messages.WinQuoteResponse"> <summary> <para> Contains the response from the <see cref="T:Microsoft.Crm.Sdk.Messages.WinQuoteRequest" /> class.</para> </summary> </member> <member name="M:Microsoft.Crm.Sdk.Messages.WinQuoteResponse.#ctor"> <summary> <para> Initializes a new instance of the <see cref="T:Microsoft.Crm.Sdk.Messages.WinQuoteResponse" /> class.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.OrganizationFiscalYearDisplayCode"> <summary> <para>Contains integer values that are used for the <see langword="Organization.FiscalYearDisplayCode" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.OrganizationFiscalYearDisplayCode.UseEndDate"> <summary> <para>Displays the fiscal year based on the end date of the fiscal year. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.OrganizationFiscalYearDisplayCode.UseStartDate"> <summary> <para>Displays the fiscal year based on the start date of the fiscal year. Value = 1.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.SavedQueryQueryType"> <summary> <para>Contains integer values that are used for the <see langword="SavedQuery.QueryType" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.AddressBookFilters"> <summary> <para>An address book filter. Value = 512.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.AdvancedSearch"> <summary> <para>An advanced search. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.CopilotView" /> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.CustomDefinedView"> <summary> <para>A custom view. Value = 16384.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.ExportFieldTranslationsView"> <summary> <para>Specifies a view on the <see langword="Product" />, <see langword="DynamicProperty" />, and <see langword="DynamicPropertyOptionSetItem" /> entities that can be used to filter out the entities for which labels will be exported using the <see cref="T:Microsoft.Crm.Sdk.Messages.ExportFieldTranslationRequest" /> message. Value = 65536.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.InteractiveWorkflowView"> <summary> <para>A view for a dialog (workflow process). Value = 4096.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.LookupView"> <summary> <para>A lookup view. Value = 64.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.MainApplicationView"> <summary> <para>Specifies the main application view. Value = 0.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.MainApplicationViewWithoutSubject"> <summary> <para>Specifies the main application view without a subject. Value = 1024.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.OfflineFilters"> <summary> <para>An offline filter for Dynamics 365 for Outlook. Value = 16.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.OfflineTemplate"> <summary> <para>An offline template for Dynamics 365 for Outlook. Value = 8192.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.OutlookFilters"> <summary> <para>A filter for Dynamics 365 for Outlook. Value = 256.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.OutlookTemplate"> <summary> <para>A template for Dynamics 365 for Outlook. Value = 131072.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.QuickFindSearch"> <summary> <para>A quick find query, which defines the columns searched using the Search field in a list view. Value = 4.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.Reporting"> <summary> <para>A reporting query. Value = 8.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.SavedQueryTypeOther"> <summary> <para>A saved query used for workflow templates and email templates. Value = 2048.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.SMAppointmentBookView"> <summary> <para>Specifies the service management appointment book view. Value = 128.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SavedQueryQueryType.SubGrid"> <summary> <para>A subgrid query. Value = 2.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.SdkMessageAvailability"> <summary> <para>Contains integer values that are used for the <see langword="SdkMessage.Availability" /> and <see langword="SdkMessageFilter.Availability" /> attributes.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SdkMessageAvailability.All"> <summary> <para>The message is available on both connected and disconnected from the server. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SdkMessageAvailability.Client"> <summary> <para>The message is available only on the client. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SdkMessageAvailability.Server"> <summary> <para>The message is available only on the server. Value = 0.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.SdkMessageFilterAvailability"> <summary> <para>Contains integer values that are used for the <see langword="SdkMessageFilter.Availability" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SdkMessageFilterAvailability.All"> <summary> <para>The message is available on both connected and disconnected from the server. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SdkMessageFilterAvailability.Client"> <summary> <para>The message is available only on the client. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SdkMessageFilterAvailability.Server"> <summary> <para>The message is available only on the server. Value = 0.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.SubscriptionSubscriptionType"> <summary> <para> For internal use only.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SubscriptionSubscriptionType.Offline"> <summary> <para> For internal use only.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.SubscriptionSubscriptionType.Outlook"> <summary> <para> For internal use only.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.TemplateGenerationTypeCode"> <summary> <para>Contains integer values that are used for the <see langword="Template.GenerationTypeCode" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.TemplateGenerationTypeCode.BulkDeleteCompleted"> <summary> <para>Bulk delete has completed. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.TemplateGenerationTypeCode.BulkDeleteCompletedWithFailures"> <summary> <para>Bulk delete has completed, but failures occurred. Value = 3.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.TemplateGenerationTypeCode.BulkDeleteFailed"> <summary> <para>Bulk delete failed. Value = 4.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.TemplateGenerationTypeCode.BulkDupDetectCompleted"> <summary> <para>Bulk duplicate detection has completed. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.TemplateGenerationTypeCode.ImportCompleted"> <summary> <para>Import has completed. Value = 5.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.TemplateGenerationTypeCode.ImportFailed"> <summary> <para>Import has failed. Value = 6.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.UserQueryQueryType"> <summary> <para>Contains integer values that are used for the <see langword="UserQuery.QueryType" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.AddressBookFilters"> <summary> <para>An address book filter. Value = 512.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.AdvancedSearch"> <summary> <para>An advanced search. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.CustomDefinedView"> <summary> <para>A custom view. Value = 16384.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.InteractiveWorkflowView"> <summary> <para>A view for a dialog (workflow process). Value = 4096.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.LookupView"> <summary> <para>A lookup view. Value = 64.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.MainApplicationView"> <summary> <para>The main application view. Value = 0.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.MainApplicationViewWithoutSubject"> <summary> <para>The main application view without a subject. Value = 1024.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.OfflineFilters"> <summary> <para>An offline filter for Dynamics 365 for Outlook. Value = 16.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.OutlookFilters"> <summary> <para>A filter for Dynamics 365 for Outlook. Value = 256.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.QuickFindSearch"> <summary> <para>A quick find query, which defines the columns searched using the Search field in a list view. Value = 4.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.Reporting"> <summary> <para>A reporting query. Value = 8.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.SavedQueryTypeOther"> <summary> <para>A saved query used for workflow templates and e-mail templates. Value = 2048.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.SMAppointmentBookView"> <summary> <para>The service management appointment book view. Value = 128.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserQueryQueryType.SubGrid"> <summary> <para>A sub-grid query. Value = 2.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.UserSettingsAdvancedFindStartupMode"> <summary> <para>Contains integer values that are used for the <see langword="UserSettings.AdvancedFindStartupMode" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsAdvancedFindStartupMode.Detailed"> <summary> <para>Show the detailed version of advanced find at startup. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsAdvancedFindStartupMode.Simple"> <summary> <para>Show the simple version of advanced find at startup. Value = 1.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.UserSettingsDefaultCalendarView"> <summary> <para>Contains integer values that are used for the <see langword="UserSettings.DefaultCalendarView" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsDefaultCalendarView.Day"> <summary> <para>Show the day by default. Value = 0.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsDefaultCalendarView.Month"> <summary> <para>Show the month by default. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsDefaultCalendarView.Week"> <summary> <para>Show the week by default. Value = 1.</para> </summary> </member> <member name="T:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode"> <summary> <para>Contains integer values that are used for the <see langword="UserSettings.FullNameConventionCode" /> attribute.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode.FirstLast"> <summary> <para>Show the first and last name. Value = 1.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode.FirstMiddleInitialLast"> <summary> <para>Show the first name, middle initial and last name. Value = 3.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode.FirstMiddleLast"> <summary> <para>Show the first, middle and last names. Value = 5.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode.LastFirst"> <summary> <para>Show the last name and then the first name. Value = 0.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode.LastFirstMiddle"> <summary> <para>Show the last name first, then the first name and the middle name. Value = 4.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode.LastFirstMiddleInitial"> <summary> <para>Show the last name first, then the first name and the middle initial. Value = 2.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode.LastNoSpaceFirst"> <summary> <para>Show the last name and then the first name, with no space separating the names. Value = 7.</para> </summary> </member> <member name="F:Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode.LastSpaceFirst"> <summary> <para>Show the last name and then the first name, with a space separating the names. Value = 6.</para> </summary> </member> </members> </doc> |