RecroGridRGPropertyGetRGEntity Method

It returns the Entity in which the Property is located.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public RecroGridRGEntity GetRGEntity(
	IRGFLogger logger,
	IRGDataContext context
)

Parameters

logger  IRGFLogger
The Logger.
context  IRGDataContext
The context.

Return Value

RecroGridRGEntity
The Entity

See Also