Method | Description | |
---|---|---|
Path ( FlowLevel baseFlowLevel, List |
||
Path ( List |
||
Path ( string ambiguousName ) : System | ||
ResolveFromContext ( Parsed context ) : Parsed.Object | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ResolveBaseTarget ( Parsed originalContext ) : Parsed.Object | ||
ResolveTailComponents ( Parsed rootTarget ) : Parsed.Object | ||
TryGetChildFromContext ( Parsed context, string childName, FlowLevel minimumLevel, bool forceDeepSearch = false ) : Parsed.Object |
public Path ( FlowLevel baseFlowLevel, List |
||
baseFlowLevel | FlowLevel | |
components | List |
|
return | System |
public Path ( string ambiguousName ) : System | ||
ambiguousName | string | |
return | System |
public ResolveFromContext ( Parsed context ) : Parsed.Object | ||
context | Parsed | |
return | Parsed.Object |