Click or drag to resize

imbAttribute Constructor (imbAttributeName, templateFieldDataTable, String)

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

Namespace:  imbSCI.Core.attributes
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public imbAttribute(
	imbAttributeName _name,
	templateFieldDataTable column_option,
	string setting_value
)
Request Example View Source

Parameters

_name
Type: imbSCI.Core.attributesimbAttributeName
column_option
Type: imbSCI.Data.enums.fieldstemplateFieldDataTable
The column option.
setting_value
Type: SystemString
The setting value.
See Also