C# Class Arash.Core.Manager.TagManager

Inheritance: ITagManager
Afficher le fichier Open project: arashkarami/nlayeredMVC

Méthodes publiques

Méthode Description
Add ( Tag entity ) : void
Edit ( Tag entity ) : void
Get ( bool>.Func predicate = null ) : Tag
GetAll ( bool>.Func predicate = null, int start, int count = 6 ) : IEnumerable
GetCount ( bool>.Func predicate = null ) : int
MakeInstance ( ) : Tag
Remove ( Tag entity ) : void
TagManager ( IRepository repository ) : System

Method Details

Add() public méthode

public Add ( Tag entity ) : void
entity Arash.Core.Model.Tag
Résultat void

Edit() public méthode

public Edit ( Tag entity ) : void
entity Arash.Core.Model.Tag
Résultat void

Get() public méthode

public Get ( bool>.Func predicate = null ) : Tag
predicate bool>.Func
Résultat Arash.Core.Model.Tag

GetAll() public méthode

public GetAll ( bool>.Func predicate = null, int start, int count = 6 ) : IEnumerable
predicate bool>.Func
start int
count int
Résultat IEnumerable

GetCount() public méthode

public GetCount ( bool>.Func predicate = null ) : int
predicate bool>.Func
Résultat int

MakeInstance() public méthode

public MakeInstance ( ) : Tag
Résultat Arash.Core.Model.Tag

Remove() public méthode

public Remove ( Tag entity ) : void
entity Arash.Core.Model.Tag
Résultat void

TagManager() public méthode

public TagManager ( IRepository repository ) : System
repository IRepository
Résultat System