C# 클래스 Zetbox.Generator.InterfaceTemplates.ProjectFile

상속: Templates.ProjectFile
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List fileNames, IEnumerable schemaProviders ) : System

보호된 메소드들

메소드 설명
ApplyAdditionalProperties ( ) : void
ApplyAdditionalReferences ( ) : void
GetAssemblyName ( ) : string
GetRelativeOutputPath ( ) : string

메소드 상세

ApplyAdditionalProperties() 보호된 메소드

protected ApplyAdditionalProperties ( ) : void
리턴 void

ApplyAdditionalReferences() 보호된 메소드

protected ApplyAdditionalReferences ( ) : void
리턴 void

GetAssemblyName() 보호된 메소드

protected GetAssemblyName ( ) : string
리턴 string

GetRelativeOutputPath() 보호된 메소드

protected GetRelativeOutputPath ( ) : string
리턴 string

ProjectFile() 공개 메소드

public ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List fileNames, IEnumerable schemaProviders ) : System
_host Arebis
ctx Zetbox
projectGuid string
fileNames List
schemaProviders IEnumerable
리턴 System