Method | Description | |
---|---|---|
GenerateTransferDTO ( ) : ConfigOptionsDTO |
Generates a DTO object to be transfered to the Web Layer
|
|
InitialLoad ( IEnumerable |
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
|
public static GenerateTransferDTO ( ) : ConfigOptionsDTO | ||
return | ConfigOptionsDTO |
public static InitialLoad ( IEnumerable |
||
resources | IEnumerable |
|
return | void |
public static UpdateOptions ( ConfigOptionsDTO options ) : void | ||
options | ConfigOptionsDTO | The options DTO |
return | void |