Click or drag to resize

objectWithNameAndDescription Constructor (DataTable)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the objectWithNameAndDescription class.

Namespace:  imbACE.Core.interfaces.primitives
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public objectWithNameAndDescription(
	DataTable table
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
The table to learn name and desciption from
See Also