C# 클래스 rosette_api.RelationshipsResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

HashCode override

RelationshipsResponse ( HttpResponseMessage apiResult ) : System

Creates a RelationshipsResponse from the given apiResult

RelationshipsResponse ( List relationships, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System

Creates a RelationshipsResponse from its components

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

HashCode override
public GetHashCode ( ) : int
리턴 int

RelationshipsResponse() 공개 메소드

Creates a RelationshipsResponse from the given apiResult
public RelationshipsResponse ( HttpResponseMessage apiResult ) : System
apiResult System.Net.Http.HttpResponseMessage The message from the API
리턴 System

RelationshipsResponse() 공개 메소드

Creates a RelationshipsResponse from its components
public RelationshipsResponse ( List relationships, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System
relationships List The relationships
responseHeaders string>.Dictionary The response headers returned from the Rosette API
content object>.Dictionary The content (the relationships) in dictionary form
contentAsJson string The content in JSON form
리턴 System