DataSource.NET
INewsMessage Interface
NamespacesCaplin.DataSource.Messaging.NewsINewsMessage
An instance of INewsMessage defines the headline text that provides a brief description of a news story (see Caplin.DataSource.Messaging.Story.
Declaration Syntax
C#Visual BasicVisual C++
public interface INewsMessage : IMessage
Public Interface INewsMessage _
	Implements IMessage
public interface class INewsMessage : IMessage
Members
All MembersProperties



IconMemberDescription
Headline
The headline of the news message.

Image
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.
(Inherited from IMessage.)
NewsDateTime
The date and time that the headline was created.

Permission
Gets or sets a permission string relating to this news message.

StoryReference
A reference that identifies the story associated with the headline.

Subject
Gets the subject of this message.
(Inherited from IMessage.)
Tags
A set of keywords or terms that describe the news item.

Remarks

An object implementing this interface cannot be instantiated directly, but can be constructed using the IMessageFactory that is available on the IPublisher interface

If this INewsMessage has a corresponding story for the headline, the StoryReference property should be set to uniquely identify that story. The NewsDateTime property should be set to indicate the date and time that the headline was created. Record in the Tags property any keywords that can be used to locate the story in a search result.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)