DataSource.NET  7.1.14.29710-170e587
Caplin.DataSource.Messaging.Container Namespace Reference

Classes

interface  IContainerMessage
 An instance of IContainerMessage represents an update to a container. More...
 
interface  IContainerModel
 This interface defines a model that represents a container. Implement it to simplify the processing of incoming IContainerMessages. More...
 
interface  IContainerOperation
 Interface that represents a container operation. More...
 
class  NamespaceDoc
 

Enumerations

Enumeration Type Documentation

Enumeration that defines the type of an IContainerOperation.

Enumerator
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.


Generated on Tue May 12 2020 12:38:26 for DataSource.NET