Click or drag to resize

BdcDataAdapter Class

Provides functionality for displaying, editing and creating single entities from an external content type within a FormWebPart.
Inheritance Hierarchy

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

The BdcDataAdapter type exposes the following members.

Constructors
  NameDescription
Public methodBdcDataAdapter
Initializes a new instance of the BdcDataAdapter class
Top
Methods
  NameDescription
Public methodDoesUserHaveWritePermissions
Checks in the ACL, whether the user has edit permissions on the item.
(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 (Inherited from BaseDataAdapter.)
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
Getter for the element being updated.
(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 fieldEntityMethod
Specifies the entity and a method that should be used to find or create an entity instance.
Public fieldRecordIdExpression
Specifies an expression that returns the ID of an entity instance. If empty, a new instance will be created.
Public fieldShowBdcActions
Specifies whether the actions configured for the selected BDC entity should be displayed or not.
Top
Remarks
This is a MatchPoint configuration class.
See Also