C# 클래스 Bloom.Api.BrandingApi

Supports branding (e.g. logos) needed by projects
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
BrandingApi ( CollectionSettings collectionSettings ) : System
GetSettings ( string brandingNameOrFolderPath ) : Settings

branding folders can optionally contain a settings.json file which aligns with this Settings class

RegisterWithServer ( EnhancedImageServer server ) : void

메소드 상세

BrandingApi() 공개 메소드

public BrandingApi ( CollectionSettings collectionSettings ) : System
collectionSettings Bloom.Collection.CollectionSettings
리턴 System

GetSettings() 공개 정적인 메소드

branding folders can optionally contain a settings.json file which aligns with this Settings class
public static GetSettings ( string brandingNameOrFolderPath ) : Settings
brandingNameOrFolderPath string Normally, the branding is just a name, which we look up in the official branding folder //but unit tests can instead provide a path to the folder. ///
리턴 Settings

RegisterWithServer() 공개 메소드

public RegisterWithServer ( EnhancedImageServer server ) : void
server EnhancedImageServer
리턴 void