Method | Description | |
---|---|---|
GetAssociationName ( this rel ) : string |
Returns the association name for the given relation
|
|
GetOtherEndFromRole ( this rel, RelationEndRole role ) : RelationEnd | ||
GetParent ( this relEnd ) : Relation | ||
GetReferencedObjectClass ( this prop ) : ObjectClass | ||
GetRelationAssociationName ( this rel, RelationEndRole endRole ) : string |
Returns the association name for the association from the given end to the CollectionEntry
|
|
GetRole ( this relEnd ) : RelationEndRole | ||
HasStorage ( this rel, RelationEndRole role ) : bool | ||
IsNullable ( this relEnd ) : bool | ||
Lookup ( IZetboxContext ctx, ObjectReferenceProperty prop ) : Relation |
public static GetAssociationName ( this rel ) : string | ||
rel | this | |
return | string |
public static GetOtherEndFromRole ( this rel, RelationEndRole role ) : RelationEnd | ||
rel | this | |
role | RelationEndRole | |
return | RelationEnd |
public static GetParent ( this relEnd ) : Relation | ||
relEnd | this | |
return | Relation |
public static GetReferencedObjectClass ( this prop ) : ObjectClass | ||
prop | this | |
return | ObjectClass |
public static GetRelationAssociationName ( this rel, RelationEndRole endRole ) : string | ||
rel | this | |
endRole | RelationEndRole | |
return | string |
public static GetRole ( this relEnd ) : RelationEndRole | ||
relEnd | this | |
return | RelationEndRole |
public static HasStorage ( this rel, RelationEndRole role ) : bool | ||
rel | this | |
role | RelationEndRole | |
return | bool |
public static IsNullable ( this relEnd ) : bool | ||
relEnd | this | |
return | bool |
public static Lookup ( IZetboxContext ctx, ObjectReferenceProperty prop ) : Relation | ||
ctx | IZetboxContext | |
prop | ObjectReferenceProperty | |
return | Relation |