Click or drag to resize

DocNodeProxy2ndLevelInternalIsValidDocument Method

Determines whether the specified object is a valid document for this proxy.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override bool InternalIsValidDocument(
	Object obj,
	bool isCalledFromConstructor
)

Parameters

obj  Object
The object to validate.
isCalledFromConstructor  Boolean
true if validation occurs during construction; otherwise, false.

Return Value

Boolean
true if the object is valid for this proxy; otherwise, false.
See Also