Click or drag to resize

mxObjectCodecIsReference Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given fieldname is to be treated as a textual reference (ID). This implementation returns true if the given fieldname is in idrefs.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual bool IsReference(
	Object obj,
	string attr,
	Object value,
	bool write
)
Request Example View Source

Parameters

obj
Type: SystemObject
Object instance that contains the field.
attr
Type: SystemString
Fieldname of the field.
value
Type: SystemObject
Value of the field.
write
Type: SystemBoolean
Boolean indicating if the field is being encoded or decoded. write is true if the field is being encoded, else it is being decoded.

Return Value

Type: Boolean
Returns true if the given attribute should be handled as a reference.
See Also