C# Class ODataToolkit.Csdl.CsdlSemantics.UnresolvedNavigationPropertyPath

Represents a navigation property path that could not be resolved.
Inheritance: BadNavigationProperty, IUnresolvedElement
Mostra file Open project: erdomke/ODataToolkit

Public Methods

Method Description
UnresolvedNavigationPropertyPath ( IEdmStructuredType startingType, string path, EdmLocation location ) : ODataToolkit.Validation

Method Details

UnresolvedNavigationPropertyPath() public method

public UnresolvedNavigationPropertyPath ( IEdmStructuredType startingType, string path, EdmLocation location ) : ODataToolkit.Validation
startingType IEdmStructuredType
path string
location EdmLocation
return ODataToolkit.Validation