C# 클래스 Excella.Lean.Domain.Shared.Impl.ServiceBase

상속: ILeanService
파일 보기 프로젝트 열기: excellalabs/ExcellaLean

보호된 프로퍼티들

프로퍼티 타입 설명
Database ILeanDatabase

공개 메소드들

메소드 설명
AddUpdate ( IEntity entity ) : bool
Remove ( IEntity entity ) : bool
SaveAllChanges ( ) : int
ServiceBase ( ILeanDatabase database ) : Excella.Lean.Core

메소드 상세

AddUpdate() 공개 메소드

public AddUpdate ( IEntity entity ) : bool
entity IEntity
리턴 bool

Remove() 공개 메소드

public Remove ( IEntity entity ) : bool
entity IEntity
리턴 bool

SaveAllChanges() 공개 메소드

public SaveAllChanges ( ) : int
리턴 int

ServiceBase() 공개 메소드

public ServiceBase ( ILeanDatabase database ) : Excella.Lean.Core
database ILeanDatabase
리턴 Excella.Lean.Core

프로퍼티 상세

Database 보호되어 있는 프로퍼티

protected ILeanDatabase Database
리턴 ILeanDatabase