Method |
Description |
|
FormatEscapedToken ( string token ) : string |
|
|
FormatOddBalancedToken ( Match m, string property ) : string |
|
|
FormatPartiallyDelimitedToken ( Match m, Func propertyValue ) : string |
|
|
FormatProperty ( object item, Match m, PropertyInfo propertyInfo ) : string |
|
|
GetFailedPropertyChain ( string properties, int index ) : string>.Tuple |
|
|
GetNestedPropertyValue ( object item, Match m ) : string |
|
|
GetPropertyValue ( object item, Match m ) : string |
|
|
GetSinglePropertyValue ( object item, Match m ) : string |
|
|
IsBalancedDelimiterCountEven ( Match m ) : bool |
|
|
IsBalancedDelimiterCountOdd ( Match m ) : bool |
|
|
IsPartiallyDelimited ( Match m ) : bool |
|
|
TrimPartialDelimiters ( bool isOddPair, char delimiterChar, int length ) : string |
|
|