DataSource.NET
IPageMessage Interface
NamespacesCaplin.DataSource.Messaging.PageIPageMessage
An instance of IPageElement represents an update to a region of a Page.
Declaration Syntax
C#Visual BasicVisual C++
public interface IPageMessage : IMessage
Public Interface IPageMessage _
	Implements IMessage
public interface class IPageMessage : IMessage
Members
All MembersMethodsProperties



IconMemberDescription
Height
Gets or sets the height of the page, in text rows.

Image
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.
(Inherited from IMessage.)
PageType
Gets or sets the type of the page.

Set(Int32, Int32, String)
Updates the contents of the page at the specified location.

Subject
Gets the subject of this message.
(Inherited from IMessage.)
UpdatedElements
Gets a read-only list of the updated page elements.

Width
Gets or sets the width of the page, in text columns.

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.

If you call Set more than once, and the page regions updated by one or more calls overlap, the updates are still held separately in the message; they are not merged together.

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