Almanna.RelationshipInfo – almanna Reference Manual
Packages
almanna
Almanna
RelationshipInfo
entity_type
foreign_column
property_name
relationship_type
this_column
RelationshipInfo
RelationshipInfo
Object Hierarchy:
Description:
public
class
RelationshipInfo
Relationship information.
Namespace:
Almanna
Package:
almanna
Content:
Properties:
public
RelationshipType
relationship_type
{
set
;
get
; }
public
Type
entity_type
{
set
;
get
; }
public
string
property_name
{
set
;
get
; }
public
string
this_column
{
set
;
get
; }
public
string
foreign_column
{
set
;
get
; }
Creation methods:
public
RelationshipInfo
(
RelationshipType
relationship_type,
Type
entity_type,
string
property_name,
string
this_column,
string
foreign_column)
Create a new RelationshipInfo with all required info.