C# Class HypermediaApiSiteConsole.Tools.ODataMediaTypeFormatter

Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Afficher le fichier Open project: darrelmiller/HypermediaApiSite

Méthodes publiques

Méthode 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 méthode

public CanReadType ( Type type ) : bool
type System.Type
Résultat bool

CanWriteType() public méthode

public CanWriteType ( Type type ) : bool
type System.Type
Résultat bool

ODataMediaTypeFormatter() public méthode

public ODataMediaTypeFormatter ( ) : System
Résultat System

WriteToStreamAsync() public méthode

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
Résultat System.Threading.Tasks.Task