C# 클래스 BridgeStack.Utility

Utility class for non-extension helper methods.
파일 보기 프로젝트 열기: bevacqua/BridgeStack

공개 프로퍼티들

프로퍼티 타입 설명
JsonMimeType string

공개 메소드들

메소드 설명
GetAllProperiesOfObject ( object entity ) : IEnumerable

List and return the properties of an object through Reflection.

JoinQueryStringParameters ( ) : string

Concatenates serialized query string parameter lists.

QueryStringToJson ( string query ) : string

Returns a plain JSON object out of query string parameters.

메소드 상세

GetAllProperiesOfObject() 공개 정적인 메소드

List and return the properties of an object through Reflection.
public static GetAllProperiesOfObject ( object entity ) : IEnumerable
entity object The object.
리턴 IEnumerable

JoinQueryStringParameters() 공개 정적인 메소드

Concatenates serialized query string parameter lists.
public static JoinQueryStringParameters ( ) : string
리턴 string

QueryStringToJson() 공개 정적인 메소드

Returns a plain JSON object out of query string parameters.
public static QueryStringToJson ( string query ) : string
query string The query string.
리턴 string

프로퍼티 상세

JsonMimeType 공개적으로 정적으로 프로퍼티

The JSON MIME type used in content encoding for the StackExchange API protocol.
public static string JsonMimeType
리턴 string