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

Inheritance: AbstractDataServiceFixture
Mostrar archivo 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_oe static_oe property

protected static bool IsDebugEnabled
return bool

_sync public_oe static_oe property

public static object _sync
return object

log protected_oe static_oe property

protected static NLog.Logger log
return NLog.Logger