नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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 |