Compartilhar via


EntityDescription.EntityListToEntityDescriptionList Method

Moves the entities from the entity list to entity description list.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim list As List(Of Entity)
Dim returnValue As List(Of EntityDescription)

returnValue = EntityDescription.EntityListToEntityDescriptionList(list)

Syntax

'Declaration
Public Shared Function EntityListToEntityDescriptionList ( _
    list As List(Of Entity) _
) As List(Of EntityDescription)
public static List<EntityDescription> EntityListToEntityDescriptionList (
    List<Entity> list
)
public:
static List<EntityDescription^>^ EntityListToEntityDescriptionList (
    List<Entity^>^ list
)
public static List<EntityDescription> EntityListToEntityDescriptionList (
    List<Entity> list
)
public static function EntityListToEntityDescriptionList (
    list : List<Entity>
) : List<EntityDescription>

Parameters

  • list
    Specifies the list of entities.

Return Value

Type: List

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

EntityDescription Class
EntityDescription Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.