C# Class HypermediaApiSiteConsole.Tools.ODataMediaTypeFormatter

Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Mostrar archivo Open project: darrelmiller/HypermediaApiSite

Public Methods

Method Description
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
ODataMediaTypeFormatter ( ) : System
WriteToStreamAsync ( Type type, object value, System writeStream, System content, System transportContext ) : System.Threading.Tasks.Task

Method Details

CanReadType() public method

public CanReadType ( Type type ) : bool
type System.Type
return bool

CanWriteType() public method

public CanWriteType ( Type type ) : bool
type System.Type
return bool

ODataMediaTypeFormatter() public method

public ODataMediaTypeFormatter ( ) : System
return System

WriteToStreamAsync() public method

public WriteToStreamAsync ( Type type, object value, System writeStream, System content, System transportContext ) : System.Threading.Tasks.Task
type System.Type
value object
writeStream System
content System
transportContext System
return System.Threading.Tasks.Task