Event arguments for the query-reference-id event.
Inheritance Hierarchy
Remarks
Event handling code should inspect the value property and decide whether to set the referenceId and/or referenceType property in order to handle the event.
See Also
Members
No filters for this type
Constructors
Creates a new instance.
Creates a new instance.
Parameters
- context: IWriteContext
- The current write context that can be used by the event handler for additional information.
- value: any
- The referenced object instance.
Properties
Gets the current write context that can be used by the event handler for additional information.
Gets the current write context that can be used by the event handler for additional information.
readonlyfinal
Gets or sets the type of the reference being queried.
Gets or sets the type of the reference being queried.
Setting this property automatically sets handled to
true. By default this property is EXTERNAL so values that are given a referenceId are treated as external references that are not serialized to the GraphML. Setting this property to INTERNAL and specifying a referenceId will make the reference mechanism use the provided reference but will cause it to serialize the value to the GraphML, nevertheless.conversionfinal
See Also
API
- referenceId, handled