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: 1.7.3
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 propertyEntityContainerName
Gets or sets the name of the entity container.
Public propertyEntityKeyValues
Gets the entity key values.
Public propertyEntitySetName
Gets the name of the entity set.
Public propertyForeignKey
Gets the foreign key.
Public propertyIsTemporary
Gets a value indicating whether this instance is temporary.
Top
See Also