EntityInstanceEnumeratorBase Constructor
Creates a new EntityInstanceEnumeratorBase object for the specified native enumerator object from the back-end application and SharedEntityState object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
lobAdapterEnumerator As IEnumerator, _
sharedEntityState As SharedEntityState _
)
'Usage
Dim lobAdapterEnumerator As IEnumerator
Dim sharedEntityState As SharedEntityState
Dim instance As New EntityInstanceEnumeratorBase(lobAdapterEnumerator, _
sharedEntityState)
public EntityInstanceEnumeratorBase(
IEnumerator lobAdapterEnumerator,
SharedEntityState sharedEntityState
)
Parameters
- lobAdapterEnumerator
Type: System.Collections.IEnumerator
The raw enumerator object from the back-end application
- sharedEntityState
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.SharedEntityState
The SharedEntityState object for the entity instance enumerator.
See Also
Reference
EntityInstanceEnumeratorBase Class
EntityInstanceEnumeratorBase Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace