ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeGraphDataLoadingEntity Class


In This Topic
    CIMKnowledgeGraphDataLoadingEntity Class Properties
    In This Topic

    For a list of all members of this type, see CIMKnowledgeGraphDataLoadingEntity members.

    Public Properties
     NameDescription
    Public Property Gets or sets the type of the entity.  
    Public Property Gets or sets the expression which is used to generate the entity type of this entity. This property takes precedence over the TypeIsFieldName and EntityType properties. If the EntityTypeExpression property is not null, the EntityType is generated from the script defined in the expression object. If the EntityTypeExpression property is null, the value of the EntityType property is interpreted based on the TypeIsFieldName property.  
    Public Property Gets or sets a value indicating whether this entity should be merged.  
    Public Property Gets or sets a value indicating whether this Entity should be found by lookup. This property takes precedence over EntityType and EntityTypeExpression. When defined, the entity will be found by searching the specified types and property values.  
    Public Property Gets or sets the name of the entity.  
    Public Property Gets or sets the properties of this entity.  
    Public Property Gets or sets a value indicating whether the Type property is a name itself or the name of a field.  
    Top
    See Also