EntityDescription.FromEntity Method
Retrieves the entity description for a given entity.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim paramEntity As Entity
Dim returnValue As EntityDescription
returnValue = EntityDescription.FromEntity(paramEntity)
Syntax
'Declaration
Public Shared Function FromEntity ( _
paramEntity As Entity _
) As EntityDescription
public static EntityDescription FromEntity (
Entity paramEntity
)
public:
static EntityDescription^ FromEntity (
Entity^ paramEntity
)
public static EntityDescription FromEntity (
Entity paramEntity
)
public static function FromEntity (
paramEntity : Entity
) : EntityDescription
Parameters
- paramEntity
Specifies the entity.
Return Value
Type:EntityDescription.
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.