Click or drag to resize

Updater Constructor

Initializes a new instance of the Updater class

Namespace:  PDTec.IceNet.Sdk.Model.Update
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public Updater(
	IDatabaseRepository pRepository,
	string applicationPackageName,
	Assembly pBusinessLogicAssembly,
	string modelResourceBasePath
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
applicationPackageName
Type: SystemString
pBusinessLogicAssembly
Type: System.ReflectionAssembly
modelResourceBasePath
Type: SystemString
See Also