Action Element in Actions (BDCMetadata Schema)
마지막 수정 날짜: 2010년 4월 16일 금요일
적용 대상: SharePoint Server 2010
Specifies an action supported by an external content type.
Namespace: https://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema: BDCMetadata
Actions bridge the gap between Microsoft SharePoint 2010 and Microsoft Office 2010 and an external system's user interface by providing a link back to the external system.
By default, BDC(Business Data Connectivity) Service provides actions such as View Item, Edit Item, and Delete Item after you model these operations in the BDC model. In addition to these default actions, you can create actions for other functionality you want to attach to your external content type. For example, you can use actions to perform simple actions such as to send e-mail messages to a customer from the Customer external content type or to open a customer's home page in a browser.
Actions travel with an external content type. That is, after you define an action for an external content type, the action appears everywhere you display that external content type—whether in an external list or Business Data Web Part or in an External Data column.
<Action Position = "Integer" IsOpenedInNewWindow = "Boolean" Url = "String" ImageUrl = "String" Name = "String" DefaultDisplayName = "String" IsCached = "Boolean"> </Action>
특성 및 요소
The following sections describe attributes, child elements, and parent elements.
특성
Attribute |
Description |
---|---|
Position |
Required. The suggested position of this action among the other actions of this external content type. Attribute type: Integer |
IsOpenedInNewWindow |
Optional. Specifies whether the results of executing an action are presented in a new user interface window. Default value: false Attribute type: Boolean |
Url |
Required. The URL to go to when the action is invoked. The URL string is a Microsoft .NET Framework format string. Each format specifier (for example, {0}) corresponds to an Action parameter. Attribute type: String |
ImageUrl |
Optional. The absolute or relative path to the icon image for the action. The icon image should be 16 x 16 pixels. Attribute type: String |
Name |
Required. The name of this action. Attribute type: String |
DefaultDisplayName |
Optional. The default display name for this action. Attribute type: String |
IsCached |
Optional. Specifies whether this action is used frequently. This is used by the BDC client runtime to cache this action. Default value: true Attribute type: Boolean |
하위 요소
Element |
Description |
---|---|
LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema) |
The localized names of the action. |
The properties of the action. |
|
The parameters of the action. |
상위 요소
Element |
Description |
---|---|
The list of actions of an external content type. |