C# Класс CydinBuildService.ModelExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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