[This is preliminary documentation and subject to change.]
Holds details of individual associations between classes.
For a list of all members of this type, see AssociationMap Members.
System.Object
AtomsFramework.AssociationMap
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Associations can only be one-to-one or one-to-many. Many-to-many associations must be represented by two one-to-many associations (one for each direction). The thinking is that each association represents a path for navigation between objects and that since you always begin the navigation from a single object the many-to-many association is not really required. It also ensures that the code is somewhat simpler to implement.
Namespace: AtomsFramework
Assembly: AtomsFramework (in AtomsFramework.dll)
AssociationMap Members | AtomsFramework Namespace