Action Class
Represents an action in the Business Data Connectivity (BDC) service.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.Client.MetadataObject
Microsoft.SharePoint.BusinessData.Administration.Client.AccessControlledMetadataObject
Microsoft.SharePoint.BusinessData.Administration.Client.Action
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public NotInheritable Class Action _
Inherits AccessControlledMetadataObject
'Usage
Dim instance As Action
public sealed class Action : AccessControlledMetadataObject
Remarks
External content types can have actions in the BDC. Actions are implemented as links, so you can also use Action objects to perform simple actions such as to send an e-mail message or open a customer's home page.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace