Event Id3
class EventId3<T1, T2, T3>(group: EventLogGroup, eventId: String, field1: EventField<T1>, field2: EventField<T2>, field3: EventField<T3>, description: String) : BaseEventId
An event with three fields.
Constructors
Link copied to clipboard
constructor(group: EventLogGroup, eventId: String, field1: EventField<T1>, field2: EventField<T2>, field3: EventField<T3>, description: String)