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

Returns the mapping of meta entity from the object type

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

Syntax

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

Parameters

oType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The type of the object

Return Value

The meta entity

See Also