C# Class SnakeBattleNet.Web.Core.SnakeStore

Inheritance: ISnakeStore
Afficher le fichier Open project: FoC-/SnakeBattle.Net

Méthodes publiques

Méthode Description
GetAll ( ) : IEnumerable
GetById ( string snakeId ) : Snake
GetByOwnerId ( string ownerId ) : IEnumerable
RemoveSnake ( string snakeId ) : void
SaveSnake ( Snake snake ) : void
SnakeStore ( MongoCollection snakesCollection ) : System.Collections.Generic

Method Details

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetById() public méthode

public GetById ( string snakeId ) : Snake
snakeId string
Résultat Snake

GetByOwnerId() public méthode

public GetByOwnerId ( string ownerId ) : IEnumerable
ownerId string
Résultat IEnumerable

RemoveSnake() public méthode

public RemoveSnake ( string snakeId ) : void
snakeId string
Résultat void

SaveSnake() public méthode

public SaveSnake ( Snake snake ) : void
snake Snake
Résultat void

SnakeStore() public méthode

public SnakeStore ( MongoCollection snakesCollection ) : System.Collections.Generic
snakesCollection MongoCollection
Résultat System.Collections.Generic