C# Класс Arash.Core.Manager.TagManager

Наследование: ITagManager
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный метод

public Add ( Tag entity ) : void
entity Arash.Core.Model.Tag
Результат void

Edit() публичный метод

public Edit ( Tag entity ) : void
entity Arash.Core.Model.Tag
Результат void

Get() публичный метод

public Get ( bool>.Func predicate = null ) : Tag
predicate bool>.Func
Результат Arash.Core.Model.Tag

GetAll() публичный метод

public GetAll ( bool>.Func predicate = null, int start, int count = 6 ) : IEnumerable
predicate bool>.Func
start int
count int
Результат IEnumerable

GetCount() публичный метод

public GetCount ( bool>.Func predicate = null ) : int
predicate bool>.Func
Результат int

MakeInstance() публичный метод

public MakeInstance ( ) : Tag
Результат Arash.Core.Model.Tag

Remove() публичный метод

public Remove ( Tag entity ) : void
entity Arash.Core.Model.Tag
Результат void

TagManager() публичный метод

public TagManager ( IRepository repository ) : System
repository IRepository
Результат System