SIL.FieldWorks.FwCoreDlgs.CharContextCtrl.CreateScrCharInventoryBldr C# (CSharp) Method

CreateScrCharInventoryBldr() private static method

private static CreateScrCharInventoryBldr ( string checksDll, IChecksDataSource scrDataSource, string checkType ) : IScrCheckInventory
checksDll string
scrDataSource IChecksDataSource
checkType string
return IScrCheckInventory
		private static IScrCheckInventory CreateScrCharInventoryBldr(string checksDll, IChecksDataSource scrDataSource, string checkType)
		{
			var scrCharInventoryBldr = (IScrCheckInventory)ReflectionHelper.CreateObject(checksDll,
				checkType, new object[] { scrDataSource });
			return scrCharInventoryBldr;
		}