The ModelAssociationSet type exposes the following members.

Methods

  NameDescription
Public methodAddKey
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the object from the model.
Public methodRemoveKey
Public methodRemoveKeyFrom
Removes a key pair based on the dependent key member
Public methodRemoveKeyTo
Removes a key pair based on the principal key member
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAliasName
Fully qualified alias name, including parent object aliases.
Public propertyAssociationSetMapping
Association set mapping (if any) mapping this conceptual model association to the underlying store associations. Normally only set for many-to-many and/or independent associations.
Public propertyFromEntitySet
First entity set involved in the association; dependent entity type
Public propertyFromEntityType
First entity type involved in the association; dependent entity type
Public propertyFromMultiplicity
Multiplicity on the dependent side of the association
Public propertyFromRoleName
Dependent (from) role name
Public propertyFullName
Fully qualified name, including parent object names.
Public propertyKeys
Enumeration of entity member pairs that make up the keys for this association
Public propertyName
Name of the model object
Public propertyNavigationPropertyFrom
Navigation property corresponding to this association in the dependent (from) entity type
Public propertyNavigationPropertyTo
Navigation property corresponding to this association in the principal entity type
Public propertyStoreAssociationSet
Store association set corresponding to this model association set. Not valid for many-to-many associations that has more than one underlying store association.
Public propertyStoreEntitySetJunction
Storage model junction entity set for many-to-many associations
Public propertyToEntitySet
Second entity type involved in the association; principal entity type
Public propertyToEntityType
Second entity type involved in the association; principal entity type
Public propertyToMultiplicity
Multiplicity on the principal side of the association
Public propertyToRoleName
Principal role name

Events

  NameDescription
Public eventNameChanged
Event fired when the object changes name
Public eventRemoved
Event fired when the object has been removed from the model

See Also