Click or drag to resize

ElementFactoryContractValidateCreateEdge Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementFactoryContract.ValidateCreateEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static void ValidateCreateEdge(
	Object id,
	IVertex out_,
	IVertex in_,
	string label
)

Parameters

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementFactoryContract.ValidateCreateEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

out_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="out_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementFactoryContract.ValidateCreateEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

in_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="in_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementFactoryContract.ValidateCreateEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementFactoryContract.ValidateCreateEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

See Also