Click or drag to resize

ModelDataAdapter Class

Provides functionality for displaying, editing and creating entities from model configuration within a FormWebPart.
Inheritance Hierarchy

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

The ModelDataAdapter type exposes the following members.

Constructors
  NameDescription
Public methodModelDataAdapter
Initializes a new instance of the ModelDataAdapter class
Top
Methods
  NameDescription
Public methodDoesUserHaveWritePermissions (Overrides BaseDataAdapterDoesUserHaveWritePermissions(IUpdatable, MPInstance).)
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 (Overrides BaseDataAdapterGetAvailableCommands(CommandLookupMode).)
Protected methodGetCommandDefinitions (Overrides BaseDataAdapterGetCommandDefinitions(Control, IUpdatable, MPInstance, CommandLookupMode).)
Public methodGetFields (Overrides BaseDataAdapterGetFields(MPInstance).)
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 (Overrides BaseDataAdapterGetUpdatable(MPInstance).)
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
Fields
  NameDescription
Public fieldEntity
Specifies the entity that should be used by the data adapter.
Public fieldRecordIdExpression
Specifies the expression that is used to reference the record. If left empty or the expression returns null a new record will be created.
Top
Remarks
This is a MatchPoint configuration class.
See Also