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

Inserts the meta history object

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

Syntax

C#
public void InsMetaHistory(
	BusinessConstants..::.ObjectType parentObjectType,
	int parentId,
	MetaConstants..::.MetaEntity childEntity,
	MetaConstants..::.MetaHistoryState action,
	string title,
	string description,
	int userId,
	DateTime dt
)
Visual Basic (Declaration)
Public Sub InsMetaHistory ( _
	parentObjectType As BusinessConstants..::.ObjectType, _
	parentId As Integer, _
	childEntity As MetaConstants..::.MetaEntity, _
	action As MetaConstants..::.MetaHistoryState, _
	title As String, _
	description As String, _
	userId As Integer, _
	dt As DateTime _
)
Visual C++
public:
void InsMetaHistory(
	BusinessConstants..::.ObjectType parentObjectType, 
	int parentId, 
	MetaConstants..::.MetaEntity childEntity, 
	MetaConstants..::.MetaHistoryState action, 
	String^ title, 
	String^ description, 
	int userId, 
	DateTime dt
)

Parameters

parentObjectType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The object type of the parent
parentId
Type: System..::.Int32
The unique id of the parent
childEntity
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The child entity
action
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaHistoryState
the meta history state for the action
title
Type: System..::.String
The history title
description
Type: System..::.String
The history description
userId
Type: System..::.Int32
The unique id of the object
dt
Type: System..::.DateTime
The datetime

See Also