ISyndicatable Interface
Specifies that a Model supports syndication.
graph BT Type["ISyndicatable"] class Type type-node

Syntax

public interface ISyndicatable

Methods

Name Return Value Summary
GetSyndicationFeed() SyndicationFeed?
Gets the syndication feed.
GetSyndicationItem() SyndicationItem?
Gets the syndication item.

Extension Methods

Name Value Summary
IsAssignableToISerializable<ISyndicatable>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<ISyndicatable>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<ISyndicatable>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.