
| Visual Basic (Declaration) | |
|---|---|
Public Class ForeignKeysAttribute Inherits System.Attribute Implements _Attribute | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ForeignKeysAttribute | |
| C# | |
|---|---|
public class ForeignKeysAttribute : System.Attribute, _Attribute | |
| C++/CLI | |
|---|---|
public ref class ForeignKeysAttribute : public System.Attribute, _Attribute | |
This attribute is used to create a relation between two Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity classes.
When a parent class "A" of type Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity has property of type "B" that implements the Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity interface (child class) this attribute defines which properties in the child class "B" correspond to the same properties in the parent class "A".
System.Object
System.Attribute
Leadtools.Medical.DataAccessLayer.Catalog.ForeignKeysAttribute
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code