C# 클래스 NSoft.NFramework.DataServices.Adapters.AbstractDataServiceAdapterFixture

상속: NSoft.NFramework.DataServices.Clients.AbstractServicesFixture
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
BuildRequest ( ) : RequestMessage
GetDataService ( ) : IDataService
GetDataServiceAdapter ( ) : IDataServiceAdapter
GetDataServiceAdapter ( IDataServiceAdapter>.Func adapterFunc ) : IDataServiceAdapter
GetRequestSerializer ( ) : ISerializer
GetResponseSerializer ( ) : ISerializer
VerifyResponseMessage ( ResponseMessage responseMsg ) : void

비공개 메소드들

메소드 설명
CreateAdapterTest ( ) : void
ExecuteCompressedBytes ( Type compressorType ) : void
ExecuteCompressedEncryptedBytes ( [ compressorType, [ encryptorType ) : void
ExecuteCompressedEncryptedText ( [ compressorType, [ encryptorType ) : void
ExecuteCompressedText ( Type compressorType ) : void
ExecuteEncryptedBytes ( Type encryptorType ) : void
ExecuteEncryptedCompressedBytes ( [ compressorType, [ encryptorType ) : void
ExecuteEncryptedCompressedText ( [ compressorType, [ encryptorType ) : void
ExecuteEncryptedText ( Type encryptorType ) : void
ExecutePlainBytes ( ) : void
ExecutePlainText ( ) : void

메소드 상세

BuildRequest() 공개 메소드

public BuildRequest ( ) : RequestMessage
리턴 NSoft.NFramework.DataServices.Messages.RequestMessage

GetDataService() 공개 메소드

public GetDataService ( ) : IDataService
리턴 IDataService

GetDataServiceAdapter() 공개 메소드

public GetDataServiceAdapter ( ) : IDataServiceAdapter
리턴 IDataServiceAdapter

GetDataServiceAdapter() 공개 메소드

public GetDataServiceAdapter ( IDataServiceAdapter>.Func adapterFunc ) : IDataServiceAdapter
adapterFunc IDataServiceAdapter>.Func
리턴 IDataServiceAdapter

GetRequestSerializer() 공개 메소드

public GetRequestSerializer ( ) : ISerializer
리턴 ISerializer

GetResponseSerializer() 공개 메소드

public GetResponseSerializer ( ) : ISerializer
리턴 ISerializer

VerifyResponseMessage() 공개 메소드

public VerifyResponseMessage ( ResponseMessage responseMsg ) : void
responseMsg NSoft.NFramework.DataServices.Messages.ResponseMessage
리턴 void