C# Класс rosette_api.RelationshipsResponse

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

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