C# Класс BgEngine.Application.ResourceConfiguration.BgResources

Resources that can be modified by the user
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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