2005年10月19日
摘要:
如果没有了这一行字,表示我已经在不断的修改中修改完毕,以下是未完成之描述:所有业务功能的分析都是针对SqlDataProvider项目里的WeblogSqlDataProvider.cs里的WeblogSqlDataProvider类1、进入主页(整个CS的首页):列出最新的5个Blog,其中最新的2个Blog有简要摘要, a、GetWeblogs:获取最新的2个Blog? b、Get...
阅读全文
posted @ 2005-10-19 11:52
Konimeter
阅读(625)
推荐(0)
摘要:
函数参数为BlogThreadQuery类型的自定义对象变量函数返回为ThreadSet类型的自定义对象变量 GetBlogThreadsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override ThreadSet Get...
阅读全文
posted @ 2005-10-19 11:45
Konimeter
阅读(250)
推荐(0)
2005年10月18日
摘要:
获取图片列表(进入相册管理的时候) GetPicturesCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override ThreadSet GetPictures(GalleryThreadQuery query) ...
阅读全文
posted @ 2005-10-18 16:18
Konimeter
阅读(329)
推荐(0)
摘要:
先新增一条新增相片的记录 CreatePictureCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override void CreatePicture(Picture picture) { ...
阅读全文
posted @ 2005-10-18 15:38
Konimeter
阅读(791)
推荐(0)
摘要:
GetPostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// Get basic information about a single post. This method returns an ...
阅读全文
posted @ 2005-10-18 14:36
Konimeter
阅读(238)
推荐(0)
摘要:
AddPostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// Adds a new Post. This method checks the allowDuplicatePosts settin...
阅读全文
posted @ 2005-10-18 12:29
Konimeter
阅读(302)
推荐(0)
摘要:
返回为BlogPostResults类型自定义枚举类型参数为WeblogPost类型自定义对象变量 UpdatePostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override BlogPostResults Up...
阅读全文
posted @ 2005-10-18 12:15
Konimeter
阅读(262)
推荐(0)
摘要:
GetWeblogsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// Returns all of the Weblogs for the current settingsID ///...
阅读全文
posted @ 2005-10-18 11:55
Konimeter
阅读(252)
推荐(0)
摘要:
返回WeblogPost类型的自定义对象变量 GetWeblogPostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//**//**//// /// Returns an instance of WeblogPost./// public o...
阅读全文
posted @ 2005-10-18 11:43
Konimeter
阅读(272)
推荐(0)
摘要:
获取每个月的Post数量,一般用于首页的“列表” @SectionID=BlogID=14,氯胺酮的Blog,结果样式如下:2005年10月(10)2005年9月(2) GetPostsBtMonthCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->pu...
阅读全文
posted @ 2005-10-18 11:28
Konimeter
阅读(230)
推荐(0)