C# Class NancyDemo.Csharp.Services.TreeService

Afficher le fichier Open project: chrissie1/NancyVB Class Usage Examples

Méthodes publiques

Méthode Description
Add ( TreeModel treeModel ) : void
AllTrees ( ) : IList
FindById ( int id ) : TreeModel
TreeService ( ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( TreeModel treeModel ) : void
treeModel NancyDemo.Csharp.Model.TreeModel
Résultat void

AllTrees() public méthode

public AllTrees ( ) : IList
Résultat IList

FindById() public méthode

public FindById ( int id ) : TreeModel
id int
Résultat NancyDemo.Csharp.Model.TreeModel

TreeService() public méthode

public TreeService ( ) : System.Collections.Generic
Résultat System.Collections.Generic