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).
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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