Show / Hide Table of Contents

Class BaseEvent

Abstract Base Class for IEvent implementations.

Inheritance
object
BaseEvent
BaseRdfAEvent
BaseRdfXmlEvent
Implements
IEvent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseEvent : IEvent

Constructors

| Edit this page View Source

BaseEvent(int)

Creates a new Event.

Declaration
public BaseEvent(int eventType)
Parameters
Type Name Description
int eventType

Event Type.

| Edit this page View Source

BaseEvent(int, PositionInfo)

Creates a new Event.

Declaration
public BaseEvent(int eventType, PositionInfo info)
Parameters
Type Name Description
int eventType

Event Type.

PositionInfo info

Position Information.

Properties

| Edit this page View Source

EventType

Gets the Type for this Event.

Declaration
public int EventType { get; }
Property Value
Type Description
int
| Edit this page View Source

Position

Gets the Position Information (if any).

Declaration
public PositionInfo Position { get; }
Property Value
Type Description
PositionInfo
Remarks

Availability of Position Information depends on the how the source document was parsed.

Implements

IEvent

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • BaseEvent(int)
    • BaseEvent(int, PositionInfo)
  • Properties
    • EventType
    • Position
  • Implements
  • Extension Methods
Back to top Generated by DocFX