c#2020. 4. 2. 11:58

[DebuggerDisplay("{sItem,RecommandMatchingItemNumberList}")]
    public class OrderedMenuItem : MenuKey, INotifyPropertyChanged
    {

public int nChargeHot { get; set; }

}

 

 

이런식으로 Model 위에 쓰면 된다.

 

'c#' 카테고리의 다른 글

닷넷 디컴파일러  (0) 2021.09.10
사용하지 않을 메소드앞에 [Obsolete] 어트리뷰트 사용  (0) 2020.01.03
list 삭제  (0) 2019.08.02
Page 기능을 구현할때는 Linq Skip을 활용하자.  (0) 2016.07.06
URI Parameter 붙이기  (0) 2016.06.20
Posted by 동동(이재동)