: MethodInstanceType (Enumeración) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Represents the type of a MethodInstance object.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Enumeration MethodInstanceType
'Uso
Dim instance As MethodInstanceType
public enum MethodInstanceType

Miembros

  Nombre de miembro Descripción
AccessChecker A special method that returns the rights a user has on one or more entity instances. A right can be a single bit or a collection of bits. The rights, once determined, can be used by Business Data client applications via the Entity.CheckAccess method. 
Finder A special method that returns instances of an entity. Finder methods are static methods.  
GenericInvoker Used to invoke in the back-end line-of-business (LOB) application that is not one of the methods described previously.  
IdEnumerator Returns the list of IDs (unique keys) for each entity that should be searchable. This enables indexing of the entities whose IDs the IDEnumerator method returns.  
Scalar A special method that is optimized to return a single piece of data from the backend application. 
SpecificFinder A special method that returns a single entity instance. SpecificFinder methods are nonstatic methods and require the ID of an .entity instance.  
ViewAccessor Returns a named collection of field values for an entity. 

Vea también

Referencia

Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)