C# 클래스 NSoft.NFramework.DataServices.DataServices.AsyncDataCommandServiceImpl

상속: DataCommandServiceImpl
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
AsyncDataCommandServiceImpl ( ) : System.Linq
AsyncDataCommandServiceImpl ( IAdoRepository repository ) : System.Linq
AsyncDataCommandServiceImpl ( IAdoRepository repository, INameMapper nameMapper ) : System.Linq

보호된 메소드들

메소드 설명
DoProcessRequestItems ( Messages requestMessage, Messages responseMessage ) : void

메소드 상세

AsyncDataCommandServiceImpl() 공개 메소드

public AsyncDataCommandServiceImpl ( ) : System.Linq
리턴 System.Linq

AsyncDataCommandServiceImpl() 공개 메소드

public AsyncDataCommandServiceImpl ( IAdoRepository repository ) : System.Linq
repository IAdoRepository
리턴 System.Linq

AsyncDataCommandServiceImpl() 공개 메소드

public AsyncDataCommandServiceImpl ( IAdoRepository repository, INameMapper nameMapper ) : System.Linq
repository IAdoRepository
nameMapper INameMapper
리턴 System.Linq

DoProcessRequestItems() 보호된 메소드

protected DoProcessRequestItems ( Messages requestMessage, Messages responseMessage ) : void
requestMessage Messages
responseMessage Messages
리턴 void