From cfad4a3ec6663844f89a46eebabf12f2218f4831 Mon Sep 17 00:00:00 2001 From: Matheo THIERRY Date: Fri, 5 May 2023 11:42:52 +0200 Subject: [PATCH] =?UTF-8?q?sauvegarde=20de=20deux=20trois=20truc=20vite=20?= =?UTF-8?q?fait=20pour=20pouvoir=20continuer=20=C3=A0=20la=20maison?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Uml_NotusApp.mdj | 70 ++++------------------- notus/Biblioteque_de_Class/Utilisateur.cs | 4 ++ 2 files changed, 14 insertions(+), 60 deletions(-) diff --git a/Uml_NotusApp.mdj b/Uml_NotusApp.mdj index 162bcba..e0ca61a 100644 --- a/Uml_NotusApp.mdj +++ b/Uml_NotusApp.mdj @@ -955,40 +955,6 @@ "$ref": "AAAAAAGHszJKAGGyqQg=" }, "subViews": [ - { - "_type": "UMLOperationView", - "_id": "AAAAAAGHszOJ+mIQ0PQ=", - "_parent": { - "$ref": "AAAAAAGHszJKAmG7KV0=" - }, - "model": { - "$ref": "AAAAAAGHszOJ8mIN0vE=" - }, - "font": "Arial;13;0", - "left": 797, - "top": 569, - "width": 205.2578125, - "height": 13, - "text": "+SetPseudo()", - "horizontalAlignment": 0 - }, - { - "_type": "UMLOperationView", - "_id": "AAAAAAGHszOlUmIWsQs=", - "_parent": { - "$ref": "AAAAAAGHszJKAmG7KV0=" - }, - "model": { - "$ref": "AAAAAAGHszOlSmITA04=" - }, - "font": "Arial;13;0", - "left": 797, - "top": 584, - "width": 205.2578125, - "height": 13, - "text": "+SetMail()", - "horizontalAlignment": 0 - }, { "_type": "UMLOperationView", "_id": "AAAAAAGHszOmxGIcpC4=", @@ -1000,7 +966,7 @@ }, "font": "Arial;13;0", "left": 797, - "top": 599, + "top": 569, "width": 205.2578125, "height": 13, "text": "+SetPassword()", @@ -1017,7 +983,7 @@ }, "font": "Arial;13;0", "left": 797, - "top": 614, + "top": 584, "width": 205.2578125, "height": 13, "text": "+AjouterFav()", @@ -1034,7 +1000,7 @@ }, "font": "Arial;13;0", "left": 797, - "top": 629, + "top": 599, "width": 205.2578125, "height": 13, "text": "+SupFav()", @@ -1051,7 +1017,7 @@ }, "font": "Arial;13;0", "left": 797, - "top": 644, + "top": 614, "width": 205.2578125, "height": 13, "text": "+AjouterNote()", @@ -1068,7 +1034,7 @@ }, "font": "Arial;13;0", "left": 797, - "top": 659, + "top": 629, "width": 205.2578125, "height": 13, "text": "+SupNote()", @@ -1085,7 +1051,7 @@ }, "font": "Arial;13;0", "left": 797, - "top": 674, + "top": 644, "width": 205.2578125, "height": 13, "text": "+AjouterTag()", @@ -1102,7 +1068,7 @@ }, "font": "Arial;13;0", "left": 797, - "top": 689, + "top": 659, "width": 205.2578125, "height": 13, "text": "+SupTag()", @@ -1113,7 +1079,7 @@ "left": 792, "top": 564, "width": 215.2578125, - "height": 143 + "height": 113 }, { "_type": "UMLReceptionCompartmentView", @@ -3844,9 +3810,9 @@ "$ref": "AAAAAAGH5ZaYJM5fb2g=" }, "font": "Arial;13;0", - "left": 543, + "left": 542, "top": 821, - "width": 5.05908203125, + "width": 6.5, "height": 13, "alpha": 0.5235987755982988, "distance": 25, @@ -4579,22 +4545,6 @@ } ], "operations": [ - { - "_type": "UMLOperation", - "_id": "AAAAAAGHszOJ8mIN0vE=", - "_parent": { - "$ref": "AAAAAAGHszJKAGGyqQg=" - }, - "name": "SetPseudo" - }, - { - "_type": "UMLOperation", - "_id": "AAAAAAGHszOlSmITA04=", - "_parent": { - "$ref": "AAAAAAGHszJKAGGyqQg=" - }, - "name": "SetMail" - }, { "_type": "UMLOperation", "_id": "AAAAAAGHszOmwWIZbnQ=", diff --git a/notus/Biblioteque_de_Class/Utilisateur.cs b/notus/Biblioteque_de_Class/Utilisateur.cs index fbd6439..95647a2 100644 --- a/notus/Biblioteque_de_Class/Utilisateur.cs +++ b/notus/Biblioteque_de_Class/Utilisateur.cs @@ -1,6 +1,10 @@ using System.ComponentModel; using System.ComponentModel.DataAnnotations.Schema; +///https://learn.microsoft.com/fr-fr/windows/apps/design/ +///https://learn.microsoft.com/fr-fr/windows/apps/design/layout/ +///https://raw.githubusercontent.com/dotnet-architecture/eBooks/main/current/maui/Enterprise-Application-Patterns-Using-.NET-MAUI.pdf +/// namespace Biblioteque_de_Class { public class Utilisateur