Click or drag to resize

mxObjectCodecIsExcluded Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given attribute is to be ignored by the codec. This implementation returns true if the given fieldname is in exclude.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual bool IsExcluded(
	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 ignored.
See Also