C# Class Arash.Core.Manager.EntityTypeManager

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

Méthodes publiques

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

Method Details

Add() public méthode

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

Edit() public méthode

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

EntityTypeManager() public méthode

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

Get() public méthode

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

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

GetOrAdd() public méthode

public GetOrAdd ( string name ) : EntityType
name string
Résultat Arash.Core.Model.EntityType

MakeInstance() public méthode

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

Remove() public méthode

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