AbstractEntityInstance Constructor (MethodInstance, Object , LobSystemInstance)
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Sub New ( _
methodInstance As MethodInstance, _
identifierValues As Object(), _
lobSystemInstance As LobSystemInstance _
)
'Usage
Dim methodInstance As MethodInstance
Dim identifierValues As Object()
Dim lobSystemInstance As LobSystemInstance
Dim instance As New AbstractEntityInstance(methodInstance, _
identifierValues, lobSystemInstance)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public AbstractEntityInstance(
MethodInstance methodInstance,
Object[] identifierValues,
LobSystemInstance lobSystemInstance
)
Parameters
methodInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstanceThe method instance object representing the back-end method to be executed to obtain this entity instance.
identifierValues
Type: []The identifier values for this entity instance.
lobSystemInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstanceThe LobSystemInstance object that this entity belongs to.
See Also
Reference
AbstractEntityInstance Members
AbstractEntityInstance Overload
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace