C# Class NSoft.NFramework.DataServices.Clients.AbstractServicesFixture

Inheritance: AbstractDataServiceFixture
Show file Open project: debop/NFramework

Public Properties

Property Type Description
_sync object

Protected Properties

Property Type Description
IsDebugEnabled bool
log NLog.Logger

Public Methods

Method Description
CreateRequestMessage ( ) : RequestMessage

Method Details

CreateRequestMessage() public method

public CreateRequestMessage ( ) : RequestMessage
return NSoft.NFramework.DataServices.Messages.RequestMessage

Property Details

IsDebugEnabled protected static property

protected static bool IsDebugEnabled
return bool

_sync public static property

public static object _sync
return object

log protected static property

protected static NLog.Logger log
return NLog.Logger