JPB.DataAccess.DbInfoConfig.FactoryHelperSettings.FactoryHelperSettings C# (CSharp) 메소드

FactoryHelperSettings() 공개 메소드

public FactoryHelperSettings ( ) : System.Collections.Concurrent
리턴 System.Collections.Concurrent
		public FactoryHelperSettings()
		{
			HideSuperCreation = true;
			TempFileData = new ConcurrentBag<string>();
		}
FactoryHelperSettings