Click or drag to resize

RGEntityKey Class

Wrapper class for Key of data record.
Inheritance Hierarchy

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
[SerializableAttribute]
public class RGEntityKey : RGEntityKeyA, 
	IRGEntityKey

The RGEntityKey type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEntityKeyValues
Gets the entity key values.
(Inherited from RGEntityKeyA.)
Public propertyEntityTypeName
Gets the name of the entity type.
(Inherited from RGEntityKeyA.)
Public propertyForeignKey
Gets the foreign key.
(Inherited from RGEntityKeyA.)
Public propertyIsTemporary
Gets a value indicating whether this instance is temporary.
(Inherited from RGEntityKeyA.)
Top
See Also