EntityDescription.EntityListToEntityDescriptionList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)