Describes an event.

C# |
public class Event

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Event()()()() | Initializes a new instance of the Event class |
![]() | Date |
Gets and sets the property Date.
The date and time of the event. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | EventCategories |
Gets and sets the property EventCategories.
A list of the event categories. |
![]() | EventId |
Gets and sets the property EventId.
The identifier of the event. |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Message |
Gets and sets the property Message.
The text of this event. |
![]() | Severity |
Gets and sets the property Severity.
The severity of the event. Values: ERROR, INFO |
![]() | SourceIdentifier |
Gets and sets the property SourceIdentifier.
The identifier for the source of the event. |
![]() | SourceType |
Gets and sets the property SourceType.
The source type for this event. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDate(DateTime) | Obsolete.
Sets the Date property
|
![]() | WithEventCategories(array<String>[]()[][]) | Obsolete.
Sets the EventCategories property
|
![]() | WithEventCategories(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the EventCategories property
|
![]() | WithEventId(String) | Obsolete.
Sets the EventId property
|
![]() | WithMessage(String) | Obsolete.
Sets the Message property
|
![]() | WithSeverity(String) | Obsolete.
Sets the Severity property
|
![]() | WithSourceIdentifier(String) | Obsolete.
Sets the SourceIdentifier property
|
![]() | WithSourceType(String) | Obsolete.
Sets the SourceType property
|

Object | |
![]() | Event |