CIMKnowledgeGraphDataLoadingEntity Class Members
In This Topic
The following tables list the members exposed by CIMKnowledgeGraphDataLoadingEntity.
Public Constructors
Public Properties
| Name | Description |
| EntityType |
Gets or sets the type of the entity.
|
| EntityTypeExpression |
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.
|
| Merge |
Gets or sets a value indicating whether this entity should be merged.
|
| Name |
Gets or sets the name of the entity.
|
| Properties |
Gets or sets the properties of this entity.
|
| TypeIsFieldName |
Gets or sets a value indicating whether the Type property
is a name itself or the name of a field.
|
Top
Public Methods
Public Events
See Also