EntityInstanceEnumeratorBase, constructeur (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Creates a new EntityInstanceEnumeratorBase object for the specified native enumerator object from the back-end application and SharedEntityState object.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub New ( _
lobAdapterEnumerator As IEnumerator, _
sharedEntityState As SharedEntityState _
)
'Utilisation
Dim lobAdapterEnumerator As IEnumerator
Dim sharedEntityState As SharedEntityState
Dim instance As New EntityInstanceEnumeratorBase(lobAdapterEnumerator, sharedEntityState)
public EntityInstanceEnumeratorBase (
IEnumerator lobAdapterEnumerator,
SharedEntityState sharedEntityState
)
Paramètres
- lobAdapterEnumerator
The raw enumerator object from the back-end application
- sharedEntityState
The SharedEntityState object for the entity instance enumerator.
Voir aussi
Référence
EntityInstanceEnumeratorBase, classe
Membres EntityInstanceEnumeratorBase
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms