C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / InitializationResult Class


InitializationResult Class Properties

For a list of all members of this type, see InitializationResult members.

Public Properties
 NameDescription
Public PropertyGets whether the collection can be filtered.  
Public PropertyGets whether the collection can insert items.  
Public PropertyGets whether the collection can load more items on-demand.  
Public PropertyGets whether the collection can move items.  
Public PropertyGets whether the collection can remove items.  
Public PropertyGets whether the collection can replace items.  
Public PropertyGets whether the collection can be sorted.  
Public PropertyGets the number of items in the collection.  
Public PropertyToken used to resolve conflicts between different clients updating the same data.  
Top
See Also