SIL.FieldWorks.FwCoreDlgs.CharContextCtrl.CreateScrCharInventoryBldr C# (CSharp) Méthode

CreateScrCharInventoryBldr() private static méthode

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