Click or drag to resize
IEntityAddRelatedEntity Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Core.IEntity.AddRelatedEntity(ZU.Core.IEntity,System.String,System.String,System.Boolean,System.Boolean,System.Double)"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
bool AddRelatedEntity(
	IEntity entity,
	string relation,
	string agentId,
	bool force = false,
	bool isExtracted = false,
	double confidence = 1
)

Parameters

entity
Type: ZU.CoreIEntity

[Missing <param name="entity"/> documentation for "M:ZU.Core.IEntity.AddRelatedEntity(ZU.Core.IEntity,System.String,System.String,System.Boolean,System.Boolean,System.Double)"]

relation
Type: SystemString

[Missing <param name="relation"/> documentation for "M:ZU.Core.IEntity.AddRelatedEntity(ZU.Core.IEntity,System.String,System.String,System.Boolean,System.Boolean,System.Double)"]

agentId
Type: SystemString

[Missing <param name="agentId"/> documentation for "M:ZU.Core.IEntity.AddRelatedEntity(ZU.Core.IEntity,System.String,System.String,System.Boolean,System.Boolean,System.Double)"]

force (Optional)
Type: SystemBoolean

[Missing <param name="force"/> documentation for "M:ZU.Core.IEntity.AddRelatedEntity(ZU.Core.IEntity,System.String,System.String,System.Boolean,System.Boolean,System.Double)"]

isExtracted (Optional)
Type: SystemBoolean

[Missing <param name="isExtracted"/> documentation for "M:ZU.Core.IEntity.AddRelatedEntity(ZU.Core.IEntity,System.String,System.String,System.Boolean,System.Boolean,System.Double)"]

confidence (Optional)
Type: SystemDouble

[Missing <param name="confidence"/> documentation for "M:ZU.Core.IEntity.AddRelatedEntity(ZU.Core.IEntity,System.String,System.String,System.Boolean,System.Boolean,System.Double)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Core.IEntity.AddRelatedEntity(ZU.Core.IEntity,System.String,System.String,System.Boolean,System.Boolean,System.Double)"]

See Also