You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sharepoint/how-to-add-a-creator-method.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ ms.workload:
24
24
- "office"
25
25
---
26
26
# 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).
28
28
29
29
### To add a Creator method
30
30
31
31
1. On the **BDC Designer**, choose an entity.
32
32
33
33
2. On the menu bar, choose **View** > **Other Windows** >**BDC Method Details**.
34
34
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).
36
36
37
37
3. In the **Add a Method** list, choose **Create Creator Method**.
38
38
@@ -48,11 +48,11 @@ ms.workload:
48
48
49
49
- A method instance for the method.
50
50
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).
52
52
53
53
4. In **Solution Explorer**, open the shortcut menu of the service code file that was generated for the entity, and then choose **View Code**.
54
54
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).
56
56
57
57
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.
Copy file name to clipboardExpand all lines: docs/sharepoint/how-to-add-a-custom-sharepoint-node-to-server-explorer.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.workload:
18
18
- "office"
19
19
---
20
20
# 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).
22
22
23
23
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.
24
24
@@ -90,11 +90,11 @@ ms.workload:
90
90
- System.Drawing
91
91
92
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).
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).
94
94
95
95
## 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)
Copy file name to clipboardExpand all lines: docs/sharepoint/how-to-add-a-deleter-method.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,15 @@ ms.workload:
26
26
- "office"
27
27
---
28
28
# 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).
30
30
31
31
### To create a Deleter method
32
32
33
33
1. On the **BDC Designer**, choose an entity.
34
34
35
35
2. On the menu bar, choose **View** > **Other Windows** > **BDC Method Details**.
36
36
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).
38
38
39
39
3. In the **Add a Method** list, choose **Create a Deleter Method**.
40
40
@@ -48,11 +48,11 @@ ms.workload:
48
48
49
49
- A method instance for the method.
50
50
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).
52
52
53
53
4. In **Solution Explorer**, open the shortcut menu of the service code file that was generated for the entity, and then choose **View Code**.
54
54
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).
56
56
57
57
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.
Copy file name to clipboardExpand all lines: docs/sharepoint/how-to-add-a-filter-descriptor-to-a-finder-method.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ ms.workload:
22
22
- "office"
23
23
---
24
24
# 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).
26
26
27
27
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.
28
28
29
29
### To add a filter descriptor to a Finder method
30
30
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).
32
32
33
33
2. In the **Method Details** window, choose the type descriptor of the parameter.
Copy file name to clipboardExpand all lines: docs/sharepoint/how-to-add-a-finder-method.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -30,22 +30,22 @@ ms.workload:
30
30
31
31
1. On the **BDC Designer**, choose an entity.
32
32
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).
34
34
35
35
2. On the menu bar, choose **View** > **Other Windows** > **BDC Method Details**.
36
36
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).
38
38
39
39
3. In the **Add a Method** list, choose **Create Finder Method**.
40
40
41
41
Visual Studio adds a method, a return parameter, and a type descriptor.
42
42
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).
44
44
45
45
> [!NOTE]
46
46
> 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.
47
47
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).
49
49
50
50
6. Add code to the Finder method. This code performs the following tasks:
0 commit comments