Sei sulla pagina 1di 1

Figure 5-2

#ExecuteReader() : IDataReader
#ExecuteNonQuery() : int
#ExecuteScalar() : object
MB.TheBeerHouse.DAL.DataAccess
#ConnectionString : string
#EnableCaching : bool
#CacheDuration : int
#Cache : Cache
+GetCategories() : List<MB.TheBeerHouse.DAL.CategoryDetails>
+GetCategoryByID() : MB.TheBeerHouse.DAL.CategoryDetails
+InsertCategory() : int
+UpdateCategory() : bool
+DeleteCategory() : bool
+GetArticles() : bool
+GetArticleCount() : List<MB.TheBeerHouse.DAL.ArticleDetails>
+GetPublishedArticles() : List<MB.TheBeerHouse.DAL.ArticleDetails>
+GetPublishedArticlesCount() : int
+GetArticleByID() : MB.TheBeerHouse.DAL.ArticleDetails
+GetArticleBody() : string
+InsertArticle() : int
+UpdateArticle() : bool
+DeleteArticle() : bool
+ApproveArticle() : bool
+IncrementArticleViewCount() : bool
+RateArticle() : bool
+GetComments() : List<MB.TheBeerHouse.DAL.CommentDetails>
+InsertComment() : int
+UpdateComment() : MB.TheBeerHouse.DAL.CommentDetails
+DeleteComment() : bool
#GetCategoryFromReader() : MB.TheBeerHouse.DAL.CategoryDetails
#GetCategoryCollectionFromReader() : List<MB.TheBeerHouse.DAL.CategoryDetails>
#GetCommentFromReader() : MB.TheBeerHouse.DAL.CommentDetails
#GetCommentCollectionFromReader() : List<MB.TheBeerHouse.DAL.CommentDetails>
+GetCategories() : List<MB.TheBeerHouse.DAL.CategoryDetails>
+GetCategoryByID() : MB.TheBeerHouse.DAL.CategoryDetails
+InsertCategory() : int
+UpdateCategory() : bool
+DeleteCategory() : bool
+GetArticles() : bool
+GetArticleCount() : List<MB.TheBeerHouse.DAL.ArticleDetails>
+GetPublishedArticles() : List<MB.TheBeerHouse.DAL.ArticleDetails>
+GetPublishedArticlesCount() : int
+GetArticleByID() : MB.TheBeerHouse.DAL.ArticleDetails
+GetArticleBody() : string
+InsertArticle() : int
+UpdateArticle() : bool
+DeleteArticle() : bool
+ApproveArticle() : bool
+IncrementArticleViewCount() : bool
+RateArticle() : bool
+GetComments() : List<MB.TheBeerHouse.DAL.CommentDetails>
+GetCommentCount() : int
+GetCommentCountByID() : MB.TheBeerHouse.DAL.CommentDetails
+InsertComment() : int
+UpdateComment() : bool
+DeleteComment() : bool
MB.TheBeerHouse.DAL.ArticlesProvider
+Instance : MB.TheBeerHouse.DAL.ArticlesProvider
MB.TheBeerHouse.DAL.CommentDetails
+ID : int
+AddedDate : Date
+AddedBy : string
+AddedByEmail : string
+AddedByIP : string
+ArticleTitle : int
+Title : decimal
+Body : decimal
MB.TheBeerHouse.DAL.ArticleDetails
+ID : int
+AddedDate : Date
+AddedBy : string
+CategoryID : int
+CategoryTitle : string
+Title : string
+Abstract : string
+Body : string
+Country : string
+State : string
+City : string
+ReleaseDate : Date
+ExpireDate : Date
+Approved : bool
+Listed : bool
+CommentsEnabled : bool
+OnlyForMembers : bool
+ViewCount : int
+Votes : int
+TotalRating : int
MB.TheBeerHouse.DAL.CategoryDetails
+ID : int
+AddedDate : Date
+AddedBy : string
+Title : string
+Importancet : int
+Description : string
+ImageUrl : string
MB.TheBeerHouse.DAL.SqlClient.SqlArticlesProvider
196
Chapter 5
08_584642 ch05_4.qxp 11/1/06 12:30 PM Page 196

Potrebbero piacerti anche