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

Gets all the events for a particular object in the metabase

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetEventsForMetabase(
	MetaConstants..::.MetaEntity me,
	int objectId
)
Visual Basic (Declaration)
Public Function GetEventsForMetabase ( _
	me As MetaConstants..::.MetaEntity, _
	objectId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetEventsForMetabase(
	MetaConstants..::.MetaEntity me, 
	int objectId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity id
objectId
Type: System..::.Int32
The unique object id in the metabase

Return Value

The dataset of events

See Also