WebServiceEntityInstance Class

Represents an adapter-specific Web Service entity instance.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractInstance
    Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance
      Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService.WebServiceEntityInstance

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class WebServiceEntityInstance _
    Inherits AbstractEntityInstance
'Usage
Dim instance As WebServiceEntityInstance
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class WebServiceEntityInstance : AbstractEntityInstance

Remarks

The Runtime namespace contains classes and base classes that offer an intuitive, object-oriented interface to Business Data Catalog client applications.

TheIEntityInstance interface is the most useful object you will work with in the Runtime namespace. It abstracts the underlying data sources and insulates the clients from having to learn application-specific coding paradigms, and allows them to access all business applications in a single, simplified way. It is because of the IEntityInstance interface that you can work with a row of data from a database in just the same way as working with a complex .NET structure returned by a Web service.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WebServiceEntityInstance Members

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService Namespace