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

Gets the entity name from the entity enumeration type

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

Syntax

C#
public static string GetMetaEntityName(
	MetaConstants..::.MetaEntity me
)
Visual Basic (Declaration)
Public Shared Function GetMetaEntityName ( _
	me As MetaConstants..::.MetaEntity _
) As String
Visual C++
public:
static String^ GetMetaEntityName(
	MetaConstants..::.MetaEntity me
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The entity enumeration type

Return Value

The meta entity name

See Also