Event identification.
Default constructor
public Void EventId()
Initializes a new instance of EventId.
public Void EventId(id)
Name | Type | Summary |
---|---|---|
id | Int32 |
Initializes a new instance of EventId.
public Void EventId(id, name)
Name | Type | Summary |
---|---|---|
id | Int32 | |
name | String |
Event id.
public Int32 Id { get; set; }
Event name.
public String Name { get; set; }
Returns a textual representation of the event id.
public String ToString()
In this document