프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public static GetAllProperiesOfObject ( object entity ) : IEnumerable |
||
entity | object | The object. |
리턴 | IEnumerable |
public static JoinQueryStringParameters ( ) : string | ||
리턴 | string |
public static QueryStringToJson ( string query ) : string | ||
query | string | The query string. |
리턴 | string |