The event arguments used by query-type to override automatic type resolution in GraphML.
Inheritance Hierarchy
Remarks
Members
No filters for this type
Constructors
Initializes a new instance of the QueryTypeEventArgs class.
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.
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.
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.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.
Gets the fully qualified XML name that should be resolved to a type.
readonlyfinal