C# Class Restbucks.Service.RestbucksMediaTypeFormatter

Inheritance: XmlMediaTypeFormatter
Afficher le fichier Open project: SzymonPobiega/restbucks-wcf

Méthodes publiques

Méthode Description
RestbucksMediaTypeFormatter ( ) : System

Méthodes protégées

Méthode Description
OnCanReadType ( Type type ) : bool
OnCanWriteType ( Type type ) : bool

Method Details

OnCanReadType() protected méthode

protected OnCanReadType ( Type type ) : bool
type System.Type
Résultat bool

OnCanWriteType() protected méthode

protected OnCanWriteType ( Type type ) : bool
type System.Type
Résultat bool

RestbucksMediaTypeFormatter() public méthode

public RestbucksMediaTypeFormatter ( ) : System
Résultat System