C# Class FChoice.DevTools.HgbstUtils.Core.HgbstUtil

Mostrar archivo Open project: DovetailSoftware/hgbst-utils

Public Methods

Method Description
CopyAndReparentElement ( int elmObjid, int childShowObjid, int newParentShowObjid ) : void
DumpHgbstLists ( ) : void
DumpListForElementObjid ( int elmObjid ) : void
DumpListForListObjid ( int listObjid ) : void
DumpListForShowObjid ( int showObjid ) : void

Private Methods

Method Description
ConvertType ( DbProvider provider, object val ) : object
CopyAndReparentElement ( UpdateQueryBatch batch, int elmObjid, int childShowObjid, int newParentShowObjid ) : void
DumpHgbstLists ( DataSet listDs ) : void
DuplicateChildHierarchy ( UpdateQueryBatch batch, int curElmObjid, int oldChildShowObjid, int newChildShowObjid, int objidBase, int hgbstElmTableID, int hgbstShowTableID ) : void
DuplicateElement ( UpdateQueryBatch batch, int curElmObjid, int newParentShowObjid, int objidBase, int hgbstElmTableID ) : int
DuplicateElementsForShow ( UpdateQueryBatch batch, int parentElmObjid, int showObjid, int newShowObjid, int objidBase, int hgbstElmTableID, int hgbstShowTableID ) : void
DuplicateShow ( UpdateQueryBatch batch, int curShowObjid, int parentElmObjid, int parentShowObjid, int objidBase, int hgbstShowTableID ) : int
GetElementsForShow ( Hashtable trackTable, int indentLevel, int showId, int parentElmId ) : bool
GetNextObjid ( UpdateQueryBatch batch, int tableID, int objidBase ) : int
RenderShow ( Hashtable trackTable, int indentLevel, int showId, int parentElmId ) : bool

Method Details

CopyAndReparentElement() public static method

public static CopyAndReparentElement ( int elmObjid, int childShowObjid, int newParentShowObjid ) : void
elmObjid int
childShowObjid int
newParentShowObjid int
return void

DumpHgbstLists() public static method

public static DumpHgbstLists ( ) : void
return void

DumpListForElementObjid() public static method

public static DumpListForElementObjid ( int elmObjid ) : void
elmObjid int
return void

DumpListForListObjid() public static method

public static DumpListForListObjid ( int listObjid ) : void
listObjid int
return void

DumpListForShowObjid() public static method

public static DumpListForShowObjid ( int showObjid ) : void
showObjid int
return void