GetTermValue(T) Method (IEdmModel, IEdmStructuredValue, IEdmValueTerm, String, EdmToClrEvaluator)
WCF Data Services 5.0
Gets the CLR value of a vocabulary term that has been applied to the type of a value.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
public static T GetTermValue<T>( this IEdmModel model, IEdmStructuredValue context, IEdmValueTerm term, string qualifier, EdmToClrEvaluator evaluator )
Type Parameters
- T
The CLR type of the value to be returned.
Parameters
- model
- Type: Microsoft.Data.Edm..::..IEdmModel
The model to search for term annotations.
- context
- Type: Microsoft.Data.Edm.Values..::..IEdmStructuredValue
The value to use as context in evaluation.
- term
- Type: Microsoft.Data.Edm..::..IEdmValueTerm
The term to evaluate.
- qualifier
- Type: System..::..String
The qualifier to apply.
- evaluator
- Type: Microsoft.Data.Edm.Evaluation..::..EdmToClrEvaluator
The evaluator to use to perform expression evaluation.
Return Value
Type: TThe value of the term evaluated against the supplied value.