Click or drag to resize

SchemaComparerResult Constructor

Initializes a new instance of the SchemaComparerResult class

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public SchemaComparerResult(
	ProviderType providerType,
	SchemaCompareErrorType errorType,
	string errorItem
)

Parameters

providerType
Type: Dynamicweb.DataIntegration.IntegrationProviderType
errorType
Type: Dynamicweb.DataIntegration.IntegrationSchemaCompareErrorType
errorItem
Type: SystemString
See Also