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



IconMemberDescription
AddElement(String)
Adds an element with the given subject to the container.

DoNotAuthenticate
Gets or sets a boolean value indicating whether subscriptions to this IContainerMessage's constituents should be authenticated by an authentication module when the container is subscribed to.

Image
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.
(Inherited from IMessage.)
InsertElement(String, Int32)
Inserts an element with the given subject at the given position within the container.

Operations
Gets a list of container operations.

RemoveElement(String)
Removes an element with the given subject from the container.

RemoveElementsWithPrefix(String)
Adds an operation to remove all elements from the container that have a subject that matches the specified prefix.

Subject
Gets the subject of this message.
(Inherited from IMessage.)

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