C# 클래스 Eto.Addin.XamarinStudio.EnhancedFile.ReplacementFile

상속: MonoDevelop.Ide.Templates.TextFileDescriptionTemplate
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
CreateFileContent ( MonoDevelop.Projects.SolutionFolderItem policyParent, Project project, string language, string fileName, string identifier ) : Stream
ProcessContent ( string content ) : string

보호된 메소드들

메소드 설명
ProcessContent ( string content, IStringTagModel tags ) : string

비공개 메소드들

메소드 설명
GetTagModel ( MonoDevelop.Projects.SolutionFolderItem policyParent, Project project, string language, string identifier, string fileName ) : TagModel

메소드 상세

CreateFileContent() 공개 메소드

public CreateFileContent ( MonoDevelop.Projects.SolutionFolderItem policyParent, Project project, string language, string fileName, string identifier ) : Stream
policyParent MonoDevelop.Projects.SolutionFolderItem
project MonoDevelop.Projects.Project
language string
fileName string
identifier string
리턴 Stream

ProcessContent() 공개 메소드

public ProcessContent ( string content ) : string
content string
리턴 string

ProcessContent() 보호된 메소드

protected ProcessContent ( string content, IStringTagModel tags ) : string
content string
tags IStringTagModel
리턴 string