ExtensionMethods.GetTermValue Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member GetTermValue(IEdmModel, IEdmVocabularyAnnotatable, IEdmValueTerm, EdmExpressionEvaluator) Gets the IEdmValue of a vocabulary term that has been applied to an element.
Public methodStatic member GetTermValue<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmValueTerm, EdmToClrEvaluator) Gets the CLR value of a vocabulary term that has been applied to an element.
Public methodStatic member GetTermValue(IEdmModel, IEdmVocabularyAnnotatable, String, EdmExpressionEvaluator) Gets the IEdmValue of a vocabulary term that has been applied to an element.
Public methodStatic member GetTermValue<T>(IEdmModel, IEdmVocabularyAnnotatable, String, EdmToClrEvaluator) Gets the CLR value of a vocabulary term that has been applied to an element.
Public methodStatic member GetTermValue(IEdmModel, IEdmStructuredValue, IEdmValueTerm, EdmExpressionEvaluator) Gets the IEdmValue of a vocabulary term that has been applied to the type of a value.
Public methodStatic member GetTermValue<T>(IEdmModel, IEdmStructuredValue, IEdmValueTerm, EdmToClrEvaluator) Gets the CLR value of a vocabulary term that has been applied to the type of a value.
Public methodStatic member GetTermValue(IEdmModel, IEdmStructuredValue, String, EdmExpressionEvaluator) Gets the IEdmValue of a vocabulary term that has been applied to the type of a value.
Public methodStatic member GetTermValue<T>(IEdmModel, IEdmStructuredValue, String, EdmToClrEvaluator) Gets the CLR value of a vocabulary term that has been applied to the type of a value.
Public methodStatic member GetTermValue(IEdmModel, IEdmVocabularyAnnotatable, IEdmValueTerm, String, EdmExpressionEvaluator) Gets the IEdmValue of a vocabulary term that has been applied to an element.
Public methodStatic member GetTermValue<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmValueTerm, String, EdmToClrEvaluator) Gets the CLR value of a vocabulary term that has been applied to an element.
Public methodStatic member GetTermValue(IEdmModel, IEdmVocabularyAnnotatable, String, String, EdmExpressionEvaluator) Gets the IEdmValue of a vocabulary term that has been applied to an element.
Public methodStatic member GetTermValue<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String, EdmToClrEvaluator) Gets the CLR value of a vocabulary term that has been applied to an element.
Public methodStatic member GetTermValue(IEdmModel, IEdmStructuredValue, IEdmValueTerm, String, EdmExpressionEvaluator) Gets the IEdmValue of a vocabulary term that has been applied to the type of a value.
Public methodStatic member GetTermValue<T>(IEdmModel, IEdmStructuredValue, IEdmValueTerm, String, EdmToClrEvaluator) Gets the CLR value of a vocabulary term that has been applied to the type of a value.
Public methodStatic member GetTermValue(IEdmModel, IEdmStructuredValue, String, String, EdmExpressionEvaluator) Gets the IEdmValue of a vocabulary term that has been applied to the type of a value.
Public methodStatic member GetTermValue<T>(IEdmModel, IEdmStructuredValue, String, String, EdmToClrEvaluator) Gets the CLR value of a vocabulary term that has been applied to the type of a value.

Top

See Also

Reference

ExtensionMethods Class

Microsoft.Data.Edm Namespace