pmMDA.NET

ClientDataObjectHandler.Store Method (PagedReadOnlyCollection)

[This is preliminary documentation and subject to change.]

Stores the modified item of a paged collection.

public void Store(
   PagedReadOnlyCollection c
);

Parameters

c
The collection whose modified items are stored.

Implements

IDataObjectHandler.Store

Remarks

Note to implementers:
This method can call the method Store and pass the modified items of the c as the only parameter.

See Also

ClientDataObjectHandler Class | PmMda.Net.Dog.Remoting Namespace | ClientDataObjectHandler.Store Overload List