C# Class LibraryManager.ViewModel.MyListComment

显示文件 Open project: hiepbh/Assignment

Public Properties

Property Type Description
table List>.Dictionary

Public Methods

Method Description
AddComment ( Model model, string sanPhamId ) : void
MyListComment ( ) : System
TakeAll ( ) : List>.Dictionary
TakeCommentByBookId ( string IdSP ) : List

Method Details

AddComment() public method

public AddComment ( Model model, string sanPhamId ) : void
model Model
sanPhamId string
return void

MyListComment() public method

public MyListComment ( ) : System
return System

TakeAll() public method

public TakeAll ( ) : List>.Dictionary
return List>.Dictionary

TakeCommentByBookId() public method

public TakeCommentByBookId ( string IdSP ) : List
IdSP string
return List

Property Details

table public_oe property

public Dictionary> table
return List>.Dictionary