C# Class SDE.Tools.DatabaseEditor.Engines.DbMaker

Test class.
Datei anzeigen Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Public Methods

Method Description
Add ( System.Windows.Controls.TabControl mainTabControl, DbHolder holder, TabNavigation tabEngine, SdeEditor editor ) : void
DbMaker ( string file ) : System
Init ( DbHolder holder ) : bool

Private Methods

Method Description
_getIndex ( string last ) : int
_hasLogic ( List items, HashSet variables ) : bool
_toDbName ( string value ) : string
_toDisplay ( string value ) : string

Method Details

Add() public method

public Add ( System.Windows.Controls.TabControl mainTabControl, DbHolder holder, TabNavigation tabEngine, SdeEditor editor ) : void
mainTabControl System.Windows.Controls.TabControl
holder SDE.Tools.DatabaseEditor.Generic.Core.DbHolder
tabEngine TabNavigation
editor SdeEditor
return void

DbMaker() public method

public DbMaker ( string file ) : System
file string
return System

Init() public method

public Init ( DbHolder holder ) : bool
holder SDE.Tools.DatabaseEditor.Generic.Core.DbHolder
return bool