Persistate API documentation
FindDerivedClass Method (friendlyName)
NamespacesPersistateObjectClassFindDerivedClass(String)

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

Finds a derived ObjectClass of this class by friendly name.
Declaration Syntax
C#
public ObjectClass FindDerivedClass(
	string friendlyName
)
Parameters
friendlyName (String)
The friendly name of the derived ObjectClass to find.
Return Value
The found derived ObjectClass, or null if none was found.

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