Click or drag to resize

GroupConfig Constructor

Initializes a new instance of the GroupConfig class

Namespace:  PDTec.IceNet.Domain.AttributeGrouping
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public GroupConfig(
	string objTypeName,
	string displayName,
	Nullable<int> orderPriority
)

Parameters

objTypeName
Type: SystemString
displayName
Type: SystemString
orderPriority
Type: SystemNullableInt32
See Also