The IClassDescription type exposes the following members.
Methods
Type | Name | Description |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
![]() | 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.
|
![]() | FetchProperties | Overloaded. |
![]() | FetchProperty | Overloaded. |
![]() | GetClassName |
Returns the name of the class from which this object is instantiated.
(Inherited from IEngineObject.) |
![]() | GetConnection |
Returns a Connection object that represents a logical connection to the
FileNet P8 domain.
The returned Connection object is used as input to methods such as
factory instantiation methods.
(Inherited from IEngineObject.) |
![]() | GetObjectReference |
Returns an object reference that represents the object's identity.
(Inherited from IIndependentObject.)The ID of an independent object is the class name and ID of the object. The ID can be a path, GUID, or name of the object. |
![]() | GetScope |
Returns the originating "scope" (enclosing context) of this ClassDescription object.
For more information about ClassDescription scope, see the
IScope interface description.
|
![]() | GetSuperClasses |
Returns a String array specifying the names of the superclasses of the
class from which this object is instantiated.
(Inherited from IEngineObject.) |
![]() | Refresh | Overloaded. |