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.
A referenced entity declaration is a declaration of an entity that resides in a remote location.
public class CdmReferencedEntityDeclarationDefinition extends CdmObjectDefinitionBase, CdmEntityDeclarationDefinition
CdmReferencedEntityDeclarationDefinition extends CdmEntityDeclarationDefinition in Python.
Constructors
Name | Description |
---|---|
CdmReferencedEntityDeclarationDefinition(CdmCorpusContext, string) ctx: The corpus context. entityName: The entity's name. |
Initializes a new instance of the CdmReferencedEntityDeclarationDefinition class. |
Properties
Name | Type | Description |
---|---|---|
EntityName | string | The entity's name. |
EntityPath | string | The corpus path to the entity definition. |
LastFileStatusCheckTime | DateTimeOffset? | The last time the modified time was checked for this file. |
LastFileModifiedTime | DateTimeOffset? | The last time this file was modified according to the object model. |
LastChildFileModifiedTime | DateTimeOffset? | The greatest last time reported by any of the children objects about their file status check times. |
Methods
Name | Description | Return Type |
---|---|---|
FileStatusCheckAsync() | Updates the object and its children, if any, with the current time. | Task |
GetName() | See CdmObjectDefinition.GetName(). | string |
IsDerivedFrom(string, ResolveOptions) | See CdmObject.IsDerivedFrom(...). | bool |
Copy(ResolveOptions, CdmObject) | See CdmObject.Copy(...). | CdmObject |
Validate() | See CdmObject.Validate(). | bool |