AxaptaRecordWrapper Members

Provides functionality for reading and modifying Axapta records. It wraps IAxaptaRecordAdapter, demanding only AxSessionPermission.

The following tables list the members exposed by the AxaptaRecordWrapper type.

Public Properties

  Name Description
public property Adapter Gets or sets the underlying IAxaptaRecordAdapter object.
public property AxaptaRecord Gets the Axapta record.
public property Caption Gets the caption for the Axapta record.
public property Company Gets or sets the company for the Axapta record.
public property Found Gets a Boolean value that indicates whether the Axapta record was found.
public property TooltipRecord Gets the tooltip for the Axapta record.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Call Overloaded. Calls a method for the Axapta record.
public method Clear Clears the contents of an Axapta record.
public method Delete Deletes the Axapta record.
public method DoDelete Deletes an Axapta record.
public method DoInsert Inserts the Axapta record into the database.
public method DoUpdate Updates the Axapta record in the database.
public method Equals  Overloaded. (Inherited from Object )
public method ExecuteStmt Executes a statement on the Axapta record.
public method GetField Overloaded. Retrieves a field for the Axapta record.
public method GetFieldLabel Overloaded. Retrieves the label text for a field from the Axapta record.
public method GetHashCode  (Inherited from Object )
public method GetHelpField Overloaded. Retrieves the help text for a field from the Axapta record.
public method GetTooltipField Overloaded. Retrieves the tooltip for a field from the Axapta record.
public method GetType  (Inherited from Object )
public method InitValue Initializes the fields of the Axapta record.
public method Insert Inserts the Axapta record into the database.
public method Next Retrieves the next Axapta record from the sequence of Axapta records.
public method PostLoad Calls the postLoad method for the Axapta record.
public method static ReferenceEquals  (Inherited from Object )
public method Reread Rereads the fields of the Axapta record.
public method SetField Overloaded. Sets a field value for the Axapta record.
public method ToString  (Inherited from Object )
public method Update Updates the Axapta record.
public method ValidateDelete Checks whether the Axapta record can be deleted.
public method ValidateField Overloaded. Checks whether the specified field of the Axapta record is valid.
public method ValidateWrite Checks whether the Axapta record is valid and can be written to the database.
public method Write Writes the Axapta record to the database.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

AxaptaRecordWrapper Class
Microsoft.Dynamics.Framework.Reports Namespace