Persistate API documentation
IsTypeOf Method (oc)
NamespacesPersistateObjectClassIsTypeOf(ObjectClass)

[This is preliminary documentation and is subject to change.]

This returns true if this ObjectClass is either the same as the given one or is derived from it.
Declaration Syntax
C#
public bool IsTypeOf(
	ObjectClass oc
)
Parameters
oc (ObjectClass)
The ObjectClass to test against
Return Value
True if this class is or is derived from the given class.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)