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
- System.Object
- DBaddin.DBModif
- DBaddin.DBSeqnce
- DBaddin.DBModif
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public class DBSeqnce : DBModif
The DBSeqnce type exposes the following members.
Constructors
Class | Summary | |
---|---|---|
![]() | DBSeqnce(CustomXMLNode) | constructor with definition XML |
Methods
Name | Summary | |
---|---|---|
![]() | doDBModif(Boolean, String, Boolean) | |
![]() | getSequenceSteps() | required for creation of DB Sequences after finishing dialog with OK button |
![]() | setDBModifCreateFields(ref DBModifCreate) | set the fields in the DB Modifier Create Dialog with attributes of object |
Fields
Name | Description | |
---|---|---|
![]() | sequenceParams | sequence of DB Mappers, DB Actions and DB Refreshes being executed in this sequence |