MVVMã®ããã©ãããã¨æãã¦ãã¨ãã Modelã¨ViewModelã®ã¯ã©ã¹ã®ãããã³ã° MVVMã§ã¢ããªçµãã§ãã¨Modelã¨ViewModelã§ä¼¼ãæ§é ã®ã¯ã©ã¹ãä½ã£ã¦ãå¤ã®ç§»ãæ¿ããè¡ããã¨ãããã¾ããAutoMapperã¨ã使ã£ã¦ãããã®ã§ãããReactivePropertyã使ããã¨ã§ã楽ããããã¨ãã§ãã¾ãã 以ä¸ã®ãããªModelã¯ã©ã¹ãããã¨ãã¾ããï¼BindableBaseã¯ã©ã¹ã¯Prismã®INotifyPropertyChangedãå®è£ ããã¯ã©ã¹ã§ãï¼ public class Person : BindableBase { private string name; public string Name { get { return this.name; } set { this.SetProperty(ref this.name, value); } } pr
{{#tags}}- {{label}}
{{/tags}}