C# 클래스 rosette_api.EntitiesResponse

상속: RosetteResponse
파일 보기 프로젝트 열기: rosette-api/csharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EntitiesResponse ( HttpResponseMessage apiResult ) : System

Creates a CategoriesResponse from the API's raw output

EntitiesResponse ( List entities, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System

Creates an EntitiesResponse from its components

Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

Hashcode override

메소드 상세

EntitiesResponse() 공개 메소드

Creates a CategoriesResponse from the API's raw output
public EntitiesResponse ( HttpResponseMessage apiResult ) : System
apiResult System.Net.Http.HttpResponseMessage The API's raw output
리턴 System

EntitiesResponse() 공개 메소드

Creates an EntitiesResponse from its components
public EntitiesResponse ( List entities, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System
entities List The list of entities
responseHeaders string>.Dictionary The response headers returned from the API
content object>.Dictionary The content of the response in dictionary form
contentAsJson string The content of the response in JSON form
리턴 System

Equals() 공개 메소드

Equals override
public Equals ( object obj ) : bool
obj object The object to compare against
리턴 bool

GetHashCode() 공개 메소드

Hashcode override
public GetHashCode ( ) : int
리턴 int