Click or drag to resize

KeyIndexableGraphContractValidateCreateKeyIndex Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Contracts.KeyIndexableGraphContract.ValidateCreateKeyIndex(System.String,System.Type,Frontenac.Blueprints.Parameter[])"]

Namespace:  Frontenac.Blueprints.Contracts
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static void ValidateCreateKeyIndex(
	string key,
	Type elementClass,
	params Parameter[] indexParameters
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Contracts.KeyIndexableGraphContract.ValidateCreateKeyIndex(System.String,System.Type,Frontenac.Blueprints.Parameter[])"]

elementClass
Type: SystemType

[Missing <param name="elementClass"/> documentation for "M:Frontenac.Blueprints.Contracts.KeyIndexableGraphContract.ValidateCreateKeyIndex(System.String,System.Type,Frontenac.Blueprints.Parameter[])"]

indexParameters
Type: Frontenac.BlueprintsParameter

[Missing <param name="indexParameters"/> documentation for "M:Frontenac.Blueprints.Contracts.KeyIndexableGraphContract.ValidateCreateKeyIndex(System.String,System.Type,Frontenac.Blueprints.Parameter[])"]

See Also