Click or drag to resize

RGEntityKeyA Class

Abstract class for Key of data record.
Inheritance Hierarchy

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
[SerializableAttribute]
public abstract class RGEntityKeyA

The RGEntityKeyA type exposes the following members.

Constructors
  NameDescription
Protected methodRGEntityKeyA
Initializes a new instance of the RGEntityKeyA class
Top
Properties
  NameDescription
Public propertyEntityKeyValues
Gets the entity key values.
Public propertyEntityTypeName
Gets the name of the entity type.
Public propertyForeignKey
Gets the foreign key.
Public propertyIsTemporary
Gets a value indicating whether this instance is temporary.
Top
See Also