C

QueryTypeEventArgs

The event arguments used by query-type to override automatic type resolution in GraphML.
Inheritance Hierarchy

Remarks

If the event handler determines that it can resolve xmlName to a type, it should place the result into the result property and thus mark the event as handled.

Members

No filters for this type

Constructors

Initializes a new instance of the QueryTypeEventArgs class.

Parameters

context: IParseContext
The context in which the lookup should take place.
xName: XmlName
The type that should be mapped.

Properties

Gets the context in which the shall be mapped.
readonlyfinal

Property Value

The context.
Gets or sets a value indicating whether this QueryTypeEventArgs is handled.
Setting this property to true indicates to the event source that the result has been assigned and that the event should not be propagated to further listeners.
final

Property Value

true if this event has been handled; false otherwise.
Gets or sets the result of the type query, which is null initially.
Setting this property will automatically set the handled property to true.
final
Gets the fully qualified XML name that should be resolved to a type.
readonlyfinal