RecroTrack Constructor
Initializes a new instance of the
RecroTrack class.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.1
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.