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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public GroupConfig(
	string objTypeName,
	string displayName,
	Nullable<int> orderPriority
)

Parameters

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