EcosystemOverviewDto Class

Represents a data transfer object for the supplementary data of a top level Ecosystem such as Agriculture, Quantum or Artificial Intelligence.

Definition

Namespace: SECODashBackend.Dtos.Ecosystem
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public class EcosystemOverviewDto
Inheritance
Object    EcosystemOverviewDto

Constructors

EcosystemOverviewDtoInitializes a new instance of the EcosystemOverviewDto class
Obsolete.

Properties

Description the description of the ecosystem.
DisplayName The display name of the ecosystem.
Name The name of the ecosystem.
NumberOfContributors The total number of contributors to all projects in the ecosystem.
NumberOfProjects The total number of projects in the ecosystem.
NumberOfStars The total number of stars of all projects in the ecosystem.
NumberOfSubTopics The total number of subtopics in the ecosystem.

Methods

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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also