TessaBsonInputFormatter - класс

Definition

Пространство имён: Tessa.Web.Serialization
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.5
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)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetDefaultValueForType Gets the default value for a given type. Used to return a default value when the body contains no content.
(Унаследован от InputFormatter)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetSupportedContentTypes
(Унаследован от InputFormatter)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ReadAsync
(Унаследован от InputFormatter)
ReadRequestBodyAsync(InputFormatterContext) Reads an object from the request body.
(Унаследован от InputFormatter)
ReadRequestBodyAsync(InputFormatterContext) 
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также