C# Class NinjaCoder.MvvmCross.Services.BaseService

Defines the BaseService type.
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Protected Properties

Свойство Type Description
SettingsService ISettingsService

Méthodes protégées

Méthode 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 méthode

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

WriteDebugMessage() protected méthode

Writes the debug message.
protected WriteDebugMessage ( string message ) : void
message string The message.
Résultat void

Property Details

SettingsService protected_oe property

The settings service.
protected ISettingsService SettingsService
Résultat ISettingsService