DBSeqnce Class

DBSequences are used to group DBMappers and DBActions and run them in sequence together with refreshing DBFunctions and executing them in transaction brackets

Inheritance Hierarchy

Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public class DBSeqnce : DBModif

The DBSeqnce type exposes the following members.

Constructors

ClassSummary
public constructorDBSeqnce(CustomXMLNode)
normal constructor with definition xml

Methods

NameSummary
public methoddoDBModif(Boolean, String, Boolean)
public methodgetSequenceSteps()
required for creation of DB Sequences after finishing dialog with OK button
public methodsetDBModifCreateFields(ref DBModifCreate)
set the fields in the DB Modifier Create Dialog with attributes of object

Fields

NameDescription
private fieldsequenceParams
sequence of DB Mappers, DB Actions and DB Refreshes being executed in this sequence