C# Class ODataToolkit.Csdl.CsdlSemantics.UnresolvedNavigationPropertyPath

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

Méthodes publiques

Méthode Description
UnresolvedNavigationPropertyPath ( IEdmStructuredType startingType, string path, EdmLocation location ) : ODataToolkit.Validation

Method Details

UnresolvedNavigationPropertyPath() public méthode

public UnresolvedNavigationPropertyPath ( IEdmStructuredType startingType, string path, EdmLocation location ) : ODataToolkit.Validation
startingType IEdmStructuredType
path string
location EdmLocation
Résultat ODataToolkit.Validation