The IDiffSpread type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodFlush
Flushes all buffered data to the backing data sink.
(Inherited from IFlushable.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodSync
Synchronizes this object with the backing data source.
(Inherited from ISynchronizable.)

Extension Methods

  NameDescription
Public Extension MethodIsAnyEmpty (Defined by SpreadExtensions.)

Properties

  NameDescription
Public propertyIsChanged
Is true if the spread data has changed in this frame.
Public propertyIsChanged
Whether or not the data changed during last synchronization.
(Inherited from ISynchronizable.)
Public propertyItem
Provides random read/write access to the actual data.
(Inherited from ISpread.)
Public propertySliceCount
Get/Set the size of this spread.
(Inherited from ISpread.)

Events

  NameDescription
Public eventChanged
Subscribe to this event to get notified when the data changes.

See Also