C# Class EducationPathways.Domain.Topic

Inheritance: INode, IScorable
Afficher le fichier Open project: pebblecode/EducationPathways

Méthodes publiques

Méthode Description
SetId ( int id ) : void
Topic ( string name, string description = "" ) : System

Method Details

SetId() public méthode

public SetId ( int id ) : void
id int
Résultat void

Topic() public méthode

public Topic ( string name, string description = "" ) : System
name string
description string
Résultat System