Public Methods

  Name Description
Public method DescribedIsOfClass Returns whether the class described by this ClassDescription object is a subclass of the specified class (true) or not (false). Note that this method will not work for search-related ClassDescription objects; that is, ClassDescription objects that are returned from a SearchScope.fetchSearchableClassDescriptions method call.
Public method GetScope Returns the originating "scope" (enclosing context) of this ClassDescription object. For more information about ClassDescription scope, see the IScope interface description.
Top

See Also