Click or drag to resize

propertyAnnotationPresetItemBuildPCE Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds a settingsPropertyEntry from contained data

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public settingsPropertyEntry BuildPCE(
	DataColumn column,
	bool skipExisting = true,
	ILogBuilder log = null
)
Request Example View Source

Parameters

column
Type: System.DataDataColumn
The column.
skipExisting (Optional)
Type: SystemBoolean
if set to true [skip existing].
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.

Return Value

Type: settingsPropertyEntry
See Also