Click or drag to resize

GroupAttribute(Type, String) Constructor

Initializes a new instance of the GroupAttribute class.

Namespace: EdiFabric.Core.Annotations.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public GroupAttribute(
	Type triggerType,
	string id
)

Parameters

triggerType  Type
The type of the trigger segment.
id  String
The group id.
See Also