C# Class Arash.Core.Manager.TagEntityManager

Inheritance: ITagEntityManager
Datei anzeigen Open project: arashkarami/nlayeredMVC

Public Methods

Method 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 method

public Add ( TagEntity entity ) : void
entity Arash.Core.Model.TagEntity
return void

Edit() public method

public Edit ( TagEntity entity ) : void
entity Arash.Core.Model.TagEntity
return void

Get() public method

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

GetAll() public method

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

GetCount() public method

public GetCount ( bool>.Func predicate = null ) : int
predicate bool>.Func
return int

MakeInstance() public method

public MakeInstance ( ) : TagEntity
return Arash.Core.Model.TagEntity

Remove() public method

public Remove ( TagEntity entity ) : void
entity Arash.Core.Model.TagEntity
return void

TagEntityManager() public method

public TagEntityManager ( IRepository repository ) : System
repository IRepository
return System