C# Class Company.OrmLanguage.OrmLanguageEditorFactoryBase

Factory for creating our editors
Inheritance: DslShell::ModelingEditorFactory
Mostrar archivo Open project: thabart/SimpleOrm

Public Methods

Method Description
CreateDocData ( string fileName, global::Microsoft.VisualStudio.Shell.Interop hierarchy, uint itemId ) : DslShell::ModelingDocData

Called by the shell to ask the editor to create a new document object.

Protected Methods

Method Description
CreateDocView ( global::Microsoft.VisualStudio.Modeling.Shell docData, string physicalView, string &editorCaption ) : DslShell::ModelingDocView

Called by the shell to ask the editor to create a new view object.

OrmLanguageEditorFactoryBase ( global serviceProvider )

Constructor.

Method Details

CreateDocData() public method

Called by the shell to ask the editor to create a new document object.
public CreateDocData ( string fileName, global::Microsoft.VisualStudio.Shell.Interop hierarchy, uint itemId ) : DslShell::ModelingDocData
fileName string
hierarchy global::Microsoft.VisualStudio.Shell.Interop
itemId uint
return DslShell::ModelingDocData

CreateDocView() protected method

Called by the shell to ask the editor to create a new view object.
protected CreateDocView ( global::Microsoft.VisualStudio.Modeling.Shell docData, string physicalView, string &editorCaption ) : DslShell::ModelingDocView
docData global::Microsoft.VisualStudio.Modeling.Shell
physicalView string
editorCaption string
return DslShell::ModelingDocView

OrmLanguageEditorFactoryBase() protected method

Constructor.
protected OrmLanguageEditorFactoryBase ( global serviceProvider )
serviceProvider global Service provider used to access VS services.