C# Class NinjaCoder.MvvmCross.Services.BaseService

Defines the BaseService type.
ファイルを表示 Open project: asudbury/NinjaCoderForMvvmCross

Protected Properties

Property Type Description
SettingsService ISettingsService

Protected Methods

Method Description
BaseService ( ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the BaseService class.

WriteDebugMessage ( string message ) : void

Writes the debug message.

Method Details

BaseService() protected method

Initializes a new instance of the BaseService class.
protected BaseService ( ISettingsService settingsService ) : System.Collections.Generic
settingsService ISettingsService
return System.Collections.Generic

WriteDebugMessage() protected method

Writes the debug message.
protected WriteDebugMessage ( string message ) : void
message string The message.
return void

Property Details

SettingsService protected_oe property

The settings service.
protected ISettingsService SettingsService
return ISettingsService