C# 클래스 Nyan.Modules.Web.REST.formatters.CsvMediaTypeFormatter

상속: System.Net.Http.Formatting.MediaTypeFormatter
파일 보기 프로젝트 열기: bucknellu/Nyan

공개 메소드들

메소드 설명
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
CsvMediaTypeFormatter ( ) : System
CsvMediaTypeFormatter ( IEnumerable mediaTypeMappings ) : System
CsvMediaTypeFormatter ( System.Net.Http.Formatting.MediaTypeMapping mediaTypeMapping ) : System
WriteToStreamAsync ( Type type, object value, Stream stream, HttpContent content, System.Net.TransportContext transportContext ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
IsTypeOfIEnumerable ( Type type ) : bool
WriteStream ( Type type, object value, Stream stream, HttpContent content ) : void

메소드 상세

CanReadType() 공개 메소드

public CanReadType ( Type type ) : bool
type System.Type
리턴 bool

CanWriteType() 공개 메소드

public CanWriteType ( Type type ) : bool
type System.Type
리턴 bool

CsvMediaTypeFormatter() 공개 메소드

public CsvMediaTypeFormatter ( ) : System
리턴 System

CsvMediaTypeFormatter() 공개 메소드

public CsvMediaTypeFormatter ( IEnumerable mediaTypeMappings ) : System
mediaTypeMappings IEnumerable
리턴 System

CsvMediaTypeFormatter() 공개 메소드

public CsvMediaTypeFormatter ( System.Net.Http.Formatting.MediaTypeMapping mediaTypeMapping ) : System
mediaTypeMapping System.Net.Http.Formatting.MediaTypeMapping
리턴 System

WriteToStreamAsync() 공개 메소드

public WriteToStreamAsync ( Type type, object value, Stream stream, HttpContent content, System.Net.TransportContext transportContext ) : System.Threading.Tasks.Task
type System.Type
value object
stream Stream
content System.Net.Http.HttpContent
transportContext System.Net.TransportContext
리턴 System.Threading.Tasks.Task