Share via


EventSchema Members

Include Protected Members
Include Inherited Members

Applies to: Semantic Logging 2.0

The EventSchema type exposes the following members.

Constructors

  Name Description
Public method EventSchema
Initializes a new instance of the EventSchema class with the specified values.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property EventName
Gets the name for the event.
Public property Id
Gets the event ID.
Public property Keywords
Gets the event keywords.
Public property KeywordsDescription
Gets the human-readable string name for the Keywords property.
Public property Level
Gets the event level.
Public property Opcode
Gets the operation code.
Public property OpcodeName
Gets the human-readable string name for the Opcode property.
Public property Payload
Gets the payload names that maps to the event signature parameter names.
Public property ProviderId
Gets the provider id.
Public property ProviderName
Gets the provider name.
Public property Task
Gets the event task.
Public property TaskName
Gets the task name.
Public property Version
Gets the event version.

See Also

EventSchema Class

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema Namespace