class SyncRecap


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

SyncRecap ()


SyncRecap (Boolean canInsert, Boolean canUpdate, Boolean canDelete)


Properties

Int32 Synced { get; set; }


Int32? ToDelete { get; set; }


Int32? ToInsert { get; set; }


Int32? ToUpdate { get; set; }


Int32? ToUpdateDocuments { get; set; }