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

Namespace: Jeneva.Validation.Impl
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public 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

Implements

IPathHelperBuildPath(LinkedListPathNode, String)
See Also