C# Class Arash.Core.Manager.EntityBaseManager

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

Méthodes publiques

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

Method Details

Add() public méthode

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

Edit() public méthode

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

EntityBaseManager() public méthode

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

Get() public méthode

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

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

Remove() public méthode

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