GraphqlDataConverter Class

GraphqlDataConverter is used to convert data from the Github GraphQL API to C# data types.

Definition

Namespace: spider.Converters
Assembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
C#
public class GraphqlDataConverter : IGraphqlDataConverter
Inheritance
Object    GraphqlDataConverter
Implements
IGraphqlDataConverter

Constructors

GraphqlDataConverterInitializes a new instance of the GraphqlDataConverter class

Methods

DataToProjectDtos DataToProjectDtos converts a Repository[] to a list of ProjectDto objects.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RepositoryToProject RepositoryToProject converts a single Repository to a ProjectDto object.
SearchToProjects SearchToProjects converts a SpiderData object to a list of ProjectDto objects.
TopicSearchToProjects TopicSearchToProjects converts a TopicSearchData object to a list of ProjectDto objects.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also