資源簡(jiǎn)介
實(shí)現(xiàn)了在winform中對(duì)xmL文件的增加、刪除、查詢。xml文件在debug下。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
namespace?xmlRead
{
????class?BookModel
????{
????????public?BookModel()
????????{?}
????????///?
????????///?所對(duì)應(yīng)的課程類型
????????///?
????????private?string?bookType;
????????public?string?BookType
????????{
????????????get?{?return?bookType;?}
????????????set?{?bookType?=?value;?}
????????}
????????///?
????????///?書(shū)所對(duì)應(yīng)的ISBN號(hào)
????????///?
????????private?string?bookISBN;
????????public?string?BookISBN
????????{
????????????get?{?return?bookISBN;?}
????????????set?{?bookISBN?=?value;?}
????????}
????????///?
????????///?書(shū)名
????????///?
????????private?string?bookName;
????????public?string?BookName
????????{
????????????get?{?return?bookName;?}
????????????set?{?bookName?=?value;?}
????????}
????????///?
????????///?作者
????????///?
????????private?string?bookAuthor;
????????public?string?BookAuthor
????????{
????????????get?{?return?bookAuthor;?}
????????????set?{?bookAuthor?=?value;?}
????????}
????????///?
????????///?價(jià)格
????????///?
????????private?double?bookPrice;
????????public?double?BookPrice
????????{
????????????get?{?return?bookPrice;?}
????????????set?{?bookPrice?=?value;?}
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1292??2018-02-13?17:47??xm
?????文件??????12800??2018-02-13?17:47??xm
?????文件??????30208??2018-02-13?17:47??xm
?????文件??????11600??2018-02-13?17:47??xm
?????文件????????490??2010-03-17?22:39??xm
?????文件???????1420??2018-02-03?00:37??xm
?????文件???????5535??2018-02-05?21:22??xm
?????文件???????4767??2018-02-05?21:22??xm
?????文件???????5817??2018-02-05?21:22??xm
?????文件???????4440??2018-02-05?19:43??xm
?????文件???????6163??2018-02-13?17:47??xm
?????文件????????172??2018-02-05?21:22??xm
?????文件????????442??2018-02-05?21:22??xm
?????文件???????7897??2018-02-05?19:46??xm
?????文件????????526??2018-02-13?17:47??xm
?????文件??????12800??2018-02-13?17:47??xm
?????文件????????180??2018-02-05?21:22??xm
?????文件??????30208??2018-02-13?17:47??xm
?????文件????????180??2018-02-05?20:58??xm
?????文件????????488??2018-02-02?23:16??xm
?????文件???????1346??2018-02-02?23:16??xm
?????文件???????2862??2018-02-02?23:16??xm
?????文件???????5612??2018-02-02?23:16??xm
?????文件???????1090??2018-02-02?23:16??xm
?????文件????????249??2018-02-02?23:16??xm
?????文件???????3713??2018-02-05?20:58??xm
?????文件????????863??2018-02-05?20:58??xm
????..A..H.?????21504??2018-02-13?17:47??xm
?????目錄??????????0??2018-02-02?23:16??xm
?????目錄??????????0??2018-02-13?17:47??xm
............此處省略11個(gè)文件信息
評(píng)論
共有 條評(píng)論