True if the pattern is shorter / equals the pattern and matches. This means, the path changes a child attribue of the data requested by the path.
M.Karkowski
TPathCompareResult
Generally set to true if the pattern is longer then the path, but they still match in the beginning. This means, the parent might change the data requested with this pattern
M.Karkowski
TPathCompareResult
Generally set to true if the size pf the pattern matches then the path. This means the data requested with this pattern if directly changed by the path.
M.Karkowski
TPathCompareResult
Flag, indicating whether the pattern contains a pattern or is just a regular path.
M.Karkowski
TPathCompareResult
The Path to access the data. If a pattern is required to extract the data, this property is set to false and the property "patternToExtractData" is filled with the pattern.
The PathToExtractData is allways false, if the path is smaller then the pattern
path = "a/b/c"; pattern = "a/#"; => pathToExtractData = "a/b/c"
path = "a"; pattern = "a/b/#"; => pathToExtractData = false
M.Karkowski
TPathCompareResult
A Flag showing, that the pattern contains more segments than
M.Karkowski
TPathCompareResult
The Pattern to access the data. If no pattern is required to extract the data, this property is set to false and the property "pathToExtractData" is filled with the defined path. If the path is longer than the pattern, than we need to extract the data.
path = "a/b/c"; pattern = "a/#"; => patternToExtractData = "a/#"
path = "a"; pattern = "a/b/#"; => patternToExtractData = "a/b/#"
path = "a"; pattern = "a"; => patternToExtractData = false
path = "a/b"; pattern = "a"; => patternToExtractData = false
M.Karkowski
Generated using TypeDoc
Shows that there might be matcht. Just the combination of affectedByChild | affectedOnSameLevel | affectedByChild
Author
M.Karkowski
Memberof
TPathCompareResult