DataSource.NET
IContainerInsertElementOperation Interface
NamespacesCaplin.DataSource.Messaging.ContainerIContainerInsertElementOperation
Interface that represents an operation to insert an element at a given position within a container.
Declaration Syntax
C#Visual BasicVisual C++
public interface IContainerInsertElementOperation : IContainerOperation
Public Interface IContainerInsertElementOperation _
	Implements IContainerOperation
public interface class IContainerInsertElementOperation : IContainerOperation
Members
All MembersProperties



IconMemberDescription
ElementPosition
Gets the position in the container where the element is to be inserted.

ElementSubject
Gets the subject of the element that is to be inserted into the container.

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