BdcWebService.GetMethodsForEntity Method

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.WebService
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebMethodAttribute> _
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Function GetMethodsForEntity ( _
    entityId As UInteger _
) As MethodStruct()
'Usage
Dim instance As BdcWebService
Dim entityId As UInteger
Dim returnValue As MethodStruct()

returnValue = instance.GetMethodsForEntity(entityId)
[WebMethodAttribute]
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public MethodStruct[] GetMethodsForEntity(
    uint entityId
)

Parameters

Return Value

Type: []

See Also

Reference

BdcWebService Class

BdcWebService Members

Microsoft.Office.Server.ApplicationRegistry.WebService Namespace