AbstractInstance 构造函数 (DataClass, TypeDescriptor, Object, LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Creates a new instance based on the data fields corresponding to the return TypeDescriptor object of the method instance.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Sub New ( _
dataClass As DataClass, _
rootTypeDescriptor As TypeDescriptor, _
adapterObject As Object, _
lobSystemInstance As LobSystemInstance _
)
用法
Dim dataClass As DataClass
Dim rootTypeDescriptor As TypeDescriptor
Dim adapterObject As Object
Dim lobSystemInstance As LobSystemInstance
Dim instance As New AbstractInstance(dataClass, rootTypeDescriptor, adapterObject, lobSystemInstance)
public AbstractInstance (
DataClass dataClass,
TypeDescriptor rootTypeDescriptor,
Object adapterObject,
LobSystemInstance lobSystemInstance
)
参数
- dataClass
The DataClass object this is an instance of.
- rootTypeDescriptor
The root TypeDescriptor of the method instance that returns the instance.
- adapterObject
The raw adapter object from the back-end application.
- lobSystemInstance
The LobSystemInstance that this instance belongs to.
另请参阅
参考
AbstractInstance 类
AbstractInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间