Click or drag to resize

RecroGridRGServiceParamsGetEntityKey Method (IRGDataContext, RecroGridRGEntity)

Gets the entity key.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public IRGEntityKey GetEntityKey(
	IRGDataContext context,
	RecroGridRGEntity rgEntity
)

Parameters

context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
rgEntity
Type: Recrovit.RecroGridFrameworkRecroGridRGEntity
The Entity.

Return Value

Type: IRGEntityKey
The Key.
Exceptions
ExceptionCondition
RGCustomExceptionInvalid key signature!
See Also