Overload | Description |
---|---|
KnowledgeGraphEntityTypeDescription Constructor(String) | Construct a KnowledgeGraphEntityTypeDescription with the given name |
KnowledgeGraphEntityTypeDescription Constructor(String,IEnumerable<KnowledgeGraphPropertyDescription>) | Construct a KnowledgeGraphEntityTypeDescription with the given name and collection of property descriptions. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphEntityTypeDescription Constructor(String,ShapeDescription) | Construct a KnowledgeGraphEntityTypeDescription with the given name and shape description. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphEntityTypeDescription Constructor(String,IEnumerable<KnowledgeGraphPropertyDescription>,ShapeDescription) | Construct a KnowledgeGraphEntityTypeDescription with the given name, collection of property descriptions, and shape description. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphEntityTypeDescription Constructor(TableDefinition) | Construct a KnowledgeGraphEntityTypeDescription with the given ArcGIS.Core.Data.TableDefinition. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphEntityTypeDescription Constructor(String,TableDefinition) | Construct a KnowledgeGraphEntityTypeDescription with the given name and ArcGIS.Core.Data.TableDefinition. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphEntityTypeDescription Constructor(String,TableDefinition,ShapeDescription) | Construct a KnowledgeGraphEntityTypeDescription with the given name, ArcGIS.Core.Data.TableDefinition, and shape description. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphEntityTypeDescription Constructor(KnowledgeGraphEntityType) | Construct a KnowledgeGraphEntityTypeDescription with the given ArcGIS.Core.Data.Knowledge.KnowledgeGraphEntityType. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphEntityTypeDescription Constructor(String,KnowledgeGraphEntityType) | Construct a KnowledgeGraphEntityTypeDescription with the given name and ArcGIS.Core.Data.Knowledge.KnowledgeGraphEntityType. This method must be called on the MCT. Use QueuedTask.Run. |
KnowledgeGraphEntityTypeDescription Constructor(String,KnowledgeGraphEntityType,ShapeDescription) | Construct a KnowledgeGraphEntityTypeDescription with the given name, ArcGIS.Core.Data.Knowledge.KnowledgeGraphEntityType and shape definition. This method must be called on the MCT. Use QueuedTask.Run. |