EventSchema Members
Include Protected Members
Include Inherited Members
Applies to: Semantic Logging 2.0
The EventSchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EventSchema |
Initializes a new instance of the EventSchema class with the specified values.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
EventName |
Gets the name for the event.
|
![]() |
Id |
Gets the event ID.
|
![]() |
Keywords |
Gets the event keywords.
|
![]() |
KeywordsDescription |
Gets the human-readable string name for the Keywords property.
|
![]() |
Level |
Gets the event level.
|
![]() |
Opcode |
Gets the operation code.
|
![]() |
OpcodeName |
Gets the human-readable string name for the Opcode property.
|
![]() |
Payload |
Gets the payload names that maps to the event signature parameter names.
|
![]() |
ProviderId |
Gets the provider id.
|
![]() |
ProviderName |
Gets the provider name.
|
![]() |
Task |
Gets the event task.
|
![]() |
TaskName |
Gets the task name.
|
![]() |
Version |
Gets the event version.
|
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema Namespace