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
显示文件 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method 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

Method Description
MultiInstance_Builder_Settings ( ) : System.Collections.Generic

Static constructor for the MultiInstance_Builder_Settings class

Method Details

Add_Error() public static method

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

Clear() public static method

Clear the collections
public static Clear ( ) : void
return void