C# Class NavigationEdgeApi.Navigation.DataValueProvider

Inheritance: IValueProvider
Afficher le fichier Open project: grahammendick/NavigationEdge

Méthodes publiques

Méthode Description
ContainsPrefix ( string prefix ) : bool
DataValueProvider ( dynamic data ) : System
GetValue ( string key ) : System.Web.Http.ValueProviders.ValueProviderResult

Method Details

ContainsPrefix() public méthode

public ContainsPrefix ( string prefix ) : bool
prefix string
Résultat bool

DataValueProvider() public méthode

public DataValueProvider ( dynamic data ) : System
data dynamic
Résultat System

GetValue() public méthode

public GetValue ( string key ) : System.Web.Http.ValueProviders.ValueProviderResult
key string
Résultat System.Web.Http.ValueProviders.ValueProviderResult