C# 클래스 BgEngine.Application.ResourceConfiguration.BlogResourceServices

The purpose of this class is to initialize the resources static class for being accessed in the web app
상속: IBlogResourceServices
파일 보기 프로젝트 열기: yagopv/BgEngine

공개 메소드들

메소드 설명
BlogResourceServices ( IRepository blogresourcerepository ) : System.Collections.Generic

ctor

LoadResources ( ) : void

Initial load

UpdateConfigOptions ( ConfigOptionsDTO options ) : void

Update the configuration options

메소드 상세

BlogResourceServices() 공개 메소드

ctor
public BlogResourceServices ( IRepository blogresourcerepository ) : System.Collections.Generic
blogresourcerepository IRepository
리턴 System.Collections.Generic

LoadResources() 공개 메소드

Initial load
public LoadResources ( ) : void
리턴 void

UpdateConfigOptions() 공개 메소드

Update the configuration options
public UpdateConfigOptions ( ConfigOptionsDTO options ) : void
options BgEngine.Application.DTO.ConfigOptionsDTO The DTO object with options
리턴 void