C# 클래스 LibraryManager.ViewModel.MyListComment

파일 보기 프로젝트 열기: hiepbh/Assignment

공개 프로퍼티들

프로퍼티 타입 설명
table List>.Dictionary

공개 메소드들

메소드 설명
AddComment ( Model model, string sanPhamId ) : void
MyListComment ( ) : System
TakeAll ( ) : List>.Dictionary
TakeCommentByBookId ( string IdSP ) : List

메소드 상세

AddComment() 공개 메소드

public AddComment ( Model model, string sanPhamId ) : void
model Model
sanPhamId string
리턴 void

MyListComment() 공개 메소드

public MyListComment ( ) : System
리턴 System

TakeAll() 공개 메소드

public TakeAll ( ) : List>.Dictionary
리턴 List>.Dictionary

TakeCommentByBookId() 공개 메소드

public TakeCommentByBookId ( string IdSP ) : List
IdSP string
리턴 List

프로퍼티 상세

table 공개적으로 프로퍼티

public Dictionary> table
리턴 List>.Dictionary