Skip to content

Commit a6586b7

Browse files
authored
Merge pull request #2319 from iRaindrop/vbruham_sharepoint_q
Visual Studio SharePoint QA - Missing Fixes: How to 1 of 2
2 parents b5cb4b1 + 2e39740 commit a6586b7

File tree

30 files changed

+226
-226
lines changed

30 files changed

+226
-226
lines changed

docs/sharepoint/how-to-add-a-creator-method.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ ms.workload:
2424
- "office"
2525
---
2626
# How to: Add a Creator method
27-
A Creator method adds new data to the data source of an entity. The Business Data Connectivity (BDC) service calls this method when users choose the **New Item** button on the **Ribbon** of a list that is based on the model. For more information, see [Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md).
27+
A Creator method adds new data to the data source of an entity. The Business Data Connectivity (BDC) service calls this method when users choose the **New Item** button on the **Ribbon** of a list that is based on the model. For more information, see [Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md).
2828

2929
### To add a Creator method
3030

3131
1. On the **BDC Designer**, choose an entity.
3232

3333
2. On the menu bar, choose **View** > **Other Windows** >**BDC Method Details**.
3434

35-
The **BDC Method Details** window opens. For more information about that window, see [BDC Model Design Tools Overview](../sharepoint/bdc-model-design-tools-overview.md).
35+
The **BDC Method Details** window opens. For more information about that window, see [BDC model design tools overview](../sharepoint/bdc-model-design-tools-overview.md).
3636

3737
3. In the **Add a Method** list, choose **Create Creator Method**.
3838

@@ -48,11 +48,11 @@ ms.workload:
4848

4949
- A method instance for the method.
5050

51-
For more information, see [Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md).
51+
For more information, see [Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md).
5252

5353
4. In **Solution Explorer**, open the shortcut menu of the service code file that was generated for the entity, and then choose **View Code**.
5454

55-
The entity service code file opens in the Code Editor. For more information about the entity service code file, see [Creating a Business Data Connectivity Model](../sharepoint/creating-a-business-data-connectivity-model.md).
55+
The entity service code file opens in the Code Editor. For more information about the entity service code file, see [Create a business data connectivity model](../sharepoint/creating-a-business-data-connectivity-model.md).
5656

5757
5. Add code to the Creator method that adds data to the data source. The following example adds a contact to the AdventureWorks sample database for SQL Server.
5858

