NumericColumnProxyIsValidDocument Method |
Tests whether or not the holded object is valid. Here the test returns true if the column
is either of type
INumericColumn or the holded object is
null.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override bool IsValidDocument(
Object obj
)
Parameters
- obj Object
- Object to test.
Return Value
BooleanTrue if this is a valid document object.
See Also