C# Класс rosette_api.EntitiesResponse

Наследование: RosetteResponse
Показать файл Открыть проект Примеры использования класса

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