C# 클래스 Arash.Core.Manager.TagEntityManager

상속: ITagEntityManager
파일 보기 프로젝트 열기: arashkarami/nlayeredMVC

공개 메소드들

메소드 설명
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