Example #1
0
 /// <summary>
 /// Fetches the specified property token.
 /// </summary>
 /// <param name="token">The token.</param>
 /// <param name="resourceTypeFullName">Full name of resource type.</param>
 /// <returns>Property token.</returns>
 public ScalarProperty FetchPropertyToken(string token, string resourceTypeFullName)
 {
     return(PropertyTokens.FetchPropertyToken(token, resourceTypeFullName, context));
 }
Example #2
0
 /// <summary>
 /// Fetches the specified property token.
 /// </summary>
 /// <param name="token">The token.</param>
 /// <returns>Property token.</returns>
 /// <exception cref="SearchException">Thrown when an ambiguous token is passed.</exception>
 public ScalarProperty FetchPropertyToken(string token)
 {
     return(PropertyTokens.FetchPropertyToken(token, context));
 }