C# Class XQuickSetDatabase, WuxingogoExtension

Inheritance: XBaseWindow
Afficher le fichier Open project: wuxingogo/WuxingogoExtension

Méthodes publiques

Свойство Type Description
totalTypeContent Type[]

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Disconnect ( ) : void
GetTypeGUI ( object t, Type type ) : object

Private Methods

Méthode Description
OnOpenAsset ( int instanceID, int line ) : bool

Method Details

CreateTableButton() public méthode

public CreateTableButton ( string tableName ) : void
tableName string
Résultat void

Disconnect() protected méthode

protected Disconnect ( ) : void
Résultat void

ExecuteQuery() public méthode

public ExecuteQuery ( string queryString ) : SqliteDataReader
queryString string
Résultat Mono.Data.Sqlite.SqliteDataReader

GetAllTableName() public méthode

public GetAllTableName ( ) : void
Résultat void

GetTypeGUI() protected méthode

protected GetTypeGUI ( object t, Type type ) : object
t object
type Type
Résultat object

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnXGUI() public méthode

public OnXGUI ( ) : void
Résultat void

PushData() public méthode

public PushData ( string fieldName, object o ) : void
fieldName string
o object
Résultat void

ReSelectField() public méthode

public ReSelectField ( ) : void
Résultat void

ReadAllTable() public méthode

public ReadAllTable ( ) : void
Résultat void

ShowAllFields() public méthode

public ShowAllFields ( ) : void
Résultat void

Property Details

totalTypeContent public_oe property

public Type[] totalTypeContent
Résultat Type[]