Class BlogEntity

Entity object to handle blog entries

System.Object
  EPS.Business.BusinessObjects.BusinessEntity
    EPS.Web.Blog.BlogEntity

public class BlogEntity : BusinessEntity, IBlogEntity

Class Members

MemberDescription
GetBusinessObject Returns a default instance of a blog business object
public virtual IBusinessObject GetBusinessObject();
LoadEntity Load Entity
public static IBlogEntity LoadEntity( Guid id );
NewEntity NewEntity
public static IBlogEntity NewEntity( Guid blogId );
Abstract Message abstract
AggregatePost Property for bAggregatePost
AllowComments Property for bAllowComments
AllowRatings Property for bAllowRatings
AllowTrackbacks Property for bAllowTrackbacks
Author Author
BlogFK Blog this entry belongs to
CommentDays Property for iCommentDays
DateAdded Date entry was originally created
DateEdited Date entry was last edited
Email Email
IsPublished Property for bIsPublished
ModerationMode Property for iModerationMode
PostingName Property for cPostingName
SyndicateExcerpt Property for bSyndicateExcerpt
Text Body text
Title Title

Requirements

Namespace: EPS.Web.Blog
Assembly: BLOGCONTROLS.DLL


  Last Updated: 5/23/2007 | © , 2007