Method | Description | |
---|---|---|
CreateBlogInstance ( string title, string subtitle, string rootUrl, string author, string email, System.DateTime dateCreated ) : BlogMLBlog | ||
CreateCategoryInstance ( string id, string title, string description, bool approved, string parentId, System.DateTime dateCreated, System.DateTime dateModified ) : |
||
CreateCommentInstance ( string id, string title, string url, string content, string email, string userName, bool approved, System.DateTime dateCreated, System.DateTime dateModified ) : |
||
CreatePostInstance ( string id, string title, string url, bool approved, string content, System.DateTime dateCreated, System.DateTime dateModified ) : |
||
CreateTrackBackInstance ( string id, string title, string url, bool approved, System.DateTime dateCreated, System.DateTime dateModified ) : |
||
LoadCommentFromDataReader ( IDataReader reader ) : |
Loads the comment from data reader.
|
|
LoadPostFromDataReader ( IDataReader reader ) : |
Loads the post from data reader.
|
|
LoadTrackbackFromDataReader ( IDataReader reader ) : |
Loads the trackback from data reader.
|
public static CreateBlogInstance ( string title, string subtitle, string rootUrl, string author, string email, System.DateTime dateCreated ) : BlogMLBlog | ||
title | string | |
subtitle | string | |
rootUrl | string | |
author | string | |
string | ||
dateCreated | System.DateTime | |
return | BlogMLBlog |
public static CreateCategoryInstance ( string id, string title, string description, bool approved, string parentId, System.DateTime dateCreated, System.DateTime dateModified ) : |
||
id | string | |
title | string | |
description | string | |
approved | bool | |
parentId | string | |
dateCreated | System.DateTime | |
dateModified | System.DateTime | |
return |
public static CreateCommentInstance ( string id, string title, string url, string content, string email, string userName, bool approved, System.DateTime dateCreated, System.DateTime dateModified ) : |
||
id | string | |
title | string | |
url | string | |
content | string | |
string | ||
userName | string | |
approved | bool | |
dateCreated | System.DateTime | |
dateModified | System.DateTime | |
return |
public static CreatePostInstance ( string id, string title, string url, bool approved, string content, System.DateTime dateCreated, System.DateTime dateModified ) : |
||
id | string | |
title | string | |
url | string | |
approved | bool | |
content | string | |
dateCreated | System.DateTime | |
dateModified | System.DateTime | |
return |
public static CreateTrackBackInstance ( string id, string title, string url, bool approved, System.DateTime dateCreated, System.DateTime dateModified ) : |
||
id | string | |
title | string | |
url | string | |
approved | bool | |
dateCreated | System.DateTime | |
dateModified | System.DateTime | |
return |
public static LoadCommentFromDataReader ( IDataReader reader ) : |
||
reader | IDataReader | The reader. |
return |
public static LoadPostFromDataReader ( IDataReader reader ) : |
||
reader | IDataReader | The reader. |
return |
public static LoadTrackbackFromDataReader ( IDataReader reader ) : |
||
reader | IDataReader | The reader. |
return |