C# 클래스 EFUtility.CodeGenerationTools.EntityFrameworkTemplateFileManager.VsEntityFrameworkTemplateFileManager

상속: EntityFrameworkTemplateFileManager
파일 보기 프로젝트 열기: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

공개 메소드들

메소드 설명
Process ( bool split ) : IEnumerable
VsEntityFrameworkTemplateFileManager ( object textTemplating ) : System

Creates an instance of the VsEntityFrameworkTemplateFileManager class with the IDynamicHost instance

보호된 메소드들

메소드 설명
CreateFile ( string fileName, string content ) : void

비공개 메소드들

메소드 설명
CheckoutFileIfRequired ( string fileName ) : void
ProjectSync ( EnvDTE templateProjectItem, IEnumerable keepFileNames ) : void

메소드 상세

CreateFile() 보호된 메소드

protected CreateFile ( string fileName, string content ) : void
fileName string
content string
리턴 void

Process() 공개 메소드

public Process ( bool split ) : IEnumerable
split bool
리턴 IEnumerable

VsEntityFrameworkTemplateFileManager() 공개 메소드

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