MethodInstanceType, énumération (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Represents the type of a MethodInstance object.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Enumeration MethodInstanceType
'Utilisation
Dim instance As MethodInstanceType
public enum MethodInstanceType
Membres
Nom du membre | Description | |
---|---|---|
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. |
Voir aussi
Référence
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms