Click or drag to resize
IEntityToEntityRef Method (String, RelationDirection, Double, EntityFragmentState)
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.IEntity.ToEntityRef(System.String,ZU.Semantic.RelationDirection,System.Double,ZU.Semantic.Core.EntityFragmentState)"]

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#
EntityRef ToEntityRef(
	string relationship,
	RelationDirection relationDirection,
	double confidence,
	EntityFragmentState state
)

Parameters

relationship
Type: SystemString

[Missing <param name="relationship"/> documentation for "M:ZU.Core.IEntity.ToEntityRef(System.String,ZU.Semantic.RelationDirection,System.Double,ZU.Semantic.Core.EntityFragmentState)"]

relationDirection
Type: ZU.SemanticRelationDirection

[Missing <param name="relationDirection"/> documentation for "M:ZU.Core.IEntity.ToEntityRef(System.String,ZU.Semantic.RelationDirection,System.Double,ZU.Semantic.Core.EntityFragmentState)"]

confidence
Type: SystemDouble

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

state
Type: ZU.Semantic.CoreEntityFragmentState

[Missing <param name="state"/> documentation for "M:ZU.Core.IEntity.ToEntityRef(System.String,ZU.Semantic.RelationDirection,System.Double,ZU.Semantic.Core.EntityFragmentState)"]

Return Value

Type: EntityRef

[Missing <returns> documentation for "M:ZU.Core.IEntity.ToEntityRef(System.String,ZU.Semantic.RelationDirection,System.Double,ZU.Semantic.Core.EntityFragmentState)"]

See Also