Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This is the base interface for all Common Data Model object definitions. It's extended by CdmObjectDefinitionBase in C#, Java, and TypeScript.
public interface CdmObjectDefinition extends CdmObject
This interface is substituted with a regular class in Python.
Properties
| Name | Type | Description |
|---|---|---|
| Explanation | string | The object's explanation. |
| ExhibitsTraits | CdmTraitCollection | The collection of traits that this object exhibits by default. |
Methods
| Name | Description | Return Type |
|---|---|---|
| GetName() | All object definitions have some kind of name, so this method returns the name independent from the name property. | string |