DocNodeProxyInternalIsValidDocument Method |
Can be overriden by derived classes to ensure that the right type of document is stored in
this proxy.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual bool InternalIsValidDocument(
Object obj,
bool isCalledFromConstructor
)
Parameters
- obj Object
- The object to test.
- isCalledFromConstructor Boolean
- If true, this function is called from the constructor. A value of true indicated, that some values might not be set yet.
Return Value
BooleanTrue if the
obj has the right type to store in this proxy, false otherwise.
See Also