DataSource.NET
IStoryMessage Interface
NamespacesCaplin.DataSource.Messaging.StoryIStoryMessage
An instance of IStoryMessage represents a news story.
Declaration Syntax
C#Visual BasicVisual C++
public interface IStoryMessage : IMessage
Public Interface IStoryMessage _
	Implements IMessage
public interface class IStoryMessage : IMessage
Members
All MembersProperties



IconMemberDescription
Image
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.
(Inherited from IMessage.)
Subject
Gets the subject of this message.
(Inherited from IMessage.)
Text
Gets the text of the news story.

Remarks

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

Assembly: DataSource.NET (Module: DataSource.NET) Version: 4.5.18.2 (4.5.18.2)