Describes an event.
| C# |
public class EventDescription
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EventDescription()()()() | Initializes a new instance of the EventDescription class | |
| ApplicationName |
The application associated with the event.
Constraints: | |
| EnvironmentName |
The name of the environment associated with this event.
Constraints: | |
| Equals(Object) | (Inherited from Object.) | |
| EventDate |
The date when the event occurred.
| |
| 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 |
The event message.
| |
| RequestId |
The web service request ID for the activity of this event.
| |
| Severity |
The severity level of this event.
Constraints: | |
| TemplateName |
The name of the configuration associated with this event.
Constraints: | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| VersionLabel |
The release label for the application version associated with this event.
Constraints: | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithEnvironmentName(String) |
Sets the EnvironmentName property
| |
| WithEventDate(DateTime) |
Sets the EventDate property
| |
| WithMessage(String) |
Sets the Message property
| |
| WithRequestId(String) |
Sets the RequestId property
| |
| WithSeverity(String) |
Sets the Severity property
| |
| WithTemplateName(String) |
Sets the TemplateName property
| |
| WithVersionLabel(String) |
Sets the VersionLabel property
|
| Object | |
| EventDescription | |