StreamLink.NET  6.2.10-3513-c11dd52
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Properties | List of all members
Caplin.StreamLink.IContainerEvent Interface Reference

Represents an update to a container subject. More...

Inheritance diagram for Caplin.StreamLink.IContainerEvent:
Caplin.StreamLink.IDataEvent

Public Member Functions

void UpdateModel (Caplin.StreamLink.IContainerModel containerModel)
 Update your implementation of IContainerModel with the contents of this ContainerEvent. More...
 

Properties

int Size [get]
 Gets the size of the container. More...
 
int WindowEnd [get]
 Gets the index of the end of the container window. More...
 
int WindowStart [get]
 Gets the index of the start of the window. More...
 

Detailed Description

Represents an update to a container subject.

The ContainerEvent will be provided on a onContainerUpdate callback to a ISubscriptionListener.

Member Function Documentation

void Caplin.StreamLink.IContainerEvent.UpdateModel ( Caplin.StreamLink.IContainerModel  containerModel)

Update your implementation of IContainerModel with the contents of this ContainerEvent.

Parameters
containerModelYour implementation of IContainerModel that should be updated with the contents of this ContainerEvent.

Property Documentation

int Caplin.StreamLink.IContainerEvent.Size
get

Gets the size of the container.

The value returned here is the true size of the container, which may be larger than the size of the container window that you have subscribed to.

The value returned here is useful for sizing the scroll bars of a data view showing the elements within a container.

The size of the container.

int Caplin.StreamLink.IContainerEvent.WindowEnd
get

Gets the index of the end of the container window.

The end of the window, or -1 if no window has been specified.

int Caplin.StreamLink.IContainerEvent.WindowStart
get

Gets the index of the start of the window.

The start of the window, or -1 if no window has been specified.


Generated on Thu Apr 27 2017 14:05:45 for StreamLink.NET