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

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

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

Метод Описание
Add ( EntityBase entity ) : void
Edit ( EntityBase entity ) : void
EntityBaseManager ( IRepository repository ) : System
Get ( bool>.Func predicate = null ) : EntityBase
GetAll ( bool>.Func predicate = null, int start, int count = 6 ) : IEnumerable
GetCount ( bool>.Func predicate = null ) : int
MakeInstance ( ) : EntityBase
Remove ( EntityBase entity ) : void

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

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

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

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

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

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

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

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

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

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

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

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