Freigeben über


EntityDescription.EntityListToEntityDescriptionList Method

Definition

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

public:
 static System::Collections::Generic::List<Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::EntityDescription ^> ^ EntityListToEntityDescriptionList(System::Collections::Generic::List<Microsoft::Xrm::Sdk::Entity ^> ^ list);
public static System.Collections.Generic.List<Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription> EntityListToEntityDescriptionList (System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity> list);
static member EntityListToEntityDescriptionList : System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity> -> System.Collections.Generic.List<Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription>
Public Shared Function EntityListToEntityDescriptionList (list As List(Of Entity)) As List(Of EntityDescription)

Parameters

list
List<Entity>

Specifies the list of entities.

Returns

Applies to