C# 클래스 MySql.Data.VisualStudio.TableNode

상속: DocumentNode
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 메소드들

메소드 설명
CreateNew ( DataViewHierarchyAccessor HierarchyAccessor ) : void
ExecuteCommand ( int command ) : void
GetEditor ( ) : object
GetSaveSql ( ) : string
TableNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

CreateNew() 공개 정적인 메소드

public static CreateNew ( DataViewHierarchyAccessor HierarchyAccessor ) : void
HierarchyAccessor DataViewHierarchyAccessor
리턴 void

ExecuteCommand() 공개 메소드

public ExecuteCommand ( int command ) : void
command int
리턴 void

GetCurrentName() 보호된 메소드

protected GetCurrentName ( ) : string
리턴 string

GetEditor() 공개 메소드

public GetEditor ( ) : object
리턴 object

GetSaveSql() 공개 메소드

public GetSaveSql ( ) : string
리턴 string

Load() 보호된 메소드

protected Load ( ) : void
리턴 void

Save() 보호된 메소드

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
리턴 bool

TableNode() 공개 메소드

public TableNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System
hierarchyAccessor DataViewHierarchyAccessor
id int
리턴 System