C# Класс ServiceClientGenerator.ProjectFileConfiguration

Represents the metadata needed to generate a platform-specific project file for a service (eg compile constants, build configuration and platform etc).
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsPlatformCodeFolder ( string sourceFolder ) : bool

Returns true if the last component of the specified folder path begins with '_' character, our convention for representing platform-specific code.

IsValidPlatformPathForProject ( string sourceFolder ) : bool

Returns true if the specified path folder names conforms with the platform folder names declared for this configuration.

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

Метод Описание
GetPlatformFolderName ( string folder ) : string

Returns true if the specified folder ends with one of the custom code platform folder names declared for this configuration.

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

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

Returns true if the last component of the specified folder path begins with '_' character, our convention for representing platform-specific code.
public IsPlatformCodeFolder ( string sourceFolder ) : bool
sourceFolder string
Результат bool

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

Returns true if the specified path folder names conforms with the platform folder names declared for this configuration.
public IsValidPlatformPathForProject ( string sourceFolder ) : bool
sourceFolder string
Результат bool