An interface implemented by the classed that can be published.

Remarks

To implemnet this interface means that the class can be searched from the search page and that it can be syndicated in RSS and ATOM.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IPublishable
Public Interface IPublishable
public interface class IPublishable

Members

         
 All Members  Properties Public property  Methods Public method 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public propertyAuthor
Gets the author.
Public propertyCategories
Gets the categories.
Public propertyContent
Gets the content.
Public propertyDateCreated
Gets the date created.
Public propertyDateModified
Gets the date modified.
Public propertyDescription
Gets the description.
Public propertyId
Gets the id.
Public propertyIsVisible
Gets whether or not this item should be shown
Public methodOnServing(ServingEventArgs)
Raises the [E:Serving] event.
Public propertyRelativeLink
Gets the relative link.
Public propertyTitle
Gets the title of the object

See Also

BlogEngine.Core Namespace