C# Class Restbucks.Service.RestbucksMediaTypeFormatter

Inheritance: XmlMediaTypeFormatter
Show file Open project: SzymonPobiega/restbucks-wcf

Public Methods

Method Description
RestbucksMediaTypeFormatter ( ) : System

Protected Methods

Method Description
OnCanReadType ( Type type ) : bool
OnCanWriteType ( Type type ) : bool

Method Details

OnCanReadType() protected method

protected OnCanReadType ( Type type ) : bool
type System.Type
return bool

OnCanWriteType() protected method

protected OnCanWriteType ( Type type ) : bool
type System.Type
return bool

RestbucksMediaTypeFormatter() public method

public RestbucksMediaTypeFormatter ( ) : System
return System