DataSource.NET
7.1.27.94946-7eb8eb54
|
An instance of INewsMessage defines the headline text that provides a brief description of a news story (see Caplin.DataSource.Messaging.Story). More...
Properties | |
string | Headline [get] |
The headline of the news message. More... | |
string | NewsDateTime [get] |
The date and time that the headline was created. More... | |
string | Permission [get, set] |
Gets or sets a permission string relating to this news message. More... | |
string | StoryReference [get, set] |
A reference that identifies the story associated with the headline. More... | |
IList< string > | Tags [get] |
A set of keywords or terms that describe the news item. More... | |
string | this[string fieldName] [get, set] |
Gets or sets a specified field. More... | |
Properties inherited from Caplin.DataSource.Messaging.IMessage | |
bool | Image [get, set] |
Gets or sets a boolean value indicating whether this IMessage represents an image or an update. More... | |
string | Subject [get] |
Gets the subject of this message. More... | |
An instance of INewsMessage defines the headline text that provides a brief description of a news story (see Caplin.DataSource.Messaging.Story).
An object implementing this interface cannot be instantiated directly, but can be constructed using the Caplin.DataSource.Messaging.IMessageFactory that is available on the Caplin.DataSource.Publisher.IPublisher interface
If this INewsMessage has a corresponding story for the headline, the Caplin.DataSource.Messaging.News.INewsMessage.StoryReference property should be set to uniquely identify that story. The Caplin.DataSource.Messaging.News.INewsMessage.NewsDateTime property should be set to indicate the date and time that the headline was created. Record in the Caplin.DataSource.Messaging.News.INewsMessage.Tags property any keywords that can be used to locate the story in a search result.
|
get |
The headline of the news message.
|
get |
The date and time that the headline was created.
|
getset |
Gets or sets a permission string relating to this news message.
The permission string.
Liberator can use the contents of this property to determine whether this headline should be sent to a client.
|
getset |
A reference that identifies the story associated with the headline.
|
get |
A set of keywords or terms that describe the news item.
|
getset |
Gets or sets a specified field.
Field value
If the field does not exist in the News headline message, this index operator adds it, otherwise using the index operator will update the value of the field.