MethodInstanceType 枚举 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Represents the type of a MethodInstance object.
命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Enumeration MethodInstanceType
用法
Dim instance As MethodInstanceType
public enum MethodInstanceType
成员
成员名称 | 说明 | |
---|---|---|
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. |
另请参阅
参考
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间