C# Класс ILRepacking.Steps.SourceServerData.HttpSourceServerDescriptor

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HttpSourceServerDescriptor ( int version, string versionControl, string target, SourceFileDescriptor sourceFiles ) : System
MergeWith ( IEnumerable others ) : HttpSourceServerDescriptor
ToString ( ) : string
TryParse ( string rawSrcSrv, HttpSourceServerDescriptor &descriptor ) : bool

Приватные методы

Метод Описание
GetRawLines ( ) : IEnumerable
VarName ( int n ) : string

Описание методов

HttpSourceServerDescriptor() публичный Метод

public HttpSourceServerDescriptor ( int version, string versionControl, string target, SourceFileDescriptor sourceFiles ) : System
version int
versionControl string
target string
sourceFiles SourceFileDescriptor
Результат System

MergeWith() публичный Метод

public MergeWith ( IEnumerable others ) : HttpSourceServerDescriptor
others IEnumerable
Результат HttpSourceServerDescriptor

ToString() публичный Метод

public ToString ( ) : string
Результат string

TryParse() публичный статический Метод

public static TryParse ( string rawSrcSrv, HttpSourceServerDescriptor &descriptor ) : bool
rawSrcSrv string
descriptor HttpSourceServerDescriptor
Результат bool