DataClass.GetMethods Method

Gets the methods available for this DataClass object (entity).

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

Syntax

'Declaration
Public Function GetMethods As NamedMethodDictionary
'Usage
Dim instance As DataClass
Dim returnValue As NamedMethodDictionary

returnValue = instance.GetMethods()
public NamedMethodDictionary GetMethods()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedMethodDictionary
A NamedMethodDictionary object.

See Also

Reference

DataClass Class

DataClass Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace