AtomsFramework Persistence Layer Reference Guide

AFTableAttribute.KeyReference Property

[This is preliminary documentation and subject to change.]

The key field to reference in the parent class.

[Visual Basic]
Public Property KeyReference As String
[C#]
public string KeyReference {get; set;}

Remarks

When a class inherits from a super class there must be a link between the two classes. This attribute is used to define the linkage between the sub class and the parent class

See Also

AFTableAttribute Class | AtomsFramework Namespace