EntityDescription.FromEntity(Entity) 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.
Retrieves the entity description for a given entity.
public:
static Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::EntityDescription ^ FromEntity(Microsoft::Xrm::Sdk::Entity ^ paramEntity);
public static Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription FromEntity (Microsoft.Xrm.Sdk.Entity paramEntity);
static member FromEntity : Microsoft.Xrm.Sdk.Entity -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription
Public Shared Function FromEntity (paramEntity As Entity) As EntityDescription
Parameters
- paramEntity
- Entity
Specifies the entity.