FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..compareConfigurationSettings Method

Compares the configuration settings.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public void compareConfigurationSettings(
	XDocument oTargetReference,
	configChanges oChangeType,
	ref DataTable oChangesTable,
	bool oIsMissingConfig
)
Public Sub compareConfigurationSettings ( _
	oTargetReference As XDocument, _
	oChangeType As configChanges, _
	ByRef oChangesTable As DataTable, _
	oIsMissingConfig As Boolean _
)
public:
void compareConfigurationSettings(
	XDocument^ oTargetReference, 
	configChanges^ oChangeType, 
	DataTable^% oChangesTable, 
	bool^ oIsMissingConfig
)

Parameters

oTargetReference
Type: XDocument
The target reference settings.
oChangeType
Type: FlowWright.cDevDeAPI..::..configChanges
Type of the o change.
oChangesTable
Type: DataTable%
The o changes table.
oIsMissingConfig
Type: Boolean
if set to true [o is missing configuration].