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

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

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

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

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

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

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

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

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

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

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

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 ( ) : TagEntity
Результат Arash.Core.Model.TagEntity

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

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

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

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