C# 클래스 MvcApi.Formatting.FormattingUtilities

Provides various internal utility functions
파일 보기 프로젝트 열기: dax70/MvcApi

공개 프로퍼티들

프로퍼티 타입 설명
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