I am creating a uml diagram to help me better understand some source code that was written by a third-party. When creating my diagram, should I include both a private field and a public property where auto-implemented properties are used as in this case:
-name : string
+Name : string
Or should I just use the public property in the diagram:
+Name : string