[]
        
(Showing Draft Content)

C1.DataCollection.SignalR.Client.InitializationResult

InitializationResult Class

Provides info about the hub and collection status.

Inheritance
InitializationResult
Namespace: C1.DataCollection.SignalR.Client
Assembly: C1.DataCollection.SignalR.Client.dll
Syntax
public class InitializationResult

Constructors

Name Description
InitializationResult()

Properties

Name Description
CanFilter

Gets whether the collection can be filtered.

CanInsert

Gets whether the collection can insert items.

CanLoadMoreItems

Gets whether the collection can load more items on-demand.

CanMove

Gets whether the collection can move items.

CanRemove

Gets whether the collection can remove items.

CanReplace

Gets whether the collection can replace items.

CanSort

Gets whether the collection can be sorted.

Count

Gets the number of items in the collection.

ETag

Token used to resolve conflicts between different clients updating the same data.