Property | Type | Description |
---|
Method | Description | |
---|---|---|
EntitiesResponse ( |
Creates a CategoriesResponse from the API's raw output
|
|
EntitiesResponse ( List |
Creates an EntitiesResponse from its components
|
|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
Hashcode override
|
public EntitiesResponse ( |
||
apiResult | The API's raw output | |
return | System |
public EntitiesResponse ( List |
||
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 |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |