Click or drag to resize

RecroTrack Constructor

Initializes a new instance of the RecroTrack class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public RecroTrack(
	ILogger logger,
	IRGDataContext context,
	string transactionName,
	string userId,
	string comment = null,
	RecroGrid recroGrid = null,
	Nullable<FEPTypeEnum> fepType = null
)

Parameters

logger
Type: ILogger
The logger.
context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
transactionName
Type: SystemString
Name of the transaction.
userId
Type: SystemString
The user identifier.
comment (Optional)
Type: SystemString
The comment.
recroGrid (Optional)
Type: Recrovit.RecroGridFrameworkRecroGrid
The RecroGrid.
fepType (Optional)
Type: SystemNullableFEPTypeEnum
The FEPType.
See Also