Show / Hide Table of Contents

Class DBSeqnce

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

Inheritance
System.Object
DBModif
DBSeqnce
Inherited Members
DBModif.dbmodifName
DBModif.TargetRange
DBModif.paramTargetName
DBModif.database
DBModif.execOnSave
DBModif.askBeforeExecute
DBModif.env
DBModif.confirmText
DBModif.confirmExecution(Boolean)
DBModif.getTargetRangeAddress()
DBModif.getTargetRange()
DBModif.getEnv()
DBModif.DBModifSaveNeeded()
DBModif.getName()
DBModif.getParamFromXML(CustomXMLNode, String, String)
DBModif.addHiddenFeatureDefs(CustomXMLNode)
DBModif.setTargetRange(Range)
DBModif.openDatabase(String)
DBModif.doDBRefresh(String, Dictionary<String, Boolean>, Dictionary<String, Boolean>, Boolean)
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class DBSeqnce : DBModif

Constructors

| Improve this Doc View Source

DBSeqnce(CustomXMLNode)

normal constructor with definition xml

Declaration
public DBSeqnce(CustomXMLNode definitionXML)
Parameters
Name Description
definitionXML

Methods

| Improve this Doc View Source

doDBModif(Boolean, String, Boolean)

Declaration
public override void doDBModif(bool WbIsSaving = false, string calledByDBSeq = "", bool TransactionOpen = false)
Parameters
Name Description
WbIsSaving
calledByDBSeq
TransactionOpen
Overrides
DBModif.doDBModif(Boolean, String, Boolean)
| Improve this Doc View Source

getSequenceSteps()

required for creation of DB Sequences after finishing dialog with OK button

Declaration
public string[] getSequenceSteps()
Returns
Description
| Improve this Doc View Source

setDBModifCreateFields(ref DBModifCreate)

set the fields in the DB Modifier Create Dialog with attributes of object

Declaration
public override void setDBModifCreateFields(ref DBModifCreate theDBModifCreateDlg)
Parameters
Name Description
theDBModifCreateDlg
Overrides
DBModif.setDBModifCreateFields(ref DBModifCreate)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX