Click or drag to resize

BaseDataAdapter Class

Base class for all data adapters that can be configured within a FormWebPart.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Core.DataAdapters
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public abstract class BaseDataAdapter

The BaseDataAdapter type exposes the following members.

Constructors
  NameDescription
Protected methodBaseDataAdapter
Initializes a new instance of the BaseDataAdapter class
Top
Methods
  NameDescription
Public methodDoesUserHaveWritePermissions
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAvailableCommands
Protected methodGetCommandDefinitions
Public methodGetFields
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUpdatable
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
#APIChange 5.0: removed public virtual IEnumerable<RibbonElement> GetCommands(Control container, IUpdatable updatable, MPInstance instance)
Remarks
This is a MatchPoint configuration class.
See Also