C# Class MySql.Data.VisualStudio.TableNode

Inheritance: DocumentNode
Afficher le fichier Open project: elevate/mysqlconnector-.net Class Usage Examples

Méthodes publiques

Méthode Description
CreateNew ( DataViewHierarchyAccessor HierarchyAccessor ) : void
ExecuteCommand ( int command ) : void
GetEditor ( ) : object
GetSaveSql ( ) : string
TableNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System

Méthodes protégées

Méthode Description
GetCurrentName ( ) : string
Load ( ) : void
Save ( ) : bool

We override Save here because we want to prompt for a new name if this table is new and the user has not changed the default name

Method Details

CreateNew() public static méthode

public static CreateNew ( DataViewHierarchyAccessor HierarchyAccessor ) : void
HierarchyAccessor DataViewHierarchyAccessor
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( int command ) : void
command int
Résultat void

GetCurrentName() protected méthode

protected GetCurrentName ( ) : string
Résultat string

GetEditor() public méthode

public GetEditor ( ) : object
Résultat object

GetSaveSql() public méthode

public GetSaveSql ( ) : string
Résultat string

Load() protected méthode

protected Load ( ) : void
Résultat void

Save() protected méthode

We override Save here because we want to prompt for a new name if this table is new and the user has not changed the default name
protected Save ( ) : bool
Résultat bool

TableNode() public méthode

public TableNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System
hierarchyAccessor DataViewHierarchyAccessor
id int
Résultat System