Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
RelationshipsResponse ( |
Creates a RelationshipsResponse from the given apiResult
|
|
RelationshipsResponse ( List |
Creates a RelationshipsResponse from its components
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |
public RelationshipsResponse ( |
||
apiResult | The message from the API | |
return | System |
public RelationshipsResponse ( List |
||
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 |
return | System |