Click or drag to resize
IPathHelperBuildPath Method
Builds property path using existing path and a nested property name

Namespace: Jeneva.Validation
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
string BuildPath(
	LinkedList<PathNode> path,
	string name
)

Parameters

path
Type: System.Collections.GenericLinkedListPathNode
existing path
name
Type: SystemString
nested property name

Return Value

Type: String
property path text
See Also