C# 클래스 DRMFSS.BLL.Services.TranslationService

상속: ITranslationService
파일 보기 프로젝트 열기: edgecomputing/cats-hub-module 1 사용 예제들

공개 메소드들

메소드 설명
AddTranslation ( Translation entity ) : bool
DeleteById ( int id ) : bool
DeleteTranslation ( Translation entity ) : bool
Dispose ( ) : void
EditTranslation ( Translation entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Translation
GetAll ( string languageCode ) : List
GetAllTranslation ( ) : List
GetForText ( string text, string langauge ) : string
TranslationService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddTranslation() 공개 메소드

public AddTranslation ( Translation entity ) : bool
entity Translation
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteTranslation() 공개 메소드

public DeleteTranslation ( Translation entity ) : bool
entity Translation
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditTranslation() 공개 메소드

public EditTranslation ( Translation entity ) : bool
entity Translation
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : Translation
id int
리턴 Translation

GetAll() 공개 메소드

public GetAll ( string languageCode ) : List
languageCode string
리턴 List

GetAllTranslation() 공개 메소드

public GetAllTranslation ( ) : List
리턴 List

GetForText() 공개 메소드

public GetForText ( string text, string langauge ) : string
text string
langauge string
리턴 string

TranslationService() 공개 메소드

public TranslationService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System