IGraphqlDataConverterTopicSearchToProjects Method

TopicSearchToProjects converts a TopicSearchData object to a list of ProjectDto objects.

Definition

Namespace: spider.Converters
Assembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
C#
List<ProjectDto> TopicSearchToProjects(
	TopicSearchData data
)

Parameters

data  TopicSearchData
The TopicSearchData that needs to be converted

Return Value

ListProjectDto
The repositories from data in the form of List<ProjectDto>

See Also