C# Class Arash.Core.Manager.TagManager

Inheritance: ITagManager
Exibir arquivo Open project: arashkarami/nlayeredMVC

Public Methods

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

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

Edit() public method

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

Get() public method

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

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 ( ) : Tag
return Arash.Core.Model.Tag

Remove() public method

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

TagManager() public method

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