ConvertEntInfosToEntities Method
Converts a list of PersistableIdEntInfo objects to the IEntity implementation of the entities that they represent
Syntax
System.Collections.Generic.IDictionary<PersistableIdEntInfo,IEntity> ConvertEntInfosToEntities(
Connection vltConn,
System.Collections.Generic.IEnumerable<PersistableIdEntInfo> ents
)Function ConvertEntInfosToEntities( _
ByVal vltConn As Connection, _
ByVal ents As System.Collections.Generic.IEnumerable(Of PersistableIdEntInfo) _
) As System.Collections.Generic.IDictionary(Of PersistableIdEntInfo,IEntity)Parameters
| Name | Description |
|---|---|
| vltConn | A connection to a vault server |
| ents | A list of PersistableIdEntInfo objects to convert |
Return Value
A dictionary mapping a PersistableIdEntInfo to the Entity that it points to