C# 클래스 SobekCM.Builder_Library.Settings.MultiInstance_Builder_Settings

Basic setting and configuration information used by the builder across all instances that it may be processing
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
Add_Error ( string Error ) : void

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

Clear ( ) : void

Clear the collections

비공개 메소드들

메소드 설명
MultiInstance_Builder_Settings ( ) : System.Collections.Generic

Static constructor for the MultiInstance_Builder_Settings class

메소드 상세

Add_Error() 공개 정적인 메소드

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
리턴 void

Clear() 공개 정적인 메소드

Clear the collections
public static Clear ( ) : void
리턴 void