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

상속: BaseNode, IVsPersistDocData
파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 메소드들

메소드 설명
Close ( ) : int
DocumentNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System
GetGuidEditorType ( System.Guid &pClassID ) : int
GetSaveSql ( ) : string
IsDocDataDirty ( int &pfDirty ) : int
IsDocDataReloadable ( int &pfReloadable ) : int
LoadDocData ( string pszMkDocument ) : int
OnRegisterDocData ( uint docCookie, IVsHierarchy pHierNew, uint itemidNew ) : int
ReloadDocData ( uint grfFlags ) : int
RenameDocData ( uint grfAttribs, IVsHierarchy pHierNew, uint itemidNew, string pszMkDocumentNew ) : int
SaveDocData ( VSSAVEFLAGS dwSave, string &pbstrMkDocumentNew, int &pfSaveCanceled ) : int
SetUntitledDocPath ( string pszDocDataPath ) : int

보호된 메소드들

메소드 설명
GetCurrentName ( ) : string
Load ( ) : void
OnDataLoaded ( ) : void
OnSaving ( ) : void
Save ( ) : bool

비공개 메소드들

메소드 설명
OnDataChanged ( ) : void
OnDataSaved ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : int
리턴 int

DocumentNode() 공개 메소드

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

GetCurrentName() 보호된 추상적인 메소드

protected abstract GetCurrentName ( ) : string
리턴 string

GetGuidEditorType() 공개 메소드

public GetGuidEditorType ( System.Guid &pClassID ) : int
pClassID System.Guid
리턴 int

GetSaveSql() 공개 추상적인 메소드

public abstract GetSaveSql ( ) : string
리턴 string

IsDocDataDirty() 공개 메소드

public IsDocDataDirty ( int &pfDirty ) : int
pfDirty int
리턴 int

IsDocDataReloadable() 공개 메소드

public IsDocDataReloadable ( int &pfReloadable ) : int
pfReloadable int
리턴 int

Load() 보호된 추상적인 메소드

protected abstract Load ( ) : void
리턴 void

LoadDocData() 공개 메소드

public LoadDocData ( string pszMkDocument ) : int
pszMkDocument string
리턴 int

OnDataLoaded() 보호된 메소드

protected OnDataLoaded ( ) : void
리턴 void

OnRegisterDocData() 공개 메소드

public OnRegisterDocData ( uint docCookie, IVsHierarchy pHierNew, uint itemidNew ) : int
docCookie uint
pHierNew IVsHierarchy
itemidNew uint
리턴 int

OnSaving() 보호된 메소드

protected OnSaving ( ) : void
리턴 void

ReloadDocData() 공개 메소드

public ReloadDocData ( uint grfFlags ) : int
grfFlags uint
리턴 int

RenameDocData() 공개 메소드

public RenameDocData ( uint grfAttribs, IVsHierarchy pHierNew, uint itemidNew, string pszMkDocumentNew ) : int
grfAttribs uint
pHierNew IVsHierarchy
itemidNew uint
pszMkDocumentNew string
리턴 int

Save() 보호된 메소드

protected Save ( ) : bool
리턴 bool

SaveDocData() 공개 메소드

public SaveDocData ( VSSAVEFLAGS dwSave, string &pbstrMkDocumentNew, int &pfSaveCanceled ) : int
dwSave VSSAVEFLAGS
pbstrMkDocumentNew string
pfSaveCanceled int
리턴 int

SetUntitledDocPath() 공개 메소드

public SetUntitledDocPath ( string pszDocDataPath ) : int
pszDocDataPath string
리턴 int