EventId

Event identification.

Namespace:
Inetdev.Diagnostics
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

EventId

Default constructor

Signature:
public Void EventId()

EventId

Initializes a new instance of EventId.

Signature:
public Void EventId(id)
Parameters
Name Type Summary
id Int32

EventId

Initializes a new instance of EventId.

Signature:
public Void EventId(id, name)
Parameters
Name Type Summary
id Int32
name String

Properties

Id

Event id.

Signature:
public Int32 Id { get; set; }

Name

Event name.

Signature:
public String Name { get; set; }

Methods

ToString

Returns a textual representation of the event id.

Signature:
public String ToString()