DataSource.NET
IContainerRemoveElementsPrefixOperation Interface
NamespacesCaplin.DataSource.Messaging.ContainerIContainerRemoveElementsPrefixOperation
Interface that represents an operation to remove all container elements that start with the given prefix.
Declaration Syntax
C#Visual BasicVisual C++
public interface IContainerRemoveElementsPrefixOperation : IContainerOperation
Public Interface IContainerRemoveElementsPrefixOperation _
	Implements IContainerOperation
public interface class IContainerRemoveElementsPrefixOperation : IContainerOperation
Members
All MembersProperties



IconMemberDescription
Prefix
Gets the subject prefix defining the elements that are to be removed from the container.

Remarks
For more information about using a subject prefix to remove elements from a container, see RemoveElementsWithPrefix(String).

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