DataSource.NET
ContainerOperationType Enumeration
NamespacesCaplin.DataSource.Messaging.ContainerContainerOperationType
Enumeration that defines the type of an IContainerOperation.
Declaration Syntax
C#Visual BasicVisual C++
public enum ContainerOperationType
Public Enumeration ContainerOperationType
public enum class ContainerOperationType
Members
MemberDescription
ADD
Represents an operation to add an element into a container.

REMOVE
Represents an operation to remove an element from a container.

INSERT
Represents an operation to insert an element into a container at a specified position.

REMOVE_WITH_PREFIX
Represents an operation to remove all elements from a container that match a specified prefix.

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