DataSource.NET
IContainerOperation Interface
NamespacesCaplin.DataSource.Messaging.ContainerIContainerOperation
Interface that represents a container operation.
Declaration Syntax
C#Visual BasicVisual C++
public interface IContainerOperation
Public Interface IContainerOperation
public interface class IContainerOperation
Members
All MembersMethodsProperties



IconMemberDescription
ElementPosition
Gets the position at which to insert the element..

ElementSubject
Gets the subject of the element this operation relates to.

Type
Gets the type of the container operation.

UpdateContainer(IContainerModel)
Updates the container model with the effects of this operation.

Remarks

Examples of container operations are: Add an element to the end of the container, insert an element at a given position in the container, remove an element from the container, remove elements from the container that have a subject matching a specified prefix.

You add operations to a container message by calling the appropriate methods of IContainerMessage, such as AddElement(String) or RemoveElement(String).

You can obtain the operations defined in a IContainerMessage by calling the Operations property.

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