C# Class BgEngine.Application.ResourceConfiguration.BgResources

Resources that can be modified by the user
Afficher le fichier Open project: yagopv/BgEngine Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

InitialLoad() public static méthode

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
Résultat void

UpdateOptions() public static méthode

Update the options object
public static UpdateOptions ( ConfigOptionsDTO options ) : void
options ConfigOptionsDTO The options DTO
Résultat void