C# Class EFUtility.CodeGenerationTools.EntityFrameworkTemplateFileManager.VsEntityFrameworkTemplateFileManager

Inheritance: EntityFrameworkTemplateFileManager
Afficher le fichier Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

Méthodes publiques

Méthode Description
Process ( bool split ) : IEnumerable
VsEntityFrameworkTemplateFileManager ( object textTemplating ) : System

Creates an instance of the VsEntityFrameworkTemplateFileManager class with the IDynamicHost instance

Méthodes protégées

Méthode Description
CreateFile ( string fileName, string content ) : void

Private Methods

Méthode Description
CheckoutFileIfRequired ( string fileName ) : void
ProjectSync ( EnvDTE templateProjectItem, IEnumerable keepFileNames ) : void

Method Details

CreateFile() protected méthode

protected CreateFile ( string fileName, string content ) : void
fileName string
content string
Résultat void

Process() public méthode

public Process ( bool split ) : IEnumerable
split bool
Résultat IEnumerable

VsEntityFrameworkTemplateFileManager() public méthode

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