DocNodeProxy2ndLevelInternalIsValidDocument Method |
Determines whether the specified object is a valid document for this proxy.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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
Booleantrue if the object is valid for this proxy; otherwise,
false.
See Also