TessaBsonInputFormatter - класс

Definition

Пространство имён: Tessa.Web.Serialization
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
C#
public class TessaBsonInputFormatter : InputFormatter
Inheritance
Object    InputFormatter    TessaBsonInputFormatter

Конструкторы

TessaBsonInputFormatterИнициализирует новый экземпляр класса TessaBsonInputFormatter

Свойства

SupportedMediaTypes Gets the mutable collection of media type elements supported by this InputFormatter.
(Унаследован от InputFormatter)

Методы

CanRead(InputFormatterContext)
(Унаследован от InputFormatter)
CanRead(InputFormatterContext) 
CanReadType Determines whether this InputFormatter can deserialize an object of the given type.
(Унаследован от InputFormatter)
GetDefaultValueForType Gets the default value for a given type. Used to return a default value when the body contains no content.
(Унаследован от InputFormatter)
GetSupportedContentTypes
(Унаследован от InputFormatter)
ReadAsync
(Унаследован от InputFormatter)
ReadRequestBodyAsync(InputFormatterContext) 
ReadRequestBodyAsync(Void)
(Унаследован от InputFormatter)

См. также