CIMKnowledgeGraphDataLoadingRelationship Class Members
In This Topic
The following tables list the members exposed by CIMKnowledgeGraphDataLoadingRelationship.
Public Constructors
Public Properties
| Name | Description |
| Merge |
Gets or sets a value indicating whether this relationship should be merged.
|
| Name |
Gets or sets the name of the relationship.
|
| Properties |
Gets or sets the properties of this relationship.
|
| RelationshipType |
Gets or sets the type of the relationship.
|
| RelationshipTypeExpression |
Gets or sets the expression which is used to generate the relationship type of this relationship.
This property takes precedence over the TypeIsFieldName and RelationshipType properties.
If the RelationshipTypeExpression is not null, the RelationshipType is generated from the script defined in the expression object.
If the RelationshipTypeExpression is null, the value of the RelationshipType property is interpreted based on the TypeIsFieldName property.
|
| SourceEntityName |
Gets or sets the source entity name.
|
| TargetEntityName |
Gets or sets the target entity name.
|
| 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