RecroTrack Constructor

Initializes a new instance of the RecroTrack class.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public RecroTrack(
	IRGFLogger rgfLogger,
	IRGDataContext context,
	string transactionName,
	string userId,
	string comment = null,
	RecroGrid recroGrid = null,
	RgfFEPType? fepType = null
)

Parameters

rgfLogger  IRGFLogger
The logger.
context  IRGDataContext
The context.
transactionName  String
Name of the transaction.
userId  String
The user identifier.
comment  String  (Optional)
The comment.
recroGrid  RecroGrid  (Optional)
The RecroGrid.
fepType  NullableRgfFEPType  (Optional)
The FEPType.

See Also