C# 클래스 CydinBuildService.ModelExtensions

파일 보기 프로젝트 열기: slluis/cydin

공개 메소드들

메소드 설명
CleanSources ( this source, BuildContext ctx, CydinBuildService.n127_0_0_1.SourceTagInfo sourceTag ) : void
GetAddinSourcePath ( this source, BuildContext ctx, CydinBuildService.n127_0_0_1.SourceTagInfo stag ) : string
GetAssembliesPath ( this rel, BuildContext ctx ) : string
GetLogFile ( this stag, BuildContext ctx ) : string
GetPackagePath ( this stag, BuildContext ctx ) : string
GetSourceTag ( this source, string url ) : CydinBuildService.n127_0_0_1.SourceTagInfo

메소드 상세

CleanSources() 공개 정적인 메소드

public static CleanSources ( this source, BuildContext ctx, CydinBuildService.n127_0_0_1.SourceTagInfo sourceTag ) : void
source this
ctx BuildContext
sourceTag CydinBuildService.n127_0_0_1.SourceTagInfo
리턴 void

GetAddinSourcePath() 공개 정적인 메소드

public static GetAddinSourcePath ( this source, BuildContext ctx, CydinBuildService.n127_0_0_1.SourceTagInfo stag ) : string
source this
ctx BuildContext
stag CydinBuildService.n127_0_0_1.SourceTagInfo
리턴 string

GetAssembliesPath() 공개 정적인 메소드

public static GetAssembliesPath ( this rel, BuildContext ctx ) : string
rel this
ctx BuildContext
리턴 string

GetLogFile() 공개 정적인 메소드

public static GetLogFile ( this stag, BuildContext ctx ) : string
stag this
ctx BuildContext
리턴 string

GetPackagePath() 공개 정적인 메소드

public static GetPackagePath ( this stag, BuildContext ctx ) : string
stag this
ctx BuildContext
리턴 string

GetSourceTag() 공개 정적인 메소드

public static GetSourceTag ( this source, string url ) : CydinBuildService.n127_0_0_1.SourceTagInfo
source this
url string
리턴 CydinBuildService.n127_0_0_1.SourceTagInfo