ToggleOverload List

Type NameDescription
Public methodCreateSubclass()()()
Creates a subclass of the class defined by this class definition. If this class is not allowed to be subclassed, an error will be returned.
(Inherited from IClassDefinition.)
Public methodCreateSubclass(Id)
Creates a subclass, with the specified ID, of the class defined by this class definition. If this class is not allowed to be subclassed, an error will be returned.
(Inherited from IClassDefinition.)

ToggleSee Also