[This is preliminary documentation and is subject to change.]
Gets the parent information from the metabase
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void GetMetaParentInfo( MetaConstants..::.MetaEntity me, int metaId, int pkId, ref BusinessConstants..::.ObjectType parentType, ref int objectId ) |
Visual Basic (Declaration) |
---|
Public Sub GetMetaParentInfo ( _ me As MetaConstants..::.MetaEntity, _ metaId As Integer, _ pkId As Integer, _ ByRef parentType As BusinessConstants..::.ObjectType, _ ByRef objectId As Integer _ ) |
Visual C++ |
---|
public: void GetMetaParentInfo( MetaConstants..::.MetaEntity me, int metaId, int pkId, BusinessConstants..::.ObjectType% parentType, int% objectId ) |
Parameters
- metaId
- Type: System..::.Int32
- pkId
- Type: System..::.Int32
- parentType
- Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType%
- objectId
- Type: System..::.Int32%