The BlogEngine.Core namespace contains classes, interfaces, enumerations, and utilities that provide the core web log platform feature set.
Syntax
| C# | Visual Basic | Visual C++ |
namespace BlogEngine.Core
Namespace BlogEngine.Core
namespace BlogEngine.Core
Types
| All Types | Classes | Interfaces | Enumerations |
| Name | Description | |
|---|---|---|
| BlogSettings |
Represents the configured settings for the blog engine.
| |
| BusinessBase<(Of <TYPE, KEY>)> |
This is the base class from which most business objects will be derived.
To create a business object, inherit from this class.
| |
| Category |
Categories are a way to organize posts.
A post can be in multiple categories.
| |
| Comment |
Represents a comment to a blog post.
| |
| IPublishable |
An interface implemented by the classed that can be published.
| |
| Page |
A page is much like a post, but is not part of the
blog chronology and is more static in nature.
| |
| Post |
A post is an entry on the blog - a blog post.
| |
| Role | ||
| SaveAction |
The action performed by the save event.
| |
| SavedEventArgs | ||
| Search |
Searches the post collection and returns a result based on a search term.
| |
| ServingEventArgs |
Used when a post is served to the output stream.
| |
| ServingLocation |
The location where the serving takes place
| |
| StateCollection<(Of <T>)> |
A generic collection with the ability to
check if it has been changed.
| |
| SyndicationFormat |
Represents common types of syndication formats.
| |
| SyndicationGenerator |
Generates syndication feeds for blog entities.
| |
| Utils |
Utilities for the entire solution to use.
|