Click or drag to resize

RelDocNodeProxyIsValidDocument Method

Can be overriden by derived classes to ensure that the right type of document is stored in this proxy.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual bool IsValidDocument(
	IDocumentLeafNode obj
)

Parameters

obj  IDocumentLeafNode
The object to test.

Return Value

Boolean
True if the obj has the right type to store in this proxy, false otherwise.
See Also