Click or drag to resize

BaseRdfXmlEvent Constructor (Int32, String)

Creates an Event and fills in its Values.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseRdfXmlEvent(
	int eventType,
	string sourceXml
)

Parameters

eventType
Type: SystemInt32
Type of the Event.
sourceXml
Type: SystemString
Source XML that generated the Event.
See Also