Interface that adapters implement to apply / extract additional elements and attributes.
- Namespace
- Statiq
.Feeds .Syndication .Extensions - Implementing Types
graph BT
Type["IExtensionAdapter"]
class Type type-node
Implementing0["DublinCore"]-.->Type
click Implementing0 "/api/Statiq.Feeds.Syndication.Extensions/DublinCore"
Syntax
public interface IExtensionAdapter
Methods
| Name | Return Value | Summary |
|---|---|---|
| Get |
IEnumerable |
|
| GetElementExtensions |
IEnumerable |
|
| Set |
void | |
| SetElementExtensions |
void |