Click or drag to resize

sampleGroupItem Constructor (String, String, Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Defines a sampleGroupItem

Namespace:  imbWEM.Core.sampleGroup
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public sampleGroupItem(
	string title,
	string tag,
	int weightFactor = 1,
	int limit = -1
)

Parameters

title
Type: SystemString
Descriptive title of the group
tag
Type: SystemString
Short code_safe string to be used in database for this group
weightFactor (Optional)
Type: SystemInt32
Relative weight number used for automatic population-to-group assigment
limit (Optional)
Type: SystemInt32
Optional limit for total count of population within this group
See Also