Allows any generic extensions expressed as XmlElements and XmlAttributes.
- Namespace
- Statiq
.Feeds .Syndication .Extensions - Interfaces
- Base Types
-
- object
- Derived Types
Syntax
public abstract class ExtensibleBase : INamespaceProvider
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
Content |
string | encoded |
static
|
ContentNamespace | string | http://purl.org/rss/1.0/modules/content/ |
static
|
ContentPrefix | string | content |
static
|
SlashCommentsElement | string | comments |
static
|
SlashNamespace | string | http://purl.org/rss/1.0/modules/slash/ |
static
|
SlashPrefix | string | slash |
static
|
WfwCommentElement | string | comment |
static
|
WfwCommentRssElement | string | commentRss |
static
|
WfwNamespace | string | http://wellformedweb.org/CommentAPI/ |
static
|
WfwPrefix | string | wfw |
static
|
Properties
Name | Property Type | Summary |
---|---|---|
AttributeExtensions | List |
|
Attribute |
bool | |
ElementExtensions | List |
|
Element |
bool |
Methods
Name | Return Value | Summary |
---|---|---|
AddExtensions |
void |
Applies the extensions in adapter to ExtensibleBase.
|
AddNamespaces |
void | |
ConvertToDateTime |
DateTime? |
static
|
ConvertToString |
string |
static
|
ConvertToString |
string |
static
|
ConvertToUri |
Uri |
static
|
FillExtensions |
void |
Extracts the extensions in this ExtensibleBase into adapter.
|