Click or drag to resize

EdgeType.NewEdgeX Method

Not yet implemented

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public Edge NewEdgeX(
	WeakReferenceList<PropertyType> propertyType,
	PropertyType tailAttr,
	Object tailV,
	PropertyType headAttr,
	Object headV,
	SessionBase session
)

Parameters

propertyType
Type: VelocityDb.Collection.WeakReferenceList<PropertyType>

[Missing <param name="propertyType"/> documentation for "M:VelocityGraph.EdgeType.NewEdgeX(VelocityDb.Collection.WeakReferenceList{VelocityGraph.PropertyType},VelocityGraph.PropertyType,System.Object,VelocityGraph.PropertyType,System.Object,VelocityDb.Session.SessionBase)"]

tailAttr
Type: VelocityGraph.PropertyType

[Missing <param name="tailAttr"/> documentation for "M:VelocityGraph.EdgeType.NewEdgeX(VelocityDb.Collection.WeakReferenceList{VelocityGraph.PropertyType},VelocityGraph.PropertyType,System.Object,VelocityGraph.PropertyType,System.Object,VelocityDb.Session.SessionBase)"]

tailV
Type: System.Object

[Missing <param name="tailV"/> documentation for "M:VelocityGraph.EdgeType.NewEdgeX(VelocityDb.Collection.WeakReferenceList{VelocityGraph.PropertyType},VelocityGraph.PropertyType,System.Object,VelocityGraph.PropertyType,System.Object,VelocityDb.Session.SessionBase)"]

headAttr
Type: VelocityGraph.PropertyType

[Missing <param name="headAttr"/> documentation for "M:VelocityGraph.EdgeType.NewEdgeX(VelocityDb.Collection.WeakReferenceList{VelocityGraph.PropertyType},VelocityGraph.PropertyType,System.Object,VelocityGraph.PropertyType,System.Object,VelocityDb.Session.SessionBase)"]

headV
Type: System.Object

[Missing <param name="headV"/> documentation for "M:VelocityGraph.EdgeType.NewEdgeX(VelocityDb.Collection.WeakReferenceList{VelocityGraph.PropertyType},VelocityGraph.PropertyType,System.Object,VelocityGraph.PropertyType,System.Object,VelocityDb.Session.SessionBase)"]

session
Type: VelocityDb.Session.SessionBase

[Missing <param name="session"/> documentation for "M:VelocityGraph.EdgeType.NewEdgeX(VelocityDb.Collection.WeakReferenceList{VelocityGraph.PropertyType},VelocityGraph.PropertyType,System.Object,VelocityGraph.PropertyType,System.Object,VelocityDb.Session.SessionBase)"]

Return Value

Type: Edge

[Missing <returns> documentation for "M:VelocityGraph.EdgeType.NewEdgeX(VelocityDb.Collection.WeakReferenceList{VelocityGraph.PropertyType},VelocityGraph.PropertyType,System.Object,VelocityGraph.PropertyType,System.Object,VelocityDb.Session.SessionBase)"]

See Also