C# Class Net.Http.WebApi.OData.Query.FormatQueryOption

Afficher le fichier Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Méthodes publiques

Méthode Description
FormatQueryOption ( string rawValue ) : System

Initialises a new instance of the FormatQueryOption class.

Method Details

FormatQueryOption() public méthode

Initialises a new instance of the FormatQueryOption class.
Thrown if the raw value is invalid.
public FormatQueryOption ( string rawValue ) : System
rawValue string The raw request value.
Résultat System