How to: Change Between Member Notation and Association Notation (Class Designer)

In Class Designer, you can change the way the class diagram represents an association relationship between two types from member notation to association notation and vice versa. Members displayed as association lines often provide a useful visualization of how types are related.

Note

  Association relationships can be represented as a member property or field. To change member notation to association notation, one type must have a member of another type. To change association notation to member notation, the two types must be connected by an association line. For more information, see How to: Define Associations Between Types (Class Designer). If your project contains multiple class diagrams, changes that you make to the way a diagram displays association relationships affect only that diagram. To change the way another diagram displays association relationships, open or display that diagram and perform these steps.

To change member notation to association notation

  1. From the project node in Solution Explorer, open the class diagram (.cd) file.

  2. In the type shape on the class diagram, right-click the member property or field representing the association, and choose Show as Association.

    Tip

    If no properties or fields are visible in the type shape, the compartments in the shape might be collapsed. To expand the type shape, double-click the compartment name or right-click the type shape, and choose Expand.

    The member disappears from the compartment in the type shape and an association line appears to connect the two types. The association line is labeled with the name of the property or field.

To change association notation to member notation

  • On the class diagram, right-click the association line, and choose Show as Property or Show as Field as appropriate.

    The association line disappears, and the property displays in the appropriate compartment within its type shape on the diagram.

See Also

Tasks

How to: Define Inheritance Between Types (Class Designer)

How to: View Inheritance Between Types (Class Designer)

How to: Visualize a Collection Association (Class Designer)

Other Resources

Viewing Types and Relationships (Class Designer)