@@ -63,13 +63,13 @@ ms.workload:
6363
[!code-vb[SP_BDC#4](../sharepoint/codesnippet/VisualBasic/sp_bdc/bdcmodel1/contactservice.vb#4)]
6464

6565
## See also
66-
[Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md)
67-
[How to: Add a Finder Method](../sharepoint/how-to-add-a-finder-method.md)
68-
[How to: Add a Specific Finder Method](../sharepoint/how-to-add-a-specific-finder-method.md)
69-
[How to: Add a Deleter Method](../sharepoint/how-to-add-a-deleter-method.md)
70-
[How to: Add an Updater Method](../sharepoint/how-to-add-an-updater-method.md)
71-
[BDC Model Design Tools Overview](../sharepoint/bdc-model-design-tools-overview.md)
72-
[How to: Add a Parameter to a Method](../sharepoint/how-to-add-a-parameter-to-a-method.md)
73-
[How to: Define a Method Instance](../sharepoint/how-to-define-a-method-instance.md)
74-
75-
66+
[Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md)
67+
[How to: Add a Finder method](../sharepoint/how-to-add-a-finder-method.md)
68+
[How to: Add a specific Finder method](../sharepoint/how-to-add-a-specific-finder-method.md)
69+
[How to: Add a Deleter method](../sharepoint/how-to-add-a-deleter-method.md)
70+
[How to: Add an Updater method](../sharepoint/how-to-add-an-updater-method.md)
71+
[BDC model design tools overview](../sharepoint/bdc-model-design-tools-overview.md)
72+
[How to: Add a parameter to a method](../sharepoint/how-to-add-a-parameter-to-a-method.md)
73+
[How to: Define a method instance](../sharepoint/how-to-define-a-method-instance.md)
74+
75+

docs/sharepoint/how-to-add-a-custom-property.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ ms.workload:
4343
6. For the **Value** field of the custom property, specify a value, and then choose the **OK** button.
4444

4545
## See also
46-
[Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md)
47-
[Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md)
48-
[Creating a Business Data Connectivity Model](../sharepoint/creating-a-business-data-connectivity-model.md)
49-
[Integrating Business Data into SharePoint](../sharepoint/integrating-business-data-into-sharepoint.md)
46+
[Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md)
47+
[Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md)
48+
[Create a business data connectivity model](../sharepoint/creating-a-business-data-connectivity-model.md)
49+
[Integrate business data into SharePoint](../sharepoint/integrating-business-data-into-sharepoint.md)
50+
5051

51-

docs/sharepoint/how-to-add-a-custom-sharepoint-node-to-server-explorer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.workload:
1818
- "office"
1919
---
2020
# How to: Add a custom SharePoint node to Server Explorer
21-
You can add custom nodes under the **SharePoint Connections** node in **Server Explorer**. This is useful when you want to display additional SharePoint components that are not displayed in **Server Explorer** by default. For more information, see [Extending the SharePoint Connections Node in Server Explorer](../sharepoint/extending-the-sharepoint-connections-node-in-server-explorer.md).
21+
You can add custom nodes under the **SharePoint Connections** node in **Server Explorer**. This is useful when you want to display additional SharePoint components that are not displayed in **Server Explorer** by default. For more information, see [Extend the SharePoint connections node in Server Explorer](../sharepoint/extending-the-sharepoint-connections-node-in-server-explorer.md).
2222

2323
To add a custom node, first create a class that defines the new node. Then create an extension that adds the node as a child of an existing node.
2424

@@ -89,12 +89,12 @@ ms.workload:
8989

9090
- System.Drawing
9191

92-
## Deploying the extension
93-
To deploy the **Server Explorer** extension, create a [!INCLUDE[vsprvs](../sharepoint/includes/vsprvs-md.md)] extension (VSIX) package for the assembly and any other files that you want to distribute with the extension. For more information, see [Deploying Extensions for the SharePoint Tools in Visual Studio](../sharepoint/deploying-extensions-for-the-sharepoint-tools-in-visual-studio.md).
92+
## Deploy the extension
93+
To deploy the **Server Explorer** extension, create a [!INCLUDE[vsprvs](../sharepoint/includes/vsprvs-md.md)] extension (VSIX) package for the assembly and any other files that you want to distribute with the extension. For more information, see [Deploy extensions for the SharePoint Tools in Visual Studio](../sharepoint/deploying-extensions-for-the-sharepoint-tools-in-visual-studio.md).
9494

9595
## See also
96-
[Extending the SharePoint Connections Node in Server Explorer](../sharepoint/extending-the-sharepoint-connections-node-in-server-explorer.md)
97-
[How to: Extend a SharePoint Node in Server Explorer](../sharepoint/how-to-extend-a-sharepoint-node-in-server-explorer.md)
98-
[Walkthrough: Extending Server Explorer to Display Web Parts](../sharepoint/walkthrough-extending-server-explorer-to-display-web-parts.md)
96+
[Extend the SharePoint connections node in Server Explorer](../sharepoint/extending-the-sharepoint-connections-node-in-server-explorer.md)
97+
[How to: Extend a SharePoint node in Server Explorer](../sharepoint/how-to-extend-a-sharepoint-node-in-server-explorer.md)
98+
[Walkthrough: Extend Server Explorer to display web parts](../sharepoint/walkthrough-extending-server-explorer-to-display-web-parts.md)
9999

100100

docs/sharepoint/how-to-add-a-deleter-method.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ ms.workload:
2626
- "office"
2727
---
2828
# How to: Add a Deleter method
29-
You can enable an end user to delete a data record from an external list on a SharePoint site by adding a Deleter method to the model. For more information, see [Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md).
29+
You can enable an end user to delete a data record from an external list on a SharePoint site by adding a Deleter method to the model. For more information, see [Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md).
3030

3131
### To create a Deleter method
3232

3333
1. On the **BDC Designer**, choose an entity.
3434

3535
2. On the menu bar, choose **View** > **Other Windows** > **BDC Method Details**.
3636

37-
The **BDC Method Details** window opens. For more information about this window, see [BDC Model Design Tools Overview](../sharepoint/bdc-model-design-tools-overview.md).
37+
The **BDC Method Details** window opens. For more information about this window, see [BDC model design tools overview](../sharepoint/bdc-model-design-tools-overview.md).
3838

3939
3. In the **Add a Method** list, choose **Create a Deleter Method**.
4040

@@ -48,11 +48,11 @@ ms.workload:
4848

4949
- A method instance for the method.
5050

51-
For more information, see [Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md).
51+
For more information, see [Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md).
5252

5353
4. In **Solution Explorer**, open the shortcut menu of the service code file that was generated for the entity, and then choose **View Code**.
5454

55-
The entity service code file opens in the Code Editor. For more information about the entity service code file, see [Creating a Business Data Connectivity Model](../sharepoint/creating-a-business-data-connectivity-model.md).
55+
The entity service code file opens in the Code Editor. For more information about the entity service code file, see [Create a business data connectivity model](../sharepoint/creating-a-business-data-connectivity-model.md).
5656

5757
5. Add code to the Deleter method to delete a record. The following example deletes a line item from a sales order by using the AdventureWorks sample database for SQL Server.
5858

@@ -66,13 +66,13 @@ ms.workload:
6666
[!code-vb[SP_BDC#6](../sharepoint/codesnippet/VisualBasic/sp_bdc/bdcmodel1/salesorderdetailservice.vb#6)]
6767

6868
## See also
69-
[Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md)
70-
[How to: Add a Finder Method](../sharepoint/how-to-add-a-finder-method.md)
71-
[How to: Add a Specific Finder Method](../sharepoint/how-to-add-a-specific-finder-method.md)
72-
[How to: Add a Creator Method](../sharepoint/how-to-add-a-creator-method.md)
73-
[How to: Add an Updater Method](../sharepoint/how-to-add-an-updater-method.md)
74-
[BDC Model Design Tools Overview](../sharepoint/bdc-model-design-tools-overview.md)
75-
[How to: Add a Parameter to a Method](../sharepoint/how-to-add-a-parameter-to-a-method.md)
76-
[How to: Define a Method Instance](../sharepoint/how-to-define-a-method-instance.md)
77-
78-
69+
[Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md)
70+
[How to: Add a Finder method](../sharepoint/how-to-add-a-finder-method.md)
71+
[How to: Add a specific Finder method](../sharepoint/how-to-add-a-specific-finder-method.md)
72+
[How to: Add a Creator method](../sharepoint/how-to-add-a-creator-method.md)
73+
[How to: Add an Updater method](../sharepoint/how-to-add-an-updater-method.md)
74+
[BDC model design tools overview](../sharepoint/bdc-model-design-tools-overview.md)
75+
[How to: Add a parameter to a method](../sharepoint/how-to-add-a-parameter-to-a-method.md)
76+
[How to: Define a method instance](../sharepoint/how-to-define-a-method-instance.md)
77+
78+

docs/sharepoint/how-to-add-a-feature-to-sharepoint-solutions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ ms.workload:
2626
1. In **Solution Explorer**, open the shortcut menu for **Features**, and then choose **Add Feature**.
2727

2828
## See also
29-
[Packaging and Deploying SharePoint Solutions](../sharepoint/packaging-and-deploying-sharepoint-solutions.md)
29+
[Package and deploy SharePoint solutions](../sharepoint/packaging-and-deploying-sharepoint-solutions.md)
30+
3031

31-

docs/sharepoint/how-to-add-a-filter-descriptor-to-a-finder-method.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ ms.workload:
2222
- "office"
2323
---
2424
# How to: Add a filter descriptor to a Finder method
25-
Filter descriptors enable consumers of the model to pass values to methods before they execute. For more information, see [Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md).
25+
Filter descriptors enable consumers of the model to pass values to methods before they execute. For more information, see [Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md).
2626

2727
One common scenario is that users in SharePoint want to retrieve instances of an external content type that match some criteria. You can support this scenario by adding a filter descriptor to a Finder method.
2828

2929
### To add a filter descriptor to a Finder method
3030

31-
1. In the **BDC Method Details** window, expand the node of a Finder method, expand the **Parameters** node, and then add an input parameter. For more information, see [How to: Add a Parameter to a Method](../sharepoint/how-to-add-a-parameter-to-a-method.md).
31+
1. In the **BDC Method Details** window, expand the node of a Finder method, expand the **Parameters** node, and then add an input parameter. For more information, see [How to: Add a parameter to a method](../sharepoint/how-to-add-a-parameter-to-a-method.md).
3232

3333
2. In the **Method Details** window, choose the type descriptor of the parameter.
3434

@@ -67,11 +67,11 @@ ms.workload:
6767
[!code-vb[SP_BDC#11](../sharepoint/codesnippet/VisualBasic/sp_bdc/bdcmodel1/salesorderservice.vb#11)]
6868

6969
## See also
70-
[How to: Add a Finder Method](../sharepoint/how-to-add-a-finder-method.md)
71-
[How to: Add a Specific Finder Method](../sharepoint/how-to-add-a-specific-finder-method.md)
72-
[How to: Add a Parameter to a Method](../sharepoint/how-to-add-a-parameter-to-a-method.md)
73-
[How to: Define the Type Descriptor of a Parameter](../sharepoint/how-to-define-the-type-descriptor-of-a-parameter.md)
74-
[Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md)
75-
[Integrating Business Data into SharePoint](../sharepoint/integrating-business-data-into-sharepoint.md)
76-
77-
70+
[How to: Add a Finder method](../sharepoint/how-to-add-a-finder-method.md)
71+
[How to: Add a specific Finder method](../sharepoint/how-to-add-a-specific-finder-method.md)
72+
[How to: Add a parameter to a method](../sharepoint/how-to-add-a-parameter-to-a-method.md)
73+
[How to: Define the type descriptor of a parameter](../sharepoint/how-to-define-the-type-descriptor-of-a-parameter.md)
74+
[Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md)
75+
[Integrating business data into SharePoint](../sharepoint/integrating-business-data-into-sharepoint.md)
76+
77+

docs/sharepoint/how-to-add-a-finder-method.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ ms.workload:
3030

3131
1. On the **BDC Designer**, choose an entity.
3232

33-
For more information, see [How to: Add an Entity to a Model](../sharepoint/how-to-add-an-entity-to-a-model.md).
33+
For more information, see [How to: Add an entity to a model](../sharepoint/how-to-add-an-entity-to-a-model.md).
3434

3535
2. On the menu bar, choose **View** > **Other Windows** > **BDC Method Details**.
3636

37-
The **BDC Method Details** window opens. For more information about the **BDC Method Details** window, see [BDC Model Design Tools Overview](../sharepoint/bdc-model-design-tools-overview.md).
37+
The **BDC Method Details** window opens. For more information about the **BDC Method Details** window, see [BDC model design tools overview](../sharepoint/bdc-model-design-tools-overview.md).
3838

3939
3. In the **Add a Method** list, choose **Create Finder Method**.
4040

4141
Visual Studio adds a method, a return parameter, and a type descriptor.
4242

43-
4. Configure the type descriptor as an entity collection type descriptor. For more information about how to create an entity collection type descriptor, see [How to: Define the Type Descriptor of a Parameter](../sharepoint/how-to-define-the-type-descriptor-of-a-parameter.md).
43+
4. Configure the type descriptor as an entity collection type descriptor. For more information about how to create an entity collection type descriptor, see [How to: Define the type descriptor of a parameter](../sharepoint/how-to-define-the-type-descriptor-of-a-parameter.md).
4444

4545
> [!NOTE]
4646
> You do not have to perform this step if you have added a Specific Finder method to the entity. Visual Studio uses the type descriptor that you defined in the Specific Finder method.
4747
48-
5. In **Solution Explorer**, open the shortcut menu of the service code file that was generated for the entity, and then choose **View Code**. For more information about the service code file, see [Creating a Business Data Connectivity Model](../sharepoint/creating-a-business-data-connectivity-model.md).
48+
5. In **Solution Explorer**, open the shortcut menu of the service code file that was generated for the entity, and then choose **View Code**. For more information about the service code file, see [Create a business data connectivity model](../sharepoint/creating-a-business-data-connectivity-model.md).
4949

5050
6. Add code to the Finder method. This code performs the following tasks:
5151

@@ -62,13 +62,13 @@ ms.workload:
6262
[!code-vb[SP_BDC#2](../sharepoint/codesnippet/VisualBasic/sp_bdc/bdcmodel1/contactservice.vb#2)]
6363

6464
## See also
65-
[BDC Model Design Tools Overview](../sharepoint/bdc-model-design-tools-overview.md)
66-
[Designing a Business Data Connectivity Model](../sharepoint/designing-a-business-data-connectivity-model.md)
67-
[How to: Add a Specific Finder Method](../sharepoint/how-to-add-a-specific-finder-method.md)
68-
[How to: Add a Creator Method](../sharepoint/how-to-add-a-creator-method.md)
69-
[How to: Add a Deleter Method](../sharepoint/how-to-add-a-deleter-method.md)
70-
[How to: Add an Updater Method](../sharepoint/how-to-add-an-updater-method.md)
71-
[How to: Add a Parameter to a Method](../sharepoint/how-to-add-a-parameter-to-a-method.md)
72-
[How to: Define a Method Instance](../sharepoint/how-to-define-a-method-instance.md)
73-
74-
65+
[BDC model design tools overview](../sharepoint/bdc-model-design-tools-overview.md)
66+
[Design a business data connectivity model](../sharepoint/designing-a-business-data-connectivity-model.md)
67+
[How to: Add a specific Finder method](../sharepoint/how-to-add-a-specific-finder-method.md)
68+
[How to: Add a Creator method](../sharepoint/how-to-add-a-creator-method.md)
69+
[How to: Add a Deleter method](../sharepoint/how-to-add-a-deleter-method.md)
70+
[How to: Add an Updater method](../sharepoint/how-to-add-an-updater-method.md)
71+
[How to: Add a parameter to a method](../sharepoint/how-to-add-a-parameter-to-a-method.md)
72+
[How to: Define a method instance](../sharepoint/how-to-define-a-method-instance.md)
73+
74+

0 commit comments

Comments
 (0)