ODataEnumValueMediaTypeMapping.IsMatch Method (PropertyAccessPathSegment)

 

Namespace:   System.Web.OData.Formatter
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

protected override bool IsMatch(
    PropertyAccessPathSegment propertySegment
)
protected:
virtual bool IsMatch(
    PropertyAccessPathSegment^ propertySegment
) override
override IsMatch : 
        propertySegment:PropertyAccessPathSegment -> bool
Protected Overrides Function IsMatch (
    propertySegment As PropertyAccessPathSegment
) As Boolean

Return Value

Type: System.Boolean

See Also

ODataEnumValueMediaTypeMapping Class
System.Web.OData.Formatter Namespace

Return to top