Click or drag to resize

IUpdatable Interface

Represents an object that implements a Update method and an indexer operator for accessing properties.

Namespace:  Colygon.MatchPoint.Core.DataAdapters
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface IUpdatable

The IUpdatable type exposes the following members.

Properties
  NameDescription
Public propertyChangeToken
Public propertyExists
Checks, whether the underlying object exists.
Public propertyItem
Top
Methods
  NameDescription
Public methodUpdate
Update the underlying object.
Top
See Also