BidirectionalAssociation Properties |
The BidirectionalAssociation type exposes the following members.
Name | Description | |
---|---|---|
BidirectionalSource |
DomainRole BidirectionalSource
| |
BidirectionalTarget |
DomainRole BidirectionalTarget
| |
CollectionClass | (Inherited from Association.) | |
Dependent |
Gets the dependent ModelClass of this association, if any
(Inherited from Association.) | |
FKPropertyName |
Gets or sets the value of FKPropertyName domain property.
Name of property holding foreign key value for this association
(Inherited from Association.) | |
ForeignKeyLocation |
Gets or sets the value of ForeignKeyLocation domain property.
Which class should hold the foreign key for this relationship
(Inherited from Association.) | |
JoinTableName |
Gets or sets the value of JoinTableName domain property.
Optional name of the database table used to join the two end classes for
many-to-many associations. If empty, a reasonable default name will be used.
(Inherited from Association.) | |
LinkedElements | (Inherited from ElementLink.) | |
Name |
Gets or sets the value of Name domain property.
Solely for display in the object list of the VStudio property window
(Inherited from Association.) | |
Partition | (Inherited from ModelElement.) | |
Persistent |
Gets or sets the value of Persistent domain property.
If false, this is a transient association not stored in the database but instead
created in code
(Inherited from Association.) | |
Principal |
Gets the principal ModelClass of this association, if any
(Inherited from Association.) | |
Source |
Gets the element playing BidirectionalSource domain role.
(Overrides AssociationSource.) | |
SourceCustomAttributes |
Gets or sets the value of SourceCustomAttributes domain property.
Any custom attributes to be generated for the source property. Will be passed
through as entered.
| |
SourceDeleteAction |
Gets or sets the value of SourceDeleteAction domain property.
The action to take when an entity on this end is deleted.
(Inherited from Association.) | |
SourceDescription |
Gets or sets the value of SourceDescription domain property.
Detailed code documentation for this end of the association
| |
SourceImplementNotify |
Gets or sets the value of SourceImplementNotify domain property.
Should this end participate in INotifyPropertyChanged activities? Only valid for
non-collection targets.
| |
SourceMultiplicity |
Gets or sets the value of SourceMultiplicity domain property.
The allowed number of entities at this end of the association
(Inherited from Association.) | |
SourcePropertyName |
Gets or sets the value of SourcePropertyName domain property.
Name of the entity property that returns the value at this end
| |
SourceRole |
Gets or sets the value of SourceRole domain property.
Which object(s) in this association is/are the principal object(s)?
(Inherited from Association.) | |
SourceSummary |
Gets or sets the value of SourceSummary domain property.
Short code documentation for this end of the association
| |
Store | (Inherited from ModelElement.) | |
Summary |
Gets or sets the value of Summary domain property.
Brief code documentation
(Inherited from Association.) | |
Target |
Gets the element playing BidirectionalTarget domain role.
(Overrides AssociationTarget.) | |
TargetCustomAttributes |
Gets or sets the value of TargetCustomAttributes domain property.
Any custom attributes to be generated for the target property. Will be passed
through as entered.
(Inherited from Association.) | |
TargetDeleteAction |
Gets or sets the value of TargetDeleteAction domain property.
The action to take when an entity on this end is deleted.
(Inherited from Association.) | |
TargetDescription |
Gets or sets the value of TargetDescription domain property.
Detailed code documentation for this end of the association
(Inherited from Association.) | |
TargetImplementNotify |
Gets or sets the value of TargetImplementNotify domain property.
Should this end participate in INotifyPropertyChanged activities? Only valid for
non-collection targets.
(Inherited from Association.) | |
TargetMultiplicity |
Gets or sets the value of TargetMultiplicity domain property.
The allowed number of entities at this end of the association
(Inherited from Association.) | |
TargetPropertyName |
Gets or sets the value of TargetPropertyName domain property.
Name of the entity property that returns the value at this end
(Inherited from Association.) | |
TargetRole |
Gets or sets the value of TargetRole domain property.
Which object(s) in this association is/are the dependent object(s)?
(Inherited from Association.) | |
TargetSummary |
Gets or sets the value of TargetSummary domain property.
Short code documentation for this end of the association
(Inherited from Association.) |