C# Class SobekCM.Builder_Library.Settings.MultiInstance_Builder_Settings

Basic setting and configuration information used by the builder across all instances that it may be processing
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode Description
Add_Error ( string Error ) : void

Add information about a new error encountered while reading the config file

Clear ( ) : void

Clear the collections

Private Methods

Méthode Description
MultiInstance_Builder_Settings ( ) : System.Collections.Generic

Static constructor for the MultiInstance_Builder_Settings class

Method Details

Add_Error() public static méthode

Add information about a new error encountered while reading the config file
public static Add_Error ( string Error ) : void
Error string Error to log in this settings objects
Résultat void

Clear() public static méthode

Clear the collections
public static Clear ( ) : void
Résultat void