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

Resources that can be modified by the user
파일 보기 프로젝트 열기: yagopv/BgEngine 1 사용 예제들

공개 메소드들

메소드 설명
GenerateTransferDTO ( ) : ConfigOptionsDTO

Generates a DTO object to be transfered to the Web Layer

InitialLoad ( IEnumerable resources ) : void

This method receive all resources that can be configurated by the user and initialize the static class

UpdateOptions ( ConfigOptionsDTO options ) : void

Update the options object

메소드 상세

GenerateTransferDTO() 공개 정적인 메소드

Generates a DTO object to be transfered to the Web Layer
public static GenerateTransferDTO ( ) : ConfigOptionsDTO
리턴 ConfigOptionsDTO

InitialLoad() 공개 정적인 메소드

This method receive all resources that can be configurated by the user and initialize the static class
public static InitialLoad ( IEnumerable resources ) : void
resources IEnumerable
리턴 void

UpdateOptions() 공개 정적인 메소드

Update the options object
public static UpdateOptions ( ConfigOptionsDTO options ) : void
options ConfigOptionsDTO The options DTO
리턴 void