DataSource.NET  7.1.18.30554-08d02ab
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 Fri Feb 19 2021 18:58:24 for DataSource.NET