C# Class Arash.Core.Manager.TagEntityManager

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

Méthodes publiques

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

Method Details

Add() public méthode

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

Edit() public méthode

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

Get() public méthode

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

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 ( ) : TagEntity
Résultat Arash.Core.Model.TagEntity

Remove() public méthode

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

TagEntityManager() public méthode

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