C# Class BgEngine.Application.ResourceConfiguration.BgResources

Resources that can be modified by the user
Datei anzeigen Open project: yagopv/BgEngine Class Usage Examples

Public Methods

Method Description
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

Method Details

GenerateTransferDTO() public static method

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

InitialLoad() public static method

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
return void

UpdateOptions() public static method

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