C# Класс MvcApi.Formatting.FormattingUtilities

Provides various internal utility functions
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DelegatingEnumerableGenericType System.Type
EnumerableInterfaceGenericType System.Type
HttpContentType System.Type
HttpRequestMessageType System.Type
HttpResponseMessageType System.Type
QueryableInterfaceGenericType System.Type
XsdDataContractExporter System.Runtime.Serialization.XsdDataContractExporter

Открытые методы

Метод Описание
CreateDefaultReaderQuotas ( ) : XmlDictionaryReaderQuotas

Create a default reader quotas with a default depth quota of 1K

CreateEmptyContentHeaders ( ) : HttpContentHeaders

Creates an empty HttpContentHeaders instance. The only way is to get it from a dummy HttpContent instance.

DateToString ( DateTimeOffset dateTime ) : string
IsJTokenType ( Type type ) : bool

Determines whether type is a JToken type.

TryParseDate ( string input, DateTimeOffset &result ) : bool
TryParseInt32 ( string value, int &result ) : bool

Parses valid integer strings with no leading signs, whitespace or other NumberStyles

UnquoteToken ( string token ) : string

Remove bounding quotes on a token if present

ValidateHeaderToken ( string token ) : bool

Описание методов

CreateDefaultReaderQuotas() публичный статический Метод

Create a default reader quotas with a default depth quota of 1K
public static CreateDefaultReaderQuotas ( ) : XmlDictionaryReaderQuotas
Результат System.Xml.XmlDictionaryReaderQuotas

CreateEmptyContentHeaders() публичный статический Метод

Creates an empty HttpContentHeaders instance. The only way is to get it from a dummy HttpContent instance.
public static CreateEmptyContentHeaders ( ) : HttpContentHeaders
Результат System.Net.Http.Headers.HttpContentHeaders

DateToString() публичный статический Метод

public static DateToString ( DateTimeOffset dateTime ) : string
dateTime DateTimeOffset
Результат string

IsJTokenType() публичный статический Метод

Determines whether type is a JToken type.
public static IsJTokenType ( Type type ) : bool
type System.Type The type to test.
Результат bool

TryParseDate() публичный статический Метод

public static TryParseDate ( string input, DateTimeOffset &result ) : bool
input string
result DateTimeOffset
Результат bool

TryParseInt32() публичный статический Метод

Parses valid integer strings with no leading signs, whitespace or other NumberStyles
public static TryParseInt32 ( string value, int &result ) : bool
value string The value to parse
result int The result
Результат bool

UnquoteToken() публичный статический Метод

Remove bounding quotes on a token if present
public static UnquoteToken ( string token ) : string
token string Token to unquote.
Результат string

ValidateHeaderToken() публичный статический Метод

public static ValidateHeaderToken ( string token ) : bool
token string
Результат bool

Описание свойств

DelegatingEnumerableGenericType публичное статическое свойство

A Type representing DelegatingEnumerable{T}.
public static Type,System DelegatingEnumerableGenericType
Результат System.Type

EnumerableInterfaceGenericType публичное статическое свойство

A Type representing IEnumerable{T}.
public static Type,System EnumerableInterfaceGenericType
Результат System.Type

HttpContentType публичное статическое свойство

A Type representing HttpContent.
public static Type,System HttpContentType
Результат System.Type

HttpRequestMessageType публичное статическое свойство

A Type representing HttpRequestMessage.
public static Type,System HttpRequestMessageType
Результат System.Type

HttpResponseMessageType публичное статическое свойство

A Type representing HttpResponseMessage.
public static Type,System HttpResponseMessageType
Результат System.Type

QueryableInterfaceGenericType публичное статическое свойство

A Type representing IQueryable{T}.
public static Type,System QueryableInterfaceGenericType
Результат System.Type

XsdDataContractExporter публичное статическое свойство

An instance of XsdDataContractExporter.
public static XsdDataContractExporter,System.Runtime.Serialization XsdDataContractExporter
Результат System.Runtime.Serialization.XsdDataContractExporter