DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / InitializationResult Class
Properties


In This Topic
    InitializationResult Class Members
    In This Topic

    The following tables list the members exposed by InitializationResult.

    Public Constructors
    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