C# Class EFUtility.CodeGenerationTools.EntityFrameworkTemplateFileManager.VsEntityFrameworkTemplateFileManager

Inheritance: EntityFrameworkTemplateFileManager
Mostra file Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

Public Methods

Method Description
Process ( bool split ) : IEnumerable
VsEntityFrameworkTemplateFileManager ( object textTemplating ) : System

Creates an instance of the VsEntityFrameworkTemplateFileManager class with the IDynamicHost instance

Protected Methods

Method Description
CreateFile ( string fileName, string content ) : void

Private Methods

Method Description
CheckoutFileIfRequired ( string fileName ) : void
ProjectSync ( EnvDTE templateProjectItem, IEnumerable keepFileNames ) : void

Method Details

CreateFile() protected method

protected CreateFile ( string fileName, string content ) : void
fileName string
content string
return void

Process() public method

public Process ( bool split ) : IEnumerable
split bool
return IEnumerable

VsEntityFrameworkTemplateFileManager() public method

Creates an instance of the VsEntityFrameworkTemplateFileManager class with the IDynamicHost instance
public VsEntityFrameworkTemplateFileManager ( object textTemplating ) : System
textTemplating object
return System