ExtensionMethods.GetPropertyValue 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 | |
---|---|---|
GetPropertyValue(IEdmModel, IEdmStructuredValue, IEdmProperty, EdmExpressionEvaluator) | Gets the IEdmValue of a property of a term type that has been applied to the type of a value. | |
GetPropertyValue<T>(IEdmModel, IEdmStructuredValue, IEdmProperty, EdmToClrEvaluator) | Gets the CLR value of a property of a term type that has been applied to the type of a value. | |
GetPropertyValue(IEdmModel, IEdmStructuredValue, IEdmProperty, String, EdmExpressionEvaluator) | Gets the IEdmValue of a property of a term type that has been applied to the type of a value. | |
GetPropertyValue<T>(IEdmModel, IEdmStructuredValue, IEdmProperty, String, EdmToClrEvaluator) | Gets the CLR value of a property of a term type that has been applied to the type of a value. |
Top