BaseCodeGeneratorWithSite Class
This class exists to be cocreated a in a preprocessor build step.
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator.BaseCodeGenerator
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator.BaseCodeGeneratorWithSite
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator.EntityModelCodeGenerator
Name | Description | |
---|---|---|
![]() | BaseCodeGeneratorWithSite() | Initializes a new instance of the BaseCodeGeneratorWithSite class. |
Name | Description | |
---|---|---|
![]() | CodeProvider | Returns a CodeDomProvider object for the language of the project containing the project item the generator was called on |
![]() | DefaultExtensionString | gets the default extension for this generator(Inherited from BaseCodeGenerator.) |
![]() | ErrorList | Get the Vs ErrorList object |
![]() | Project | Returns the EnvDTE.Project object of the project containing the project item the code generator was called on |
![]() | ProjectItem | Returns the EnvDTE.ProjectItem object that corresponds to the project item the code generator was called on |
![]() | SiteServiceProvider | demand-creates a ServiceProvider given an IOleServiceProvider |
Name | Description | |
---|---|---|
![]() | DefaultExtension(String) | Implements the IVsSingleFileGenerator.DefaultExtension method. Returns the extension of the generated file(Inherited from BaseCodeGenerator.) |
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from BaseCodeGenerator.) |
![]() | Dispose(Boolean) | Releases unmanaged and - optionally - managed resources.(Overrides BaseCodeGenerator.Dispose(Boolean).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | Finalizes an instance of the BaseCodeGenerator class.(Inherited from BaseCodeGenerator.) |
![]() | Generate(String, String, String, IntPtr[], UInt32, IVsGeneratorProgress) | main method that the VS shell calls to do the generation(Inherited from BaseCodeGenerator.) |
![]() | GenerateCode(String, String, String) | the method that does the actual work of generating code given the input file.(Inherited from BaseCodeGenerator.) |
![]() | GeneratorErrorCallback(Boolean, Int32, String, Int32, Int32) | method that will communicate an error via the shell callback mechanism.(Inherited from BaseCodeGenerator.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetService(Type) | method to get a service by its Type |
![]() | GetSite(Guid, IntPtr) | GetSite method of IOleObjectWithSite |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetSite(Object) | SetSite method of IOleObjectWithSite |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.