Click or drag to resize

ILearnLearn Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
In default implementation learns all public properties from the specified source.

Namespace:  imbACE.Core.interfaces
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
void Learn(
	Object source
)
Request Example View Source

Parameters

source
Type: SystemObject
The source.
Remarks
Uses [!:imbTypeObjectOperations.setObjectBySource(object, object, string[])] for default implementation.
See Also