Initializes a new instance of the object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public EventInfo(
string id,
string name,
string commandID,
EventInfoAttrs attrs,
ComponentInfo componentInfo
)
Public Sub New (
id As String,
name As String,
commandID As String,
attrs As EventInfoAttrs,
componentInfo As ComponentInfo
)
Parameters
- id
- Type: SystemString
The event_info_id. - name
- Type: SystemString
The event_info_nm - commandID
- Type: SystemString
The command associated with this event. - attrs
- Type: NetQuarryEventInfoAttrs
Attributes - componentInfo
- Type: NetQuarryComponentInfo
The component associated with this object.
See Also