[This is preliminary documentation and is subject to change.]

Returns the mapping of object type from the meta entity

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static BusinessConstants..::.ObjectType GetObjectTypeFromEntity(
	MetaConstants..::.MetaEntity entityId
)
Visual Basic (Declaration)
Public Shared Function GetObjectTypeFromEntity ( _
	entityId As MetaConstants..::.MetaEntity _
) As BusinessConstants..::.ObjectType
Visual C++
public:
static BusinessConstants..::.ObjectType GetObjectTypeFromEntity(
	MetaConstants..::.MetaEntity entityId
)

Parameters

entityId
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The id of the entity

Return Value

The object type

See Also