Adds a record to the database and commits the changes.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void WriteRecord(
	string action,
	Object actionArg1,
	Object actionArg2,
	Object actionArg3,
	string objectID,
	string objectName,
	string objectPath,
	string objectRevision
)
Visual Basic
Public Sub WriteRecord ( _
	action As String, _
	actionArg1 As Object, _
	actionArg2 As Object, _
	actionArg3 As Object, _
	objectID As String, _
	objectName As String, _
	objectPath As String, _
	objectRevision As String _
)
Visual C++
public:
void WriteRecord(
	String^ action, 
	Object^ actionArg1, 
	Object^ actionArg2, 
	Object^ actionArg3, 
	String^ objectID, 
	String^ objectName, 
	String^ objectPath, 
	String^ objectRevision
)

Parameters

action
Type: System..::..String
The name of the action.
actionArg1
Type: System..::..Object
The argument of the action.
actionArg2
Type: System..::..Object
The argument of the action.
actionArg3
Type: System..::..Object
The argument of the action.
objectID
Type: System..::..String
The value that uniquely identifies the audited object.
objectName
Type: System..::..String
The name of the audited object.
objectPath
Type: System..::..String
The path to the audited object.
objectRevision
Type: System..::..String
The revision number of the audited object.

See Also