Represents the fixed description (immutable metadata) of a class. A ClassDescription object maintains a fixed snapshot, via its properties and property descriptions, of an instantiated object's property metadata throughout the object's lifetime. Because all of its properties are read-only, you cannot directly modify a ClassDescription object. If you need to update the metadata of a class, use its ClassDefinition object.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IClassDescription _
	Implements IMetadata, IIndependentObject, IEngineObject, ICloneable
C#
public interface IClassDescription : IMetadata, 
	IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IClassDescription : IMetadata, 
	IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Meta.IClassDescription = function();
FileNet.Api.Meta.IClassDescription.createInterface('FileNet.Api.Meta.IClassDescription');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: Metadata

ToggleSee Also