Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Topics.Update.IPagedUnorderedUpdateFactory Interface Reference

Base interface for paged unordered update factories. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.Update.IPagedUnorderedUpdateFactory:
PushTechnology.ClientInterface.Client.Topics.Update.IPagedUpdateFactory PushTechnology.ClientInterface.Client.Topics.Update.IUpdateFactory PushTechnology.ClientInterface.Client.Topics.Update.IPagedRecordUnorderedUpdateFactory PushTechnology.ClientInterface.Client.Topics.Update.IPagedStringUnorderedUpdateFactory

Public Member Functions

IUpdate Remove (int index)
 Creates an update to remove a single line of data from the paged topic. More...
 
IUpdate Remove (int index, int number)
 Creates an update to remove one or more lines of data from the paged topic. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Topics.Update.IPagedUpdateFactory
IUpdate RemoveAll ()
 Create an update which removes all lines from the paged topic. More...
 

Detailed Description

Base interface for paged unordered update factories.

Deprecated since 5.9.

Member Function Documentation

IUpdate PushTechnology.ClientInterface.Client.Topics.Update.IPagedUnorderedUpdateFactory.Remove ( int  index)

Creates an update to remove a single line of data from the paged topic.

This is equivalent to calling Remove(int,int) with the number specified as 1.

Parameters
indexThe index of the line to remove.
Returns
A new update.
IUpdate PushTechnology.ClientInterface.Client.Topics.Update.IPagedUnorderedUpdateFactory.Remove ( int  index,
int  number 
)

Creates an update to remove one or more lines of data from the paged topic.

Parameters
indexThe first index to remove. If this is negative then zero is assumed. If this is beyond the last line then no lines are removed.
numberThe number of lines to remove. If this is negative or more than the number of lines after the specified index then all lines to the end are removed.
Returns
A new update.

The documentation for this interface was generated from the following file: