C# Class XQuickSetDatabase, WuxingogoExtension

Inheritance: XBaseWindow
Mostra file Open project: wuxingogo/WuxingogoExtension

Public Properties

Property Type Description
totalTypeContent Type[]

Public Methods

Method Description
CreateTableButton ( string tableName ) : void
ExecuteQuery ( string queryString ) : SqliteDataReader
GetAllTableName ( ) : void
OnDisable ( ) : void
OnXGUI ( ) : void
PushData ( string fieldName, object o ) : void
ReSelectField ( ) : void
ReadAllTable ( ) : void
ShowAllFields ( ) : void

Protected Methods

Method Description
Disconnect ( ) : void
GetTypeGUI ( object t, Type type ) : object

Private Methods

Method Description
OnOpenAsset ( int instanceID, int line ) : bool

Method Details

CreateTableButton() public method

public CreateTableButton ( string tableName ) : void
tableName string
return void

Disconnect() protected method

protected Disconnect ( ) : void
return void

ExecuteQuery() public method

public ExecuteQuery ( string queryString ) : SqliteDataReader
queryString string
return Mono.Data.Sqlite.SqliteDataReader

GetAllTableName() public method

public GetAllTableName ( ) : void
return void

GetTypeGUI() protected method

protected GetTypeGUI ( object t, Type type ) : object
t object
type Type
return object

OnDisable() public method

public OnDisable ( ) : void
return void

OnXGUI() public method

public OnXGUI ( ) : void
return void

PushData() public method

public PushData ( string fieldName, object o ) : void
fieldName string
o object
return void

ReSelectField() public method

public ReSelectField ( ) : void
return void

ReadAllTable() public method

public ReadAllTable ( ) : void
return void

ShowAllFields() public method

public ShowAllFields ( ) : void
return void

Property Details

totalTypeContent public_oe property

public Type[] totalTypeContent
return Type[